diff --git a/src/app/page.tsx b/src/app/page.tsx index a15e80f..511b94e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,8 +8,9 @@ import ProductCardOne from '@/components/sections/product/ProductCardOne'; import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; +import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterBase from '@/components/sections/footer/FooterBase'; -import { CheckCircle, Heart, HelpCircle, Leaf, Sparkles, Star } from "lucide-react"; +import { CheckCircle, Heart, HelpCircle, Leaf, Mail, Sparkles, Star } from "lucide-react"; export default function LandingPage() { return ( @@ -33,7 +34,8 @@ export default function LandingPage() { { name: "Products", id: "products" }, { name: "Why Us", id: "features" }, { name: "Reviews", id: "testimonials" }, - { name: "FAQ", id: "faq" } + { name: "FAQ", id: "faq" }, + { name: "Contact", id: "contact" } ]} brandName="Day & You" bottomLeftText="Fresh Flowers Daily" @@ -239,6 +241,22 @@ export default function LandingPage() { /> +