6 Commits

Author SHA1 Message Date
e6e1ecf134 Update src/app/page.tsx 2026-03-12 04:15:19 +00:00
5645c72f27 Update src/app/page.tsx 2026-03-12 04:14:55 +00:00
c88a523492 Merge version_1 into main
Merge version_1 into main
2026-03-12 04:13:50 +00:00
4e68d143c7 Merge version_1 into main
Merge version_1 into main
2026-03-12 04:13:20 +00:00
d94ca772ab Merge version_1 into main
Merge version_1 into main
2026-03-12 04:12:52 +00:00
073b4d79fe Merge version_1 into main
Merge version_1 into main
2026-03-12 04:11:58 +00:00

View File

@@ -52,30 +52,30 @@ export default function LandingPage() {
background={{ variant: "glowing-orb" }}
leftCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-wine-bottles-arrangement_23-2149552383.jpg", imageAlt: "Premium Red Wine Selection"
imageSrc: "http://img.b2bpic.net/free-photo/top-view-wine-bottles-arrangement_23-2149552383.jpg?_wi=1", imageAlt: "Premium Red Wine Selection"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/side-view-fresh-grape-small-postcard-bottle-screw-with-wine-corks-wine-glass-lying-white-table_141793-8650.jpg", imageAlt: "Elegant Rosé Wine"
imageSrc: "http://img.b2bpic.net/free-photo/side-view-fresh-grape-small-postcard-bottle-screw-with-wine-corks-wine-glass-lying-white-table_141793-8650.jpg?_wi=1", imageAlt: "Elegant Rosé Wine"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/glass-water-flowers-table_23-2148863471.jpg", imageAlt: "Crisp White Wine"
imageSrc: "http://img.b2bpic.net/free-photo/glass-water-flowers-table_23-2148863471.jpg?_wi=1", imageAlt: "Crisp White Wine"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/barrels-old-winery_1398-4735.jpg", imageAlt: "Wine Cellar Storage"
imageSrc: "http://img.b2bpic.net/free-photo/barrels-old-winery_1398-4735.jpg?_wi=1", imageAlt: "Wine Cellar Storage"
}
]}
rightCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/glass-water-flowers-table_23-2148863471.jpg", imageAlt: "Premium White Wine"
imageSrc: "http://img.b2bpic.net/free-photo/glass-water-flowers-table_23-2148863471.jpg?_wi=2", imageAlt: "Premium White Wine"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/barrels-old-winery_1398-4735.jpg", imageAlt: "Fine Wine Aging"
imageSrc: "http://img.b2bpic.net/free-photo/barrels-old-winery_1398-4735.jpg?_wi=2", imageAlt: "Fine Wine Aging"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-wine-bottles-arrangement_23-2149552383.jpg", imageAlt: "Bold Red Wine"
imageSrc: "http://img.b2bpic.net/free-photo/top-view-wine-bottles-arrangement_23-2149552383.jpg?_wi=2", imageAlt: "Bold Red Wine"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/side-view-fresh-grape-small-postcard-bottle-screw-with-wine-corks-wine-glass-lying-white-table_141793-8650.jpg", imageAlt: "Elegant Rosé Collection"
imageSrc: "http://img.b2bpic.net/free-photo/side-view-fresh-grape-small-postcard-bottle-screw-with-wine-corks-wine-glass-lying-white-table_141793-8650.jpg?_wi=2", imageAlt: "Elegant Rosé Collection"
}
]}
buttons={[
@@ -150,22 +150,22 @@ export default function LandingPage() {
{
id: "1", title: "Expert Sommelier Service", descriptions: [
"Our certified sommeliers provide personalized wine recommendations", "Free tasting consultations to find your perfect match", "Professional guidance for wine pairings and selection"
], imageSrc: "http://img.b2bpic.net/free-photo/top-view-wine-bottles-arrangement_23-2149552383.jpg", imageAlt: "Wine tasting experience"
], imageSrc: "http://img.b2bpic.net/free-photo/top-view-wine-bottles-arrangement_23-2149552383.jpg?_wi=3", imageAlt: "Wine tasting experience"
},
{
id: "2", title: "Guaranteed Freshness", descriptions: [
"Climate-controlled storage and shipping", "Direct from vineyard partnerships ensure authenticity", "Every bottle inspected for quality and integrity"
], imageSrc: "http://img.b2bpic.net/free-photo/barrels-old-winery_1398-4735.jpg", imageAlt: "Wine storage facility"
], imageSrc: "http://img.b2bpic.net/free-photo/barrels-old-winery_1398-4735.jpg?_wi=3", imageAlt: "Wine storage facility"
},
{
id: "3", title: "Competitive Pricing", descriptions: [
"Best prices on premium wines in the region", "Exclusive deals for wine club members", "Volume discounts for corporate orders"
], imageSrc: "http://img.b2bpic.net/free-photo/glass-water-flowers-table_23-2148863471.jpg", imageAlt: "Wine collection variety"
], imageSrc: "http://img.b2bpic.net/free-photo/glass-water-flowers-table_23-2148863471.jpg?_wi=3", imageAlt: "Wine collection variety"
},
{
id: "4", title: "Fast Delivery", descriptions: [
"Same-day delivery available in select areas", "Secure, temperature-controlled packaging", "Track your wine shipment in real-time"
], imageSrc: "http://img.b2bpic.net/free-photo/side-view-fresh-grape-small-postcard-bottle-screw-with-wine-corks-wine-glass-lying-white-table_141793-8650.jpg", imageAlt: "Delivery service"
], imageSrc: "http://img.b2bpic.net/free-photo/side-view-fresh-grape-small-postcard-bottle-screw-with-wine-corks-wine-glass-lying-white-table_141793-8650.jpg?_wi=3", imageAlt: "Delivery service"
}
]}
gridVariant="four-items-2x2-equal-grid"
@@ -181,10 +181,10 @@ export default function LandingPage() {
description="Join thousands of satisfied customers who trust Vinique for their wine selection"
testimonials={[
{
id: "1", name: "Sarah Mitchell", handle: "@wine_lover_sarah", testimonial: "Vinique helped me discover wines I never knew existed. The sommelier consultation was invaluable for understanding my palate preferences.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-conference-room-thinking-about-future_482257-25787.jpg", imageAlt: "Sarah Mitchell"
id: "1", name: "Sarah Mitchell", handle: "@wine_lover_sarah", testimonial: "Vinique helped me discover wines I never knew existed. The sommelier consultation was invaluable for understanding my palate preferences.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-conference-room-thinking-about-future_482257-25787.jpg?_wi=1", imageAlt: "Sarah Mitchell"
},
{
id: "2", name: "James Chen", handle: "@culinary_james", testimonial: "The quality of wines and the expertise of their team is unmatched. Every recommendation has been spot-on for my dinner parties.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-suit-looking-camera_23-2148112202.jpg", imageAlt: "James Chen"
id: "2", name: "James Chen", handle: "@culinary_james", testimonial: "The quality of wines and the expertise of their team is unmatched. Every recommendation has been spot-on for my dinner parties.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-suit-looking-camera_23-2148112202.jpg?_wi=1", imageAlt: "James Chen"
},
{
id: "3", name: "Emma Rodriguez", handle: "@food_and_wine", testimonial: "Fast shipping, perfect condition, and incredible customer service. This is my go-to wine shop now.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-hispanic-female-executive-wearing-eyeglasses-standing-studio_662251-664.jpg", imageAlt: "Emma Rodriguez"
@@ -193,10 +193,10 @@ export default function LandingPage() {
id: "4", name: "Michael Thompson", handle: "@wine_connoisseur", testimonial: "The wine club membership is outstanding. I've tried rare bottles I couldn't find anywhere else.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-wearing-glasses_23-2148815602.jpg", imageAlt: "Michael Thompson"
},
{
id: "5", name: "Lisa Anderson", handle: "@sunday_sommelier", testimonial: "Outstanding selection and competitive pricing. Vinique makes wine shopping both accessible and exciting.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-conference-room-thinking-about-future_482257-25787.jpg", imageAlt: "Lisa Anderson"
id: "5", name: "Lisa Anderson", handle: "@sunday_sommelier", testimonial: "Outstanding selection and competitive pricing. Vinique makes wine shopping both accessible and exciting.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-conference-room-thinking-about-future_482257-25787.jpg?_wi=2", imageAlt: "Lisa Anderson"
},
{
id: "6", name: "David Park", handle: "@wine_collector_david", testimonial: "The customer service team truly cares about matching you with the perfect wine. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-suit-looking-camera_23-2148112202.jpg", imageAlt: "David Park"
id: "6", name: "David Park", handle: "@wine_collector_david", testimonial: "The customer service team truly cares about matching you with the perfect wine. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-suit-looking-camera_23-2148112202.jpg?_wi=2", imageAlt: "David Park"
}
]}
animationType="slide-up"
@@ -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"