From 080a921d953017a58d41bd1f49ee9e2c54590d92 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Mar 2026 19:50:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 37 +++++++++++++++++++------------------ 1 file changed, 19 insertions(+), 18 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 67f7489..a490169 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,9 +7,9 @@ import InlineImageSplitTextAbout from "@/components/sections/about/InlineImageSp import FeatureCardSixteen from "@/components/sections/feature/FeatureCardSixteen"; import TestimonialCardSixteen from "@/components/sections/testimonial/TestimonialCardSixteen"; import ProductCardFour from "@/components/sections/product/ProductCardFour"; -import ContactCenter from "@/components/sections/contact/ContactCenter"; +import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterSimple from "@/components/sections/footer/FooterSimple"; -import { Star, Heart, Users, Camera, Sparkles, Crown } from "lucide-react"; +import { Star, Heart, Users, Camera, Sparkles, Crown, Phone, MessageCircle } from "lucide-react"; export default function LandingPage() { return ( @@ -146,10 +146,6 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/elegant-bride-posing_23-2148105871.jpg?_wi=2", imageAlt: "Michelle Rodriguez - Happy bride moment" } ]} - buttons={[ - { text: "See More Reviews", href: "#" } - ]} - buttonAnimation="slide-up" animationType="slide-up" /> @@ -163,10 +159,6 @@ export default function LandingPage() { tag="Gallery" tagIcon={Camera} tagAnimation="slide-up" - buttons={[ - { text: "Book Your Fitting", href: "#appointment" } - ]} - buttonAnimation="slide-up" gridVariant="bento-grid" animationType="slide-up" products={[ @@ -201,10 +193,6 @@ export default function LandingPage() { tag="Accessory Collection" tagIcon={Sparkles} tagAnimation="slide-up" - buttons={[ - { text: "Explore Shoes", href: "#appointment" } - ]} - buttonAnimation="slide-up" gridVariant="three-columns-all-equal-width" animationType="slide-up" products={[ @@ -239,10 +227,6 @@ export default function LandingPage() { tag="Veil Collection" tagIcon={Crown} tagAnimation="slide-up" - buttons={[ - { text: "Shop Veils", href: "#appointment" } - ]} - buttonAnimation="slide-up" gridVariant="three-columns-all-equal-width" animationType="slide-up" products={[ @@ -268,6 +252,23 @@ export default function LandingPage() { /> +
+ +
+