Merge version_1 into main #11

Merged
bender merged 1 commits from version_1 into main 2026-04-08 14:31:27 +00:00

View File

@@ -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}
/>
</div>
<div id="about" data-section="about">
<TextSplitAbout
title="Our Story"
description={["Enoteca L'Angolo Di Vino was born from a passion for authentic Italian viticulture.", "We bridge the gap between boutique Italian vineyards and wine enthusiasts worldwide."]}
useInvertedBackground={false}
/>
</div>
<div id="signature" data-section="signature">
@@ -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() {
<ContactText
text="Ready to explore the art of Italian wine? Visit us today or contact our sommeliers for private event inquiries."
background={{ variant: 'radial-gradient' }}
useInvertedBackground={false}
/>
</div>
<div id="footer" data-section="footer">