diff --git a/src/app/page.tsx b/src/app/page.tsx index fe70b70..dc06491 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -14,7 +14,7 @@ const navItems = [{ name: "Home", id: "/" }]; export default function Home() { return ( - + @@ -33,12 +33,14 @@ export default function Home() { title="Recognized Excellence" description="Our selection is curated based on rigorous quality standards and critic acclaim." textboxLayout="default" + useInvertedBackground={false} />
@@ -47,6 +49,7 @@ export default function Home() { description="Expert-curated collections tailored to your palate." animationType="slide-up" textboxLayout="default" + useInvertedBackground={false} features={[ { title: "Private Tastings", description: "Exclusive events hosted by our head sommelier.", imageSrc: "https://images.unsplash.com/photo-1586947118602-0e3639433433" }, { title: "Cellar Consultations", description: "Professional guidance for building your personal wine collection.", imageSrc: "https://images.unsplash.com/photo-1542353438-a15d74261763" } @@ -60,6 +63,7 @@ export default function Home() { gridVariant="three-columns-all-equal-width" animationType="slide-up" textboxLayout="default" + useInvertedBackground={false} products={[ { id: "1", name: "Amarone della Valpolicella", price: "$85", imageSrc: "https://images.unsplash.com/photo-1506377247377-2a5b3b414ebb" }, { id: "2", name: "Barolo Riserva", price: "$120", imageSrc: "https://images.unsplash.com/photo-1571003123894-1f0294d2b56d" }, @@ -71,6 +75,7 @@ export default function Home() {