Merge version_1 into main #1
1367
src/app/layout.tsx
1367
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -116,7 +116,7 @@ export default function LandingPage() {
|
||||
{ id: "1", category: "Croissant", title: "Croissant Sfogliati", excerpt: "Sfogliatura perfetta e burro di qualità superiore in ogni strato", imageSrc: "http://img.b2bpic.net/free-photo/butter-croissant-table_1339-6799.jpg", imageAlt: "Croissant sfogliati appena sfornati", authorName: "Il Cigno Bianco", authorAvatar: "http://img.b2bpic.net/free-photo/headshot-cute-girl-with-hair-bun-spending-lunch-break-restaurant-with-wooden-walls_273609-9037.jpg", date: "Ogni mattina" },
|
||||
{ id: "2", category: "Maritozzo", title: "Maritozzo Signature", excerpt: "La nostra creazione iconica con panna fresca e ricetta segreta", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cookies-with-cocoa-powder-top_23-2148485447.jpg", imageAlt: "Maritozzo alla panna con presentazione elegante", authorName: "Il Cigno Bianco", authorAvatar: "http://img.b2bpic.net/free-photo/front-view-smiley-man-with-backpack_23-2149915917.jpg", date: "Specialità" },
|
||||
{ id: "3", category: "Gelato", title: "Gelato Pistachio Deluxe", excerpt: "Il nostro gusto più richiesto, preparato giornalmente con pistacchio fresco", 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: "Gelato pistachio in cono", authorName: "Il Cigno Bianco", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-disposable-coffee-cup_107420-12313.jpg", date: "Stagionale" },
|
||||
{ id: "4", category: "Vetrina", title: "La Nostra Vetrina", excerpt: "Ogni giorno una selezione di dolci appena sfornati vi aspetta", imageSrc: "http://img.b2bpic.net/free-photo/different-types-pastries-glass-cabinet-with-price-tag_23-2148028012.jpg", imageAlt: "Vetrina della pasticceria illuminata", authorName: "Il Cigno Bianco", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-smiling-young-woman-wearing-life-jacket_23-2147562086.jpg", date: "Sempre aperto" },
|
||||
{ id: "4", category: "Vetrina", title: "La Nostra Vetrina", excerpt: "Ogni giorno una selezione di dolci appena sfornati vi aspetta", imageSrc: "http://img.b2bpic.net/free-photo/different-types-pastries-glass-cabinet-with-price-tag_23-2148028012.jpg?_wi=1", imageAlt: "Vetrina della pasticceria illuminata", authorName: "Il Cigno Bianco", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-smiling-young-woman-wearing-life-jacket_23-2147562086.jpg", date: "Sempre aperto" },
|
||||
{ id: "5", category: "Cappuccino", title: "Cappuccino Cremoso", excerpt: "Il caffè perfetto per accompagnare il vostro dolce preferito", imageSrc: "http://img.b2bpic.net/free-photo/top-view-breakfast-elements_23-2148173331.jpg", imageAlt: "Cappuccino con arte del latte", authorName: "Il Cigno Bianco", authorAvatar: "http://img.b2bpic.net/free-photo/happy-successful-woman-thumbs-up-give-approval-drink-coffee_176420-16240.jpg", date: "Ogni giorno" },
|
||||
{ id: "6", category: "Tavolini", title: "Seating Esterno", excerpt: "Godete i vostri dolci con vista sul mare di Golfo Aranci", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-pregnancy-young-family-pregnant-woman-man-happy-couple-wife-husband_1328-5073.jpg", imageAlt: "Tavolini esterni con vista mare", authorName: "Il Cigno Bianco", authorAvatar: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", date: "Primavera-Estate" }
|
||||
]}
|
||||
@@ -155,7 +155,7 @@ export default function LandingPage() {
|
||||
tag="Contatti"
|
||||
tagIcon={Store}
|
||||
products={[
|
||||
{ id: "1", brand: "Il Cigno Bianco", name: "Pasticceria Il Cigno Bianco", price: "Golfo Aranci", rating: 5, reviewCount: "450+", imageSrc: "http://img.b2bpic.net/free-photo/different-types-pastries-glass-cabinet-with-price-tag_23-2148028012.jpg", imageAlt: "Pasticceria Il Cigno Bianco" },
|
||||
{ id: "1", brand: "Il Cigno Bianco", name: "Pasticceria Il Cigno Bianco", price: "Golfo Aranci", rating: 5, reviewCount: "450+", imageSrc: "http://img.b2bpic.net/free-photo/different-types-pastries-glass-cabinet-with-price-tag_23-2148028012.jpg?_wi=2", imageAlt: "Pasticceria Il Cigno Bianco" },
|
||||
{ id: "2", brand: "Il Cigno Bianco", name: "Collezione Specialità", price: "Premium Selection", rating: 5, reviewCount: "380+", imageSrc: "http://img.b2bpic.net/free-photo/half-top-view-yummy-pastry-dark-blue-surface_179666-44342.jpg", imageAlt: "Collezione Specialità" }
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
|
||||
Reference in New Issue
Block a user