Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-06-09 09:56:41 +00:00

View File

@@ -122,17 +122,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "gelato-pistachio", name: "Pistachio Gelato", imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-tasty-pistachio-ice-cream-decorated-with-mint-scattered-pistachios-are-nearby-served-stone-slate-black-background_639032-917.jpg", imageAlt: "Pistachio Gelato"},
id: "gelato-pistachio", name: "Pistachio Gelato", imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-tasty-pistachio-ice-cream-decorated-with-mint-scattered-pistachios-are-nearby-served-stone-slate-black-background_639032-917.jpg", imageAlt: "Pistachio Gelato", price: "€3.50"},
{
id: "gelato-stracciatella", name: "Stracciatella Gelato", imageSrc: "http://img.b2bpic.net/free-photo/homemade-roasted-plum-ice-cream-recipe-food-photography_53876-96019.jpg", imageAlt: "Stracciatella Gelato"},
id: "gelato-stracciatella", name: "Stracciatella Gelato", imageSrc: "http://img.b2bpic.net/free-photo/homemade-roasted-plum-ice-cream-recipe-food-photography_53876-96019.jpg", imageAlt: "Stracciatella Gelato", price: "€3.00"},
{
id: "gelato-lemon", name: "Lemon Sorbetto", imageSrc: "http://img.b2bpic.net/free-photo/frozen-lemon-slice_23-2148176292.jpg", imageAlt: "Lemon Sorbetto"},
id: "gelato-lemon", name: "Lemon Sorbetto", imageSrc: "http://img.b2bpic.net/free-photo/frozen-lemon-slice_23-2148176292.jpg", imageAlt: "Lemon Sorbetto", price: "€2.80"},
{
id: "coffee-freddo-espresso", name: "Freddo Espresso", imageSrc: "http://img.b2bpic.net/free-photo/glass-coke-with-ice-woman-sandy-beach_23-2148134677.jpg", imageAlt: "Freddo Espresso"},
id: "coffee-freddo-espresso", name: "Freddo Espresso", imageSrc: "http://img.b2bpic.net/free-photo/glass-coke-with-ice-woman-sandy-beach_23-2148134677.jpg", imageAlt: "Freddo Espresso", price: "€4.00"},
{
id: "coffee-cappuccino", name: "Cappuccino", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tasty-coffee-cup-books_23-2148882800.jpg", imageAlt: "Cappuccino"},
id: "coffee-cappuccino", name: "Cappuccino", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tasty-coffee-cup-books_23-2148882800.jpg", imageAlt: "Cappuccino", price: "€3.50"},
{
id: "gelato-chocolate", name: "Dark Chocolate Gelato", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-plate-with-chocolate-ice-cream_23-2148422095.jpg", imageAlt: "Dark Chocolate Gelato"},
id: "gelato-chocolate", name: "Dark Chocolate Gelato", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-plate-with-chocolate-ice-cream_23-2148422095.jpg", imageAlt: "Dark Chocolate Gelato", price: "€3.20"}
]}
title="Our Delicious Offerings"
description="Indulge in our authentic Italian gelato, made fresh daily with the finest ingredients. Explore our seasonal specialty flavors and refreshing summer-vibe coffees."
@@ -151,7 +151,7 @@ export default function LandingPage() {
{
title: "Vibrant Shop Interior", description: "A bright and welcoming space designed for your comfort and joy.", imageSrc: "http://img.b2bpic.net/free-photo/sweet-flavor-icecream-chocolate-ice_1203-4352.jpg", imageAlt: "Colorful shop interior"},
{
title: "Happy Customers, Sweet Smiles", description: "The best part of our day is seeing you enjoy your treats.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-eating-icecream-cone_23-2147883345.jpg", imageAlt: "Customers enjoying gelato"},
title: "Happy Customers, Sweet Smiles", description: "The best part of our day is seeing you enjoy your treats.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-eating-icecream-cone_23-2147883345.jpg", imageAlt: "Customers enjoying gelato"}
]}
title="Moments from Piccolo Posto"
description="A visual journey through our delightful treats, vibrant atmosphere, and the happy faces that make our shop Samos' favorite destination."
@@ -168,7 +168,7 @@ export default function LandingPage() {
description="Follow us on Instagram @piccoloposto_samos for daily delights, seasonal specials, and a peek behind the scenes. Share your Piccolo Posto moments with #PiccoloPostoSamos!"
buttons={[
{
text: "Follow Us on Instagram", href: "https://www.instagram.com/piccoloposto_samos"},
text: "Follow Us on Instagram", href: "https://www.instagram.com/piccoloposto_samos"}
]}
/>
</div>
@@ -184,7 +184,7 @@ export default function LandingPage() {
{
label: "Menu", href: "#menu"},
{
label: "About", href: "#about"},
label: "About", href: "#about"}
],
},
{
@@ -194,7 +194,7 @@ export default function LandingPage() {
{
label: "Coffee", href: "#menu"},
{
label: "Flavors", href: "#menu"},
label: "Flavors", href: "#menu"}
],
},
{
@@ -202,7 +202,7 @@ export default function LandingPage() {
{
label: "Instagram", href: "https://www.instagram.com/piccoloposto_samos"},
{
label: "Privacy Policy", href: "#"},
label: "Privacy Policy", href: "#"}
],
},
]}