diff --git a/src/app/page.tsx b/src/app/page.tsx index ef57233..fb0c36f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -228,22 +228,22 @@ export default function LandingPage() { description="Find answers to common questions about our wines and services" faqs={[ { - id: "1", title: "How do you select your wines?", content: "Our team of certified sommeliers personally tastes and evaluates every wine in our collection. We prioritize quality, value, and uniqueness, working directly with vineyard partners to source exceptional bottles." + id: "1", title: "What is your return policy?", content: "We guarantee satisfaction on all purchases. If a bottle arrives damaged or doesn't meet your expectations, we'll replace it or provide a full refund within 30 days." }, { - id: "2", title: "What is your return policy?", content: "We guarantee satisfaction on all purchases. If a bottle arrives damaged or doesn't meet your expectations, we'll replace it or provide a full refund within 30 days." + id: "2", title: "How is the wine shipped?", content: "All wines are shipped in climate-controlled, insulated packaging with freeze protection. We use specialized logistics partners to ensure safe delivery regardless of season." }, { - id: "3", title: "Do you offer wine tastings?", content: "Yes! We host monthly wine tasting events at our showroom and virtual tastings for members. Our sommeliers guide you through flavor profiles and food pairings." + id: "3", title: "How do you select your wines?", content: "Our team of certified sommeliers personally tastes and evaluates every wine in our collection. We prioritize quality, value, and uniqueness, working directly with vineyard partners to source exceptional bottles." }, { - id: "4", title: "How is the wine shipped?", content: "All wines are shipped in climate-controlled, insulated packaging with freeze protection. We use specialized logistics partners to ensure safe delivery regardless of season." + id: "4", title: "Can you help with wine pairings?", content: "Absolutely! Our sommeliers provide free consultation on wine pairings for any cuisine. Whether it's a casual dinner or special event, we'll find the perfect wine." }, { id: "5", title: "What is the wine club?", content: "Members receive curated wine selections delivered quarterly, exclusive access to limited releases, and 15% discount on all purchases. Wine club membership includes personalized recommendations and tasting notes." }, { - id: "6", title: "Can you help with wine pairings?", content: "Absolutely! Our sommeliers provide free consultation on wine pairings for any cuisine. Whether it's a casual dinner or special event, we'll find the perfect wine." + id: "6", title: "Do you offer wine tastings?", content: "Yes! We host monthly wine tasting events at our showroom and virtual tastings for members. Our sommeliers guide you through flavor profiles and food pairings." } ]} faqsAnimation="slide-up"