diff --git a/src/app/page.tsx b/src/app/page.tsx index 79403e3..7989e0d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,6 @@ import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestim import MediaAbout from '@/components/sections/about/MediaAbout'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; -import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; export default function LandingPage() { return ( @@ -59,6 +58,7 @@ export default function LandingPage() { title="Crafted with Love in Marrakech" description="Founded on a passion for classical techniques, La Vanilla serves as a haven for connoisseurs. From our signature delicate croissants to custom celebration cakes, every item reflects our commitment to premium ingredients and French heritage." imageSrc="http://img.b2bpic.net/free-photo/hot-freshly-buns-heart-shaped-basket-close-up-photo-freshly-baked-bread-products_613910-19069.jpg?_wi=2" + useInvertedBackground={false} /> @@ -83,11 +83,12 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" gridVariant="uniform-all-items-equal" + useInvertedBackground={false} products={[ - { id: "p1", brand: "Classic", name: "Signature Eclair", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/homemade-cake-teapot_23-2148395188.jpg" }, - { id: "p2", brand: "Bakery", name: "Butter Croissant", price: "$3.50", imageSrc: "http://img.b2bpic.net/free-photo/top-view-croissants-plate-with-tangerine-slices-with-shell-open-book-with-basket-kumquat-little-flower-book-with-gingerlime-slices-trivet-honey-dipper-cloth_141793-130784.jpg" }, - { id: "p3", brand: "Seasonal", name: "Berry Tart", price: "$5.75", imageSrc: "http://img.b2bpic.net/free-photo/delicious-berry-tart-with-golden-crust-reflection-black-surface_9975-124411.jpg" }, - { id: "p4", brand: "Specialty", name: "Macaron Selection", price: "$12.00", imageSrc: "http://img.b2bpic.net/free-photo/colorful-macarons-arranged-circle-black-background_9975-124491.jpg" } + { id: "p1", brand: "Classic", name: "Signature Eclair", price: "$4.50", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/homemade-cake-teapot_23-2148395188.jpg" }, + { id: "p2", brand: "Bakery", name: "Butter Croissant", price: "$3.50", rating: 4, reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/top-view-croissants-plate-with-tangerine-slices-with-shell-open-book-with-basket-kumquat-little-flower-book-with-gingerlime-slices-trivet-honey-dipper-cloth_141793-130784.jpg" }, + { id: "p3", brand: "Seasonal", name: "Berry Tart", price: "$5.75", rating: 5, reviewCount: "88", imageSrc: "http://img.b2bpic.net/free-photo/delicious-berry-tart-with-golden-crust-reflection-black-surface_9975-124411.jpg" }, + { id: "p4", brand: "Specialty", name: "Macaron Selection", price: "$12.00", rating: 4, reviewCount: "64", imageSrc: "http://img.b2bpic.net/free-photo/colorful-macarons-arranged-circle-black-background_9975-124491.jpg" } ]} /> @@ -103,6 +104,7 @@ export default function LandingPage() { ]} textboxLayout="split" faqsAnimation="slide-up" + useInvertedBackground={false} imageSrc="http://img.b2bpic.net/free-photo/abstract-blur-hotel-interior_1203-8544.jpg" /> @@ -113,6 +115,7 @@ export default function LandingPage() { title="Get in Touch" description="Visit us in Marrakech or drop us a message for special orders and events." buttons={[{ text: "Visit La Vanilla", href: "#" }]} + useInvertedBackground={false} background={{ variant: "plain" }} />