diff --git a/src/app/page.tsx b/src/app/page.tsx index bc08adc..0f3f8e6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,9 +7,9 @@ import InlineImageSplitTextAbout from "@/components/sections/about/InlineImageSp import ProductCardFour from "@/components/sections/product/ProductCardFour"; import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen"; import FaqBase from "@/components/sections/faq/FaqBase"; -import ContactText from "@/components/sections/contact/ContactText"; -import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal"; -import { Award, Sparkles } from "lucide-react"; +import ContactFaq from "@/components/sections/contact/ContactFaq"; +import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"; +import { Award, Sparkles, Phone, Mail, MessageCircle } from "lucide-react"; export default function LandingPage() { return ( @@ -151,23 +151,71 @@ export default function LandingPage() {