From 9d78fd16dae00a6b787cd913e49db49c27d1e405 Mon Sep 17 00:00:00 2001 From: knuthtimo-lab Date: Thu, 4 Sep 2025 14:37:37 +0200 Subject: [PATCH] MVP --- src/components/Footer.tsx | 218 ++++++++++++++++--------------- src/lib/database.ts | 60 +++++++-- src/pages/InstallateurFinden.tsx | 169 +++++++++++++++++++----- 3 files changed, 303 insertions(+), 144 deletions(-) diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index 0a91cba..caf95b7 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -1,138 +1,150 @@ +import { Card, CardContent } from "@/components/ui/card"; import { Button } from "@/components/ui/button"; -import { Input } from "@/components/ui/input"; -import { Link } from "react-router-dom"; -import { Mail, Phone, MapPin, Facebook, Twitter, Linkedin, Instagram } from "lucide-react"; +import { + Mail, + Phone, + MapPin, + Facebook, + Twitter, + Linkedin, + Instagram, + Calculator, + TrendingUp, + Shield, + Award +} from "lucide-react"; const Footer = () => { return ( -