From cad0ddf48baf7f2d3b88d2f70919bda7ded225cc Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 14:31:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 76bcf39..7358e73 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,6 @@ import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import ContactText from '@/components/sections/contact/ContactText'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; -import { Wine } from 'lucide-react'; const navItems = [{ name: "Home", id: "/" }]; @@ -33,12 +32,14 @@ export default function Page() { title="Trusted Partners" description="Recognized by leading authorities in the global wine community." textboxLayout="default" + useInvertedBackground={false} />
@@ -47,6 +48,7 @@ export default function Page() { description="From curated subscriptions to guided tastings, we bring Italy to your glass." animationType="blur-reveal" textboxLayout="default" + useInvertedBackground={false} features={[ { title: "Expert Curation", description: "Hand-picked bottles from small-batch producers.", imageSrc: "https://images.unsplash.com/photo-1594973878266-16982f9d77f2?q=80&w=500" }, { title: "Private Tastings", description: "Tailored experiences for groups and connoisseurs.", imageSrc: "https://images.unsplash.com/photo-1576092768241-de83f87e0129?q=80&w=500" } @@ -58,8 +60,9 @@ export default function Page() { title="Curated Selections" description="Explore our current featured bottles from the regions of Tuscany, Piedmont, and Veneto." gridVariant="uniform-all-items-equal" - animationType="slide-up" + animationType="blur-reveal" textboxLayout="default" + useInvertedBackground={false} products={[ { id: "1", name: "Brunello di Montalcino", price: "$95.00", imageSrc: "https://images.unsplash.com/photo-1516594948961-24698d56b14d?q=80&w=500" }, { id: "2", name: "Barolo Riserva", price: "$120.00", imageSrc: "https://images.unsplash.com/photo-1586375300773-8384e3e4916f?q=80&w=500" }, @@ -71,6 +74,7 @@ export default function Page() {