diff --git a/src/app/page.tsx b/src/app/page.tsx index 250f588..2043c58 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,6 +6,7 @@ import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCa import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; +import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterMedia from '@/components/sections/footer/FooterMedia'; export default function LandingPage() { @@ -28,7 +29,8 @@ export default function LandingPage() { { name: "Home", id: "/" }, { name: "About", id: "/#about" }, { name: "Shop", id: "/shop" }, - { name: "Testimonials", id: "/#testimonials" } + { name: "Testimonials", id: "/#testimonials" }, + { name: "Contact", id: "/#contact" }, ]} brandName="Angola" bottomLeftText="Experience the Beauty" @@ -64,7 +66,7 @@ export default function LandingPage() { "At Angola, we believe in the power of flowers to express emotions, celebrate milestones, and create unforgettable memories. Our studio is dedicated to sourcing the freshest, most beautiful blooms and transforming them into stunning works of art.", "Every arrangement is crafted with meticulous care and a keen eye for design, ensuring that each bouquet tells its own unique story. We pour our heart into every petal, bringing beauty and elegance to your world."]} buttons={[ { text: "Meet Our Team", href: "#team" }, - { text: "Shop Now", href: "/shop" }, + { text: "Contact Us", href: "/#contact" }, ]} useInvertedBackground={false} showBorder={false} @@ -108,6 +110,27 @@ export default function LandingPage() { /> +