diff --git a/src/app/page.tsx b/src/app/page.tsx index a8da610..882158e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,6 @@ import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; -import TeamCardEleven from '@/components/sections/team/TeamCardEleven'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import { Flower } from "lucide-react"; @@ -70,6 +69,7 @@ export default function FloralPage() { useInvertedBackground={false} animationType="blur-reveal" gridVariant="bento-grid" + textboxLayout="default" products={[ { id: "p1", name: "Rose", price: "Classic", variant: "Red", imageSrc: "https://img.b2bpic.net/free-photo/red-rose-flower_23-2148766432.jpg" }, { id: "p2", name: "Tulip", price: "Spring", variant: "Yellow", imageSrc: "https://img.b2bpic.net/free-photo/tulips-field_23-2148684534.jpg" }, @@ -88,6 +88,7 @@ export default function FloralPage() { ]} faqsAnimation="slide-up" textboxLayout="split" + useInvertedBackground={false} /> @@ -97,6 +98,8 @@ export default function FloralPage() { title="Contact Us" description="Need help finding the perfect flower? Let us know!" imageSrc="https://img.b2bpic.net/free-photo/florist-working-shop_23-2148564032.jpg" + background={{ variant: "sparkles-gradient" }} + useInvertedBackground={false} />