Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
327
src/app/page.tsx
327
src/app/page.tsx
@@ -34,41 +34,23 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "#menu",
|
||||
},
|
||||
name: "Menu", id: "#menu"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Gallery",
|
||||
id: "#gallery",
|
||||
},
|
||||
name: "Gallery", id: "#gallery"},
|
||||
{
|
||||
name: "Fun Facts",
|
||||
id: "#metrics",
|
||||
},
|
||||
name: "Fun Facts", id: "#metrics"},
|
||||
{
|
||||
name: "Community",
|
||||
id: "#social-proof",
|
||||
},
|
||||
name: "Community", id: "#social-proof"},
|
||||
{
|
||||
name: "Instagram",
|
||||
id: "#instagram",
|
||||
},
|
||||
name: "Instagram", id: "#instagram"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Visit Us",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Visit Us", id: "#contact"},
|
||||
]}
|
||||
brandName="Piccolo Posto"
|
||||
/>
|
||||
@@ -78,100 +60,54 @@ export default function LandingPage() {
|
||||
<HeroBillboardTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="Gelato is Always a Good Idea!"
|
||||
description="Indulge in authentic Italian gelato and vibrant summer-vibe coffee at Samos' coolest spot, Piccolo Posto. Fresh flavors, warm smiles, unforgettable moments."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Eleni P.",
|
||||
handle: "@eleni_explores",
|
||||
testimonial: "The best gelato I've ever tasted outside of Italy! So fresh and the flavors are incredible. A must-visit in Samos!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rear-view-pretty-smiling-girl-sitting-outdoor-cafe-watching-passersby-looking-street-having-break_197531-22992.jpg",
|
||||
imageAlt: "Eleni P.",
|
||||
},
|
||||
name: "Eleni P.", handle: "@eleni_explores", testimonial: "The best gelato I've ever tasted outside of Italy! So fresh and the flavors are incredible. A must-visit in Samos!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rear-view-pretty-smiling-girl-sitting-outdoor-cafe-watching-passersby-looking-street-having-break_197531-22992.jpg", imageAlt: "Eleni P."},
|
||||
{
|
||||
name: "Kostas V.",
|
||||
handle: "@kostas_travels",
|
||||
testimonial: "Piccolo Posto has the perfect summer coffee. Refreshing and so delicious. My daily stop!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-posing-with-coffee-cups_23-2148366660.jpg",
|
||||
imageAlt: "Kostas V.",
|
||||
},
|
||||
name: "Kostas V.", handle: "@kostas_travels", testimonial: "Piccolo Posto has the perfect summer coffee. Refreshing and so delicious. My daily stop!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-posing-with-coffee-cups_23-2148366660.jpg", imageAlt: "Kostas V."},
|
||||
{
|
||||
name: "Sophia G.",
|
||||
handle: "@samos_foodie",
|
||||
testimonial: "Every scoop is a little piece of heaven. The staff are so friendly, and the vibe is just amazing. Highly recommend!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-smiling-hipster-girl-trendy-summer-clothes-carefree-woman-sitting-veranda-terrace-cafe-drinking-coffee-positive-model-having-fun-dreams_158538-15944.jpg",
|
||||
imageAlt: "Sophia G.",
|
||||
},
|
||||
name: "Sophia G.", handle: "@samos_foodie", testimonial: "Every scoop is a little piece of heaven. The staff are so friendly, and the vibe is just amazing. Highly recommend!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-smiling-hipster-girl-trendy-summer-clothes-carefree-woman-sitting-veranda-terrace-cafe-drinking-coffee-positive-model-having-fun-dreams_158538-15944.jpg", imageAlt: "Sophia G."},
|
||||
{
|
||||
name: "Nikos T.",
|
||||
handle: "@island_life",
|
||||
testimonial: "Came for the gelato, stayed for the incredible atmosphere. Piccolo Posto truly is Samos' coolest spot!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-smiling-with-copy-space_23-2148435784.jpg",
|
||||
imageAlt: "Nikos T.",
|
||||
},
|
||||
name: "Nikos T.", handle: "@island_life", testimonial: "Came for the gelato, stayed for the incredible atmosphere. Piccolo Posto truly is Samos' coolest spot!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-smiling-with-copy-space_23-2148435784.jpg", imageAlt: "Nikos T."},
|
||||
{
|
||||
name: "Maria K.",
|
||||
handle: "@maria_k_samos",
|
||||
testimonial: "The perfect place to cool down with friends. Their specialty flavors are always a delightful surprise!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-handsome-bearded-guy-showing-okay-gesture-smiling-standing-blue-background_1258-160947.jpg",
|
||||
imageAlt: "Maria K.",
|
||||
},
|
||||
name: "Maria K.", handle: "@maria_k_samos", testimonial: "The perfect place to cool down with friends. Their specialty flavors are always a delightful surprise!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-handsome-bearded-guy-showing-okay-gesture-smiling-standing-blue-background_1258-160947.jpg", imageAlt: "Maria K."},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BaZPj9l8PBnfhD6Jt1B2YaxoQz/uploaded-1780998141712-zr3g82h6.png?_wi=1"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BaZPj9l8PBnfhD6Jt1B2YaxoQz/uploaded-1780998141712-zr3g82h6.png"
|
||||
imageAlt="Piccolo Posto shop exterior in Samos"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/indoor-shot-happy-gorgeous-woman-with-relaxed-smile-spending-nice-time-cafe_273609-9043.jpg",
|
||||
alt: "Smiling customer enjoying gelato",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/indoor-shot-happy-gorgeous-woman-with-relaxed-smile-spending-nice-time-cafe_273609-9043.jpg", alt: "Smiling customer enjoying gelato"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/leisure-people-lifestyle-concept-happy-handsome-young-man-cafe-sitting-chair-smiling_1258-245423.jpg",
|
||||
alt: "Happy person drinking coffee",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/leisure-people-lifestyle-concept-happy-handsome-young-man-cafe-sitting-chair-smiling_1258-245423.jpg", alt: "Happy person drinking coffee"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/sensual-confident-woman-stylish-clothes-enjoying-coffee-coffeeshop-attractive-female-model-sitting-cafe-having-lunch-with-admirer-smiling-look-away-pleased-breakfast-outdoor-restaurant_197531-30517.jpg",
|
||||
alt: "Woman smiling in cafe",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/sensual-confident-woman-stylish-clothes-enjoying-coffee-coffeeshop-attractive-female-model-sitting-cafe-having-lunch-with-admirer-smiling-look-away-pleased-breakfast-outdoor-restaurant_197531-30517.jpg", alt: "Woman smiling in cafe"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/handsome-caucasian-hipster-wearing-trendy-hat-sunglasses-enjoying-free-wifi-coffee-shop_273609-1767.jpg",
|
||||
alt: "Man with sunglasses relaxing",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/handsome-caucasian-hipster-wearing-trendy-hat-sunglasses-enjoying-free-wifi-coffee-shop_273609-1767.jpg", alt: "Man with sunglasses relaxing"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/dreamy-long-haired-french-woman-glasses-looking-away-with-smile-holding-cup-coffee_197531-6786.jpg",
|
||||
alt: "Young traveler with coffee",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/dreamy-long-haired-french-woman-glasses-looking-away-with-smile-holding-cup-coffee_197531-6786.jpg", alt: "Young traveler with coffee"},
|
||||
]}
|
||||
avatarText="Join 5,000+ happy customers!"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Freshly Made Gelato",
|
||||
type: "text", text: "Freshly Made Gelato"},
|
||||
{
|
||||
type: "text-icon", text: "Summer Coffee Vibes", icon: Coffee,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Summer Coffee Vibes",
|
||||
icon: Coffee,
|
||||
type: "text", text: "Taste of Samos"},
|
||||
{
|
||||
type: "text-icon", text: "Sweet Moments", icon: Sparkles,
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Taste of Samos",
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Sweet Moments",
|
||||
icon: Sparkles,
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Daily Specials",
|
||||
},
|
||||
type: "text", text: "Daily Specials"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -184,65 +120,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "gelato-pistachio",
|
||||
brand: "Italian Gelato",
|
||||
name: "Pistachio Dream",
|
||||
price: "€3.50",
|
||||
rating: 5,
|
||||
reviewCount: "240",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-fresh-natural-creamy-lemon-ice-cream-decorated-with-mint-served-dark-stone-slate-black-background-glossy-scoop-is-laying-nearby_639032-532.jpg",
|
||||
imageAlt: "Pistachio Gelato",
|
||||
},
|
||||
id: "gelato-pistachio", brand: "Italian Gelato", name: "Pistachio Dream", price: "€3.50", rating: 5,
|
||||
reviewCount: "240", imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-fresh-natural-creamy-lemon-ice-cream-decorated-with-mint-served-dark-stone-slate-black-background-glossy-scoop-is-laying-nearby_639032-532.jpg", imageAlt: "Pistachio Gelato"},
|
||||
{
|
||||
id: "coffee-iced-latte",
|
||||
brand: "Summer Coffee",
|
||||
name: "Iced Latte Breeze",
|
||||
price: "€4.00",
|
||||
rating: 5,
|
||||
reviewCount: "180",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hot-caramel-macchiato_1339-6108.jpg",
|
||||
imageAlt: "Iced Latte",
|
||||
},
|
||||
id: "coffee-iced-latte", brand: "Summer Coffee", name: "Iced Latte Breeze", price: "€4.00", rating: 5,
|
||||
reviewCount: "180", imageSrc: "http://img.b2bpic.net/free-photo/hot-caramel-macchiato_1339-6108.jpg", imageAlt: "Iced Latte"},
|
||||
{
|
||||
id: "gelato-strawberry",
|
||||
brand: "Italian Gelato",
|
||||
name: "Strawberry Delight",
|
||||
price: "€3.50",
|
||||
rating: 5,
|
||||
reviewCount: "210",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-strawberry-cake-inside-red-basket-along-with-fresh-red-strawberries-pink-desk-biscuit-cake-confectionery-sugar_140725-24880.jpg",
|
||||
imageAlt: "Strawberry Gelato",
|
||||
},
|
||||
id: "gelato-strawberry", brand: "Italian Gelato", name: "Strawberry Delight", price: "€3.50", rating: 5,
|
||||
reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/front-view-strawberry-cake-inside-red-basket-along-with-fresh-red-strawberries-pink-desk-biscuit-cake-confectionery-sugar_140725-24880.jpg", imageAlt: "Strawberry Gelato"},
|
||||
{
|
||||
id: "coffee-cappuccino",
|
||||
brand: "Summer Coffee",
|
||||
name: "Classic Cappuccino",
|
||||
price: "€3.50",
|
||||
rating: 5,
|
||||
reviewCount: "150",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-with-heart-pattern-wooden-background_1232-2090.jpg",
|
||||
imageAlt: "Cappuccino",
|
||||
},
|
||||
id: "coffee-cappuccino", brand: "Summer Coffee", name: "Classic Cappuccino", price: "€3.50", rating: 5,
|
||||
reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/coffee-with-heart-pattern-wooden-background_1232-2090.jpg", imageAlt: "Cappuccino"},
|
||||
{
|
||||
id: "gelato-chocolate",
|
||||
brand: "Italian Gelato",
|
||||
name: "Rich Chocolate",
|
||||
price: "€3.50",
|
||||
rating: 5,
|
||||
reviewCount: "280",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/waffle-cones-holder_23-2148150201.jpg",
|
||||
imageAlt: "Chocolate Gelato",
|
||||
},
|
||||
id: "gelato-chocolate", brand: "Italian Gelato", name: "Rich Chocolate", price: "€3.50", rating: 5,
|
||||
reviewCount: "280", imageSrc: "http://img.b2bpic.net/free-photo/waffle-cones-holder_23-2148150201.jpg", imageAlt: "Chocolate Gelato"},
|
||||
{
|
||||
id: "gelato-lemon",
|
||||
brand: "Italian Gelato",
|
||||
name: "Lemon Sorbetto",
|
||||
price: "€3.00",
|
||||
rating: 5,
|
||||
reviewCount: "195",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/assortment-delicious-homemade-dessert_23-2148900958.jpg",
|
||||
imageAlt: "Lemon Sorbetto",
|
||||
},
|
||||
id: "gelato-lemon", brand: "Italian Gelato", name: "Lemon Sorbetto", price: "€3.00", rating: 5,
|
||||
reviewCount: "195", imageSrc: "http://img.b2bpic.net/free-photo/assortment-delicious-homemade-dessert_23-2148900958.jpg", imageAlt: "Lemon Sorbetto"},
|
||||
]}
|
||||
title="Our Delicious Offerings"
|
||||
description="Explore our handcrafted Italian gelato and refreshing coffee selections. Made with love, served with a smile."
|
||||
@@ -254,9 +148,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Samos' Coolest Spot"
|
||||
description={[
|
||||
"Welcome to Piccolo Posto, where every scoop tells a story and every coffee brings a summer breeze. Located at Themistokli Sofouli 56, Samos, we’re passionate about crafting moments of pure delight.",
|
||||
"Our authentic Italian gelato is made fresh daily with the finest ingredients, offering a kaleidoscope of specialty flavors. Pair it with our aromatic, summer-vibe coffee for the perfect escape. Come visit us and taste the magic!",
|
||||
]}
|
||||
"Welcome to Piccolo Posto, where every scoop tells a story and every coffee brings a summer breeze. Located at Themistokli Sofouli 56, Samos, we’re passionate about crafting moments of pure delight.", "Our authentic Italian gelato is made fresh daily with the finest ingredients, offering a kaleidoscope of specialty flavors. Pair it with our aromatic, summer-vibe coffee for the perfect escape. Come visit us and taste the magic!"]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -267,55 +159,31 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Colorful Creations",
|
||||
description: "Our gelato is a feast for the eyes and the palate, handcrafted with passion.",
|
||||
icon: IceCream,
|
||||
title: "Colorful Creations", description: "Our gelato is a feast for the eyes and the palate, handcrafted with passion.", icon: IceCream,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/christmas-macarons-pastry-shop-window-closeup_169016-48864.jpg",
|
||||
imageAlt: "Colorful gelato display",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/christmas-macarons-pastry-shop-window-closeup_169016-48864.jpg", imageAlt: "Colorful gelato display"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-cookies-ice-cream_23-2149637220.jpg",
|
||||
imageAlt: "Various gelato cones",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-cookies-ice-cream_23-2149637220.jpg", imageAlt: "Various gelato cones"},
|
||||
],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BaZPj9l8PBnfhD6Jt1B2YaxoQz/uploaded-1780998141712-zr3g82h6.png?_wi=2",
|
||||
imageAlt: "gelato scoops colorful variety",
|
||||
},
|
||||
{
|
||||
title: "Perfect Brews",
|
||||
description: "Experience our refreshing coffee drinks, perfect for any time of day.",
|
||||
icon: Coffee,
|
||||
title: "Perfect Brews", description: "Experience our refreshing coffee drinks, perfect for any time of day.", icon: Coffee,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/iced-lemon-tea_1203-2493.jpg",
|
||||
imageAlt: "Iced coffee with lemon",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/iced-lemon-tea_1203-2493.jpg", imageAlt: "Iced coffee with lemon"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-male-barista-preparing-coffee-coffee-shop_1303-31774.jpg",
|
||||
imageAlt: "Barista making coffee",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-male-barista-preparing-coffee-coffee-shop_1303-31774.jpg", imageAlt: "Barista making coffee"},
|
||||
],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BaZPj9l8PBnfhD6Jt1B2YaxoQz/uploaded-1780998141713-lm8p6883.png?_wi=1",
|
||||
imageAlt: "gelato scoops colorful variety",
|
||||
},
|
||||
{
|
||||
title: "Our Cozy Corner",
|
||||
description: "Relax in our inviting shop, a perfect blend of modern comfort and Mediterranean charm.",
|
||||
icon: Sun,
|
||||
title: "Our Cozy Corner", description: "Relax in our inviting shop, a perfect blend of modern comfort and Mediterranean charm.", icon: Sun,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/african-boy-caucasian-girls-are-laughing-cosy-open-air-cafe-hot-sunny-day_8353-9768.jpg",
|
||||
imageAlt: "Cozy cafe interior",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/african-boy-caucasian-girls-are-laughing-cosy-open-air-cafe-hot-sunny-day_8353-9768.jpg", imageAlt: "Cozy cafe interior"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/street-cafe-old-town-rhodes-journey-through-popular-places-dodecanese-archipelago-greece_166373-3792.jpg",
|
||||
imageAlt: "Outdoor cafe seating",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/street-cafe-old-town-rhodes-journey-through-popular-places-dodecanese-archipelago-greece_166373-3792.jpg", imageAlt: "Outdoor cafe seating"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vintage-food-close-people-decoration_1232-3806.jpg",
|
||||
imageAlt: "gelato scoops colorful variety",
|
||||
},
|
||||
]}
|
||||
title="A Glimpse of Our World"
|
||||
@@ -325,27 +193,19 @@ export default function LandingPage() {
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "flavors",
|
||||
icon: IceCream,
|
||||
title: "Specialty Flavors",
|
||||
value: "20+",
|
||||
},
|
||||
id: "flavors", icon: IceCream,
|
||||
title: "Specialty Flavors", value: "20+"},
|
||||
{
|
||||
id: "customers",
|
||||
icon: Smile,
|
||||
title: "Happy Customers",
|
||||
value: "5,000+",
|
||||
},
|
||||
id: "customers", icon: Smile,
|
||||
title: "Happy Customers", value: "5,000+"},
|
||||
{
|
||||
id: "since",
|
||||
icon: CalendarDays,
|
||||
title: "Years Serving Samos",
|
||||
value: "5+",
|
||||
},
|
||||
id: "since", icon: CalendarDays,
|
||||
title: "Years Serving Samos", value: "5+"},
|
||||
]}
|
||||
title="Fun Facts & Figures"
|
||||
description="A few sweet numbers that make Piccolo Posto special."
|
||||
@@ -357,14 +217,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Eleni P.",
|
||||
"Kostas V.",
|
||||
"Sophia G.",
|
||||
"Nikos T.",
|
||||
"Maria K.",
|
||||
"Dimitris L.",
|
||||
"Anna S.",
|
||||
]}
|
||||
"Eleni P.", "Kostas V.", "Sophia G.", "Nikos T.", "Maria K.", "Dimitris L.", "Anna S."]}
|
||||
title="Loved by Our Community"
|
||||
description="Join the growing family of gelato & coffee lovers who choose Piccolo Posto. Hear what our local fans are saying!"
|
||||
/>
|
||||
@@ -375,35 +228,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "insta-1",
|
||||
name: "Perfect Summer Vibes!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pistachio-lemon-gelato-hands-women-loggia-against-backdrop-warm-tropical-evening-copy-space-text-invitation-tropical-island-voyage_166373-9564.jpg",
|
||||
imageAlt: "Person holding gelato cone",
|
||||
},
|
||||
id: "insta-1", name: "Perfect Summer Vibes!", imageSrc: "http://img.b2bpic.net/free-photo/pistachio-lemon-gelato-hands-women-loggia-against-backdrop-warm-tropical-evening-copy-space-text-invitation-tropical-island-voyage_166373-9564.jpg", imageAlt: "Person holding gelato cone"},
|
||||
{
|
||||
id: "insta-2",
|
||||
name: "Coffee Art Goals!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-collage-with-plant_23-2151876140.jpg",
|
||||
imageAlt: "Coffee with latte art",
|
||||
},
|
||||
id: "insta-2", name: "Coffee Art Goals!", imageSrc: "http://img.b2bpic.net/free-photo/coffee-collage-with-plant_23-2151876140.jpg", imageAlt: "Coffee with latte art"},
|
||||
{
|
||||
id: "insta-3",
|
||||
name: "Squad Goals & Gelato Rolls!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elder-couples-together-beach-eating-burgers_23-2148666596.jpg",
|
||||
imageAlt: "Friends sharing gelato",
|
||||
},
|
||||
id: "insta-3", name: "Squad Goals & Gelato Rolls!", imageSrc: "http://img.b2bpic.net/free-photo/elder-couples-together-beach-eating-burgers_23-2148666596.jpg", imageAlt: "Friends sharing gelato"},
|
||||
{
|
||||
id: "insta-4",
|
||||
name: "Rainbow of Flavors!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-photo-pastry-with-berries-smartphone_140725-5320.jpg",
|
||||
imageAlt: "Colorful gelato scoops",
|
||||
},
|
||||
id: "insta-4", name: "Rainbow of Flavors!", imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-photo-pastry-with-berries-smartphone_140725-5320.jpg", imageAlt: "Colorful gelato scoops"},
|
||||
{
|
||||
id: "insta-5",
|
||||
name: "Capturing the Sweetness!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photography-photo-shot-croissant-bakery-concept_53876-20726.jpg",
|
||||
imageAlt: "Person taking photo of coffee",
|
||||
},
|
||||
id: "insta-5", name: "Capturing the Sweetness!", imageSrc: "http://img.b2bpic.net/free-photo/photography-photo-shot-croissant-bakery-concept_53876-20726.jpg", imageAlt: "Person taking photo of coffee"},
|
||||
]}
|
||||
cardTitle="Instagram-Worthy Moments"
|
||||
cardTag="@piccoloposto_samos"
|
||||
@@ -417,22 +250,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-1",
|
||||
title: "Do you have vegan gelato options?",
|
||||
content: "Yes, we offer a delicious selection of dairy-free and vegan-friendly sorbetto flavors, made with fresh fruit and natural ingredients. Ask our staff for today's options!",
|
||||
},
|
||||
id: "faq-1", title: "Do you have vegan gelato options?", content: "Yes, we offer a delicious selection of dairy-free and vegan-friendly sorbetto flavors, made with fresh fruit and natural ingredients. Ask our staff for today's options!"},
|
||||
{
|
||||
id: "faq-2",
|
||||
title: "What are your opening hours?",
|
||||
content: "Piccolo Posto is open daily from 9:00 AM to 11:00 PM during the summer season. Please check our Instagram for any seasonal changes.",
|
||||
},
|
||||
id: "faq-2", title: "What are your opening hours?", content: "Piccolo Posto is open daily from 9:00 AM to 11:00 PM during the summer season. Please check our Instagram for any seasonal changes."},
|
||||
{
|
||||
id: "faq-3",
|
||||
title: "Can I order coffee for a group or event?",
|
||||
content: "Absolutely! For large coffee orders or catering inquiries, please contact us directly via phone or email. We'd be happy to help make your event sweeter.",
|
||||
},
|
||||
id: "faq-3", title: "Can I order coffee for a group or event?", content: "Absolutely! For large coffee orders or catering inquiries, please contact us directly via phone or email. We'd be happy to help make your event sweeter."},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BaZPj9l8PBnfhD6Jt1B2YaxoQz/uploaded-1780998141713-lm8p6883.png?_wi=2"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BaZPj9l8PBnfhD6Jt1B2YaxoQz/uploaded-1780998141713-lm8p6883.png"
|
||||
imageAlt="Piccolo Posto interior with staff"
|
||||
mediaAnimation="slide-up"
|
||||
title="Your Questions, Answered"
|
||||
@@ -445,8 +269,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Visit Us"
|
||||
title="Find Your Way to Sweetness"
|
||||
description="Located in beautiful Samos, Greece. Stop by for a refreshing treat at Themistokli Sofouli 56, Samos 831 00. Call us at 2273 100080."
|
||||
@@ -467,9 +290,7 @@ export default function LandingPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "https://www.instagram.com/piccoloposto_samos",
|
||||
ariaLabel: "Instagram",
|
||||
},
|
||||
href: "https://www.instagram.com/piccoloposto_samos", ariaLabel: "Instagram"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user