Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-06-02 10:20:35 +00:00

View File

@@ -33,33 +33,19 @@ export default function LandingPage() {
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "#home",
},
name: "Home", id: "#home"},
{
name: "About Us",
id: "#about",
},
name: "About Us", id: "#about"},
{
name: "Our Wines",
id: "#products",
},
name: "Our Wines", id: "#products"},
{
name: "Stats",
id: "#metrics",
},
name: "Stats", id: "#metrics"},
{
name: "Testimonials",
id: "#testimonials",
},
name: "Testimonials", id: "#testimonials"},
{
name: "FAQ",
id: "#faq",
},
name: "FAQ", id: "#faq"},
{
name: "Contact",
id: "#contact",
},
name: "Contact", id: "#contact"},
]}
brandName="Wine Street Bar"
/>
@@ -71,73 +57,39 @@ export default function LandingPage() {
description="Where exceptional wines meet the vibrant street atmosphere. Discover a curated selection from around the globe, perfect for any occasion."
testimonials={[
{
name: "Alex K.",
handle: "@alexk_foodie",
testimonial: "Amazing selection of Greek wines I'd never found anywhere else. The street vibe is fantastic!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-bearded-man-earphones_171337-4772.jpg",
},
name: "Alex K.", handle: "@alexk_foodie", testimonial: "Amazing selection of Greek wines I'd never found anywhere else. The street vibe is fantastic!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-bearded-man-earphones_171337-4772.jpg"},
{
name: "Maria S.",
handle: "@marias_wanderlust",
testimonial: "Loved the atmosphere and the friendly staff. Their Moscato dAsti was a delightful surprise!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/attractive-smiling-woman-with-long-hair-having-fun-happy-sunny-summer-day_285396-7966.jpg",
},
name: "Maria S.", handle: "@marias_wanderlust", testimonial: "Loved the atmosphere and the friendly staff. Their Moscato dAsti was a delightful surprise!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/attractive-smiling-woman-with-long-hair-having-fun-happy-sunny-summer-day_285396-7966.jpg"},
{
name: "Dimitris P.",
handle: "@dimitris_drinks",
testimonial: "The best spot in town for a casual yet sophisticated wine experience. Highly recommend the Asyrtiko.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/successful-businessman-imagines-great-career_1163-5478.jpg",
},
name: "Dimitris P.", handle: "@dimitris_drinks", testimonial: "The best spot in town for a casual yet sophisticated wine experience. Highly recommend the Asyrtiko.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/successful-businessman-imagines-great-career_1163-5478.jpg"},
{
name: "Elena R.",
handle: "@elenar_nights",
testimonial: "Such a cool concept! Enjoyed a superb Xinomavro under the stars. Will definitely be back.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/image-corporate-woman-working-office-sitting-front-laptop-preparing-business_1258-194628.jpg",
},
name: "Elena R.", handle: "@elenar_nights", testimonial: "Such a cool concept! Enjoyed a superb Xinomavro under the stars. Will definitely be back.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/image-corporate-woman-working-office-sitting-front-laptop-preparing-business_1258-194628.jpg"},
{
name: "George L.",
handle: "@georgel_vibes",
testimonial: "Fantastic variety and great prices. The staff really know their wines. A hidden gem!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/trendy-young-man-shirt-with-jacket-his-shoulder_613910-10662.jpg",
},
name: "George L.", handle: "@georgel_vibes", testimonial: "Fantastic variety and great prices. The staff really know their wines. A hidden gem!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/trendy-young-man-shirt-with-jacket-his-shoulder_613910-10662.jpg"},
]}
tag="Cheers to the Street"
buttons={[
{
text: "Explore Our Wines",
href: "#products",
},
text: "Explore Our Wines", href: "#products"},
{
text: "Visit Us",
href: "#contact",
},
text: "Visit Us", href: "#contact"},
]}
avatars={[
{
src: "http://img.b2bpic.net/free-photo/employee-working-with-trendy-clothes_482257-78860.jpg",
alt: "Customer Alex",
},
src: "http://img.b2bpic.net/free-photo/employee-working-with-trendy-clothes_482257-78860.jpg", alt: "Customer Alex"},
{
src: "http://img.b2bpic.net/free-photo/portrait-young-woman-with-short-hair_273609-15371.jpg",
alt: "Customer Maria",
},
src: "http://img.b2bpic.net/free-photo/portrait-young-woman-with-short-hair_273609-15371.jpg", alt: "Customer Maria"},
{
src: "http://img.b2bpic.net/free-photo/friendly-handsome-business-leader-cafe_1262-3537.jpg",
alt: "Customer Dimitris",
},
src: "http://img.b2bpic.net/free-photo/friendly-handsome-business-leader-cafe_1262-3537.jpg", alt: "Customer Dimitris"},
{
src: "http://img.b2bpic.net/free-photo/close-up-successful-woman-with-blue-shirt_1098-3627.jpg",
alt: "Customer Elena",
},
src: "http://img.b2bpic.net/free-photo/close-up-successful-woman-with-blue-shirt_1098-3627.jpg", alt: "Customer Elena"},
{
src: "http://img.b2bpic.net/free-photo/young-caucasian-man-smiling-confident-standing-with-arms-crossed-gesture-street_839833-30694.jpg",
alt: "Customer Chris",
},
src: "http://img.b2bpic.net/free-photo/young-caucasian-man-smiling-confident-standing-with-arms-crossed-gesture-street_839833-30694.jpg", alt: "Customer Chris"},
]}
avatarText="Join our happy regulars!"
imageSrc="http://img.b2bpic.net/free-photo/wine-glass-restaurant-setting_23-2147891157.jpg"
@@ -152,18 +104,12 @@ export default function LandingPage() {
useInvertedBackground={true}
heading={[
{
type: "text",
content: "The Vibe is Street. Order from the Bar!",
},
type: "text", content: "The Vibe is Street. Order from the Bar!"},
]}
buttons={[
{
text: "Discover Our Story",
href: "#",
},
text: "Discover Our Story", href: "#"},
]}
imageSrc="http://img.b2bpic.net/free-photo/baroque-style-with-fresh-grapes-drinks_23-2149629930.jpg"
imageAlt="Various wine bottles on a rustic background"
/>
</div>
@@ -175,20 +121,11 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
id: "m1",
value: "45+",
description: "Unique Wine Labels",
},
id: "m1", value: "45+", description: "Unique Wine Labels"},
{
id: "m2",
value: "38+",
description: "Esteemed Wineries",
},
id: "m2", value: "38+", description: "Esteemed Wineries"},
{
id: "m3",
value: "12+",
description: "Countries Represented",
},
id: "m3", value: "12+", description: "Countries Represented"},
]}
title="Our Wine Collection at a Glance"
description="A meticulously curated selection for every palate, from local gems to international masterpieces."
@@ -203,65 +140,23 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
id: "sparkling-prosecco",
brand: "MOTTA BALUFFI",
name: "Prosecco “DECORDI” DOC Spumante Brut",
price: "25€",
rating: 5,
reviewCount: "120 reviews",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-bottle-champagne-with-glass-dark-alcohol-color-photo-drink_140725-93481.jpg",
imageAlt: "Prosecco DOC Spumante Brut",
},
id: "sparkling-prosecco", brand: "MOTTA BALUFFI", name: "Prosecco “DECORDI” DOC Spumante Brut", price: "25€", rating: 5,
reviewCount: "120 reviews", imageSrc: "http://img.b2bpic.net/free-photo/top-view-bottle-champagne-with-glass-dark-alcohol-color-photo-drink_140725-93481.jpg", imageAlt: "Prosecco DOC Spumante Brut"},
{
id: "white-asyrtiko",
brand: "A. Karamolegos",
name: "Kouloura Asyrtiko 2022",
price: "70€",
rating: 5,
reviewCount: "85 reviews",
imageSrc: "http://img.b2bpic.net/free-photo/bottles-tasty-wine-posh-reastoraunt-are-stored-shelf_613910-17445.jpg",
imageAlt: "Kouloura Asyrtiko White Wine",
},
id: "white-asyrtiko", brand: "A. Karamolegos", name: "Kouloura Asyrtiko 2022", price: "70€", rating: 5,
reviewCount: "85 reviews", imageSrc: "http://img.b2bpic.net/free-photo/bottles-tasty-wine-posh-reastoraunt-are-stored-shelf_613910-17445.jpg", imageAlt: "Kouloura Asyrtiko White Wine"},
{
id: "white-malagouzia",
brand: "Lykou Winery",
name: "Malagouzia 2025",
price: "40€",
rating: 5,
reviewCount: "110 reviews",
imageSrc: "http://img.b2bpic.net/free-photo/still-life-stacked-aesthetic-objects_23-2150185382.jpg",
imageAlt: "Lykou Winery Malagouzia",
},
id: "white-malagouzia", brand: "Lykou Winery", name: "Malagouzia 2025", price: "40€", rating: 5,
reviewCount: "110 reviews", imageSrc: "http://img.b2bpic.net/free-photo/still-life-stacked-aesthetic-objects_23-2150185382.jpg", imageAlt: "Lykou Winery Malagouzia"},
{
id: "rose-agiorgitiko",
brand: "Palivou Estate",
name: "Cherry Orchard Agiorgitiko Rosé 2025",
price: "35€",
rating: 5,
reviewCount: "95 reviews",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-covid-party-items-arrangement_23-2149299934.jpg",
imageAlt: "Cherry Orchard Agiorgitiko Rosé",
},
id: "rose-agiorgitiko", brand: "Palivou Estate", name: "Cherry Orchard Agiorgitiko Rosé 2025", price: "35€", rating: 5,
reviewCount: "95 reviews", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-covid-party-items-arrangement_23-2149299934.jpg", imageAlt: "Cherry Orchard Agiorgitiko Rosé"},
{
id: "red-agiorgitiko",
brand: "Palivou Estate",
name: "Agiorgitiko Nemea 2024",
price: "38€",
rating: 5,
reviewCount: "130 reviews",
imageSrc: "http://img.b2bpic.net/free-photo/carafe-wine-glass-arrangement_23-2149746527.jpg",
imageAlt: "Palivou Estate Agiorgitiko Nemea",
},
id: "red-agiorgitiko", brand: "Palivou Estate", name: "Agiorgitiko Nemea 2024", price: "38€", rating: 5,
reviewCount: "130 reviews", imageSrc: "http://img.b2bpic.net/free-photo/carafe-wine-glass-arrangement_23-2149746527.jpg", imageAlt: "Palivou Estate Agiorgitiko Nemea"},
{
id: "red-xinomavro",
brand: "Thymiopoulos",
name: "Earth & Sky Xinomavro Naoussa 2024",
price: "45€",
rating: 5,
reviewCount: "105 reviews",
imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-oktoberfest-instagram-stories-collection_52683-70488.jpg",
imageAlt: "Thymiopoulos Xinomavro Naoussa Red Wine",
},
id: "red-xinomavro", brand: "Thymiopoulos", name: "Earth & Sky Xinomavro Naoussa 2024", price: "45€", rating: 5,
reviewCount: "105 reviews", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-oktoberfest-instagram-stories-collection_52683-70488.jpg", imageAlt: "Thymiopoulos Xinomavro Naoussa Red Wine"},
]}
title="Explore Our Wine List"
description="From crisp whites to robust reds, our diverse collection promises a unique tasting journey."
@@ -274,50 +169,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
title: "A True Urban Oasis!",
quote: "This wine bar brings such a fresh concept to the city. The selection is fantastic, and the street-style serving creates a relaxed yet sophisticated atmosphere. My new favorite spot!",
name: "Sophia L.",
role: "Local Enthusiast",
imageSrc: "http://img.b2bpic.net/free-photo/handsome-cheerful-blond-guy-smiling-broadly-laughing-funny-promo-banner-pointing-looking-upper-left-corner-pleased-showing-advertisement-event-standing-yellow-background_1258-59625.jpg",
imageAlt: "Sophia L.",
},
id: "1", title: "A True Urban Oasis!", quote: "This wine bar brings such a fresh concept to the city. The selection is fantastic, and the street-style serving creates a relaxed yet sophisticated atmosphere. My new favorite spot!", name: "Sophia L.", role: "Local Enthusiast", imageSrc: "http://img.b2bpic.net/free-photo/handsome-cheerful-blond-guy-smiling-broadly-laughing-funny-promo-banner-pointing-looking-upper-left-corner-pleased-showing-advertisement-event-standing-yellow-background_1258-59625.jpg", imageAlt: "Sophia L."},
{
id: "2",
title: "Impressed with the Variety!",
quote: "I was genuinely impressed by the depth of their wine list, especially the international varieties. Each glass was a discovery, perfectly paired with the energetic street ambiance.",
name: "Mark D.",
role: "Wine Connoisseur",
imageSrc: "http://img.b2bpic.net/free-photo/impressed-girl-admiring-great-music-taste-friend-showing-thumbs-up-smiling-excited-astoni_1258-142264.jpg",
imageAlt: "Mark D.",
},
id: "2", title: "Impressed with the Variety!", quote: "I was genuinely impressed by the depth of their wine list, especially the international varieties. Each glass was a discovery, perfectly paired with the energetic street ambiance.", name: "Mark D.", role: "Wine Connoisseur", imageSrc: "http://img.b2bpic.net/free-photo/impressed-girl-admiring-great-music-taste-friend-showing-thumbs-up-smiling-excited-astoni_1258-142264.jpg", imageAlt: "Mark D."},
{
id: "3",
title: "Perfect for a Casual Night Out",
quote: "If you're looking for a chill place with excellent wines, this is it. The staff are super knowledgeable and make great recommendations. The outdoor seating is just perfect.",
name: "Chloe M.",
role: "Nightlife Blogger",
imageSrc: "http://img.b2bpic.net/free-photo/handsome-smiling-hipster-man-posing-studio_158538-25636.jpg",
imageAlt: "Chloe M.",
},
id: "3", title: "Perfect for a Casual Night Out", quote: "If you're looking for a chill place with excellent wines, this is it. The staff are super knowledgeable and make great recommendations. The outdoor seating is just perfect.", name: "Chloe M.", role: "Nightlife Blogger", imageSrc: "http://img.b2bpic.net/free-photo/handsome-smiling-hipster-man-posing-studio_158538-25636.jpg", imageAlt: "Chloe M."},
{
id: "4",
title: "Authentic and Inviting",
quote: "What a charming place! The 'street style' is truly unique and creates a very inviting, unpretentious vibe. Their Greek wine selection is outstanding and a must-try.",
name: "George T.",
role: "Traveler",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sunset_1153-865.jpg",
imageAlt: "George T.",
},
id: "4", title: "Authentic and Inviting", quote: "What a charming place! The 'street style' is truly unique and creates a very inviting, unpretentious vibe. Their Greek wine selection is outstanding and a must-try.", name: "George T.", role: "Traveler", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sunset_1153-865.jpg", imageAlt: "George T."},
{
id: "5",
title: "Exceptional Service & Selection",
quote: "The service here is top-notch, and the wine list is diverse enough to please anyone. I particularly enjoyed exploring their dessert wine options. A delightful experience overall!",
name: "Olivia P.",
role: "Food Critic",
imageSrc: "http://img.b2bpic.net/free-photo/horizontal-shot-handsome-cheerful-man-looks-happily-away-smiles-broadly-wears-casual-black-t-shirt-isolated-white-background-with-blank-copy-space-being-good-mood-laughs-something_273609-57699.jpg",
imageAlt: "Olivia P.",
},
id: "5", title: "Exceptional Service & Selection", quote: "The service here is top-notch, and the wine list is diverse enough to please anyone. I particularly enjoyed exploring their dessert wine options. A delightful experience overall!", name: "Olivia P.", role: "Food Critic", imageSrc: "http://img.b2bpic.net/free-photo/horizontal-shot-handsome-cheerful-man-looks-happily-away-smiles-broadly-wears-casual-black-t-shirt-isolated-white-background-with-blank-copy-space-being-good-mood-laughs-something_273609-57699.jpg", imageAlt: "Olivia P."},
]}
title="What Our Guests Say"
description="Cheers to good times and great wines hear it from those who've raised a glass with us."
@@ -329,19 +189,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
names={[
"Greece",
"France",
"Italy",
"Spain",
"Portugal",
"Germany",
"Chile",
"Argentina",
"USA",
"Australia",
"New Zealand",
"South Africa",
]}
"Greece", "France", "Italy", "Spain", "Portugal", "Germany", "Chile", "Argentina", "USA", "Australia", "New Zealand", "South Africa"]}
title="Global Selection, Local Charm"
description="Proudly featuring wines from the world's most distinguished wine-making regions."
showCard={false}
@@ -354,20 +202,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "allergies",
title: "Allergies & Intolerances",
content: "Please inform our staff about any allergies or intolerances you may have so we can assist you with your selection. / Παρακαλώ ενημερώστε το προσωπικό για πιθανές αλλεργίες ή δυσανεξία που μπορεί να έχετε.",
},
id: "allergies", title: "Allergies & Intolerances", content: "Please inform our staff about any allergies or intolerances you may have so we can assist you with your selection. / Παρακαλώ ενημερώστε το προσωπικό για πιθανές αλλεργίες ή δυσανεξία που μπορεί να έχετε."},
{
id: "payment",
title: "Payment Information & Receipts",
content: "Consumer is not obliged to pay if the notice of payment (receipt invoice) has not been received. Our establishment accepts Credit & Debit Cards. / Ο καταναλωτής δεν έχει υποχρέωση να πληρώσει εάν δεν λάβει το νόμιμο παραστατικό στοιχείο (Απόδειξη Τιμολόγιο). Το κατάστημα διαθέτει POS.",
},
id: "payment", title: "Payment Information & Receipts", content: "Consumer is not obliged to pay if the notice of payment (receipt invoice) has not been received. Our establishment accepts Credit & Debit Cards. / Ο καταναλωτής δεν έχει υποχρέωση να πληρώσει εάν δεν λάβει το νόμιμο παραστατικό στοιχείο (Απόδειξη Τιμολόγιο). Το κατάστημα διαθέτει POS."},
{
id: "tasting-glass",
title: "Tasting Glass Option",
content: "All wines, upon request, can be served in a 75ml tasting glass at a special price. / Όλα τα κρασιά, εφόσον ζητηθεί, μπορούν να σερβιριστούν σε ποτήρι δοκιμής των 75ml σε ειδική τιμή.",
},
id: "tasting-glass", title: "Tasting Glass Option", content: "All wines, upon request, can be served in a 75ml tasting glass at a special price. / Όλα τα κρασιά, εφόσον ζητηθεί, μπορούν να σερβιριστούν σε ποτήρι δοκιμής των 75ml σε ειδική τιμή."},
]}
imageSrc="http://img.b2bpic.net/free-photo/high-angle-decanter-wine-glasses-assortment_23-2149746528.jpg"
imageAlt="Row of empty wine glasses on a bar counter"
@@ -383,20 +222,15 @@ export default function LandingPage() {
<ContactCTA
useInvertedBackground={true}
background={{
variant: "radial-gradient",
}}
variant: "radial-gradient"}}
tag="Visit Us"
title="Find Your New Favorite Wine"
description="Join us for an unforgettable street wine experience. We're ready to serve you the perfect glass."
buttons={[
{
text: "Get Directions",
href: "https://www.google.com/maps",
},
text: "Get Directions", href: "https://www.google.com/maps"},
{
text: "Call Us",
href: "tel:+1234567890",
},
text: "Call Us", href: "tel:+1234567890"},
]}
/>
</div>
@@ -408,19 +242,13 @@ export default function LandingPage() {
socialLinks={[
{
icon: Facebook,
href: "#",
ariaLabel: "Facebook",
},
href: "#", ariaLabel: "Facebook"},
{
icon: Instagram,
href: "#",
ariaLabel: "Instagram",
},
href: "#", ariaLabel: "Instagram"},
{
icon: Twitter,
href: "#",
ariaLabel: "Twitter",
},
href: "#", ariaLabel: "Twitter"},
]}
/>
</div>