From ee8cf51bef74d662321f34fe6c3602b01c987832 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 23:13:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6e4886a..bcd5379 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCardTwo"; import FaqSplitText from "@/components/sections/faq/FaqSplitText"; import FooterBase from "@/components/sections/footer/FooterBase"; -import { Zap, Zap as Bolt, Car, Watch, Palette, Users, Store, Gavel, DollarSign } from "lucide-react"; +import { Zap, Zap as Bolt, Car, Watch, Palette, Users, Store, Gavel, DollarSign, Mail, Phone, MapPin } from "lucide-react"; export default function HomePage() { const navItems = [ -- 2.49.1