diff --git a/src/app/page.tsx b/src/app/page.tsx index 3d8ae9c..7ff7d18 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,14 +31,10 @@ export default function LandingPage() {
@@ -114,18 +73,10 @@ export default function LandingPage() { useInvertedBackground={false} title="Dalla colazione all'aperitivo" metrics={[ - { - icon: Coffee, - label: "Colazioni", value: "Brioche farcite al momento"}, - { - icon: IceCream, - label: "Gelateria", value: "Artigianalità pura"}, - { - icon: Coffee, - label: "Apericena", value: "Buffet ricco & cocktail"}, - { - icon: Music, - label: "Serate", value: "Eventi a tema e relax"}, + { icon: Coffee, label: "Colazioni", value: "Brioche farcite al momento" }, + { icon: IceCream, label: "Gelateria", value: "Artigianalità pura" }, + { icon: Coffee, label: "Apericena", value: "Buffet ricco & cocktail" }, + { icon: Music, label: "Serate", value: "Eventi a tema e relax" }, ]} metricsAnimation="slide-up" /> @@ -138,18 +89,12 @@ export default function LandingPage() { gridVariant="two-columns-alternating-heights" useInvertedBackground={true} products={[ - { - id: "p1", name: "Brioche farcita", price: "Gusto freschezza", imageSrc: "http://img.b2bpic.net/free-photo/woman-takes-photo-her-strawberry-dessert-with-her-smartphone_140725-8924.jpg"}, - { - id: "p2", name: "Cocktail Signature", price: "Miscelazione creativa", imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337724.jpg"}, - { - id: "p3", name: "Coppa Gelato", price: "Artigianale", imageSrc: "http://img.b2bpic.net/free-photo/closeup-scoops-strawberry-ice-cream-with-chocolate_651396-1443.jpg"}, - { - id: "p4", name: "Tagliere Prestige", price: "Aperitivo ricco", imageSrc: "http://img.b2bpic.net/free-photo/top-view-table-full-delicious-food-arrangement_23-2149141325.jpg"}, - { - id: "p5", name: "Cappuccino Arte", price: "Coffee time", imageSrc: "http://img.b2bpic.net/free-photo/coffee_74190-7838.jpg"}, - { - id: "p6", name: "Apericena Gourmet", price: "Drink + Buffet", imageSrc: "http://img.b2bpic.net/free-photo/delicious-italian-cocktail-with-realistic-background_23-2150062938.jpg"}, + { id: "p1", name: "Brioche farcita", price: "Gusto freschezza", imageSrc: "http://img.b2bpic.net/free-photo/woman-takes-photo-her-strawberry-dessert-with-her-smartphone_140725-8924.jpg" }, + { id: "p2", name: "Cocktail Signature", price: "Miscelazione creativa", imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337724.jpg" }, + { id: "p3", name: "Coppa Gelato", price: "Artigianale", imageSrc: "http://img.b2bpic.net/free-photo/closeup-scoops-strawberry-ice-cream-with-chocolate_651396-1443.jpg" }, + { id: "p4", name: "Tagliere Prestige", price: "Aperitivo ricco", imageSrc: "http://img.b2bpic.net/free-photo/top-view-table-full-delicious-food-arrangement_23-2149141325.jpg" }, + { id: "p5", name: "Cappuccino Arte", price: "Coffee time", imageSrc: "http://img.b2bpic.net/free-photo/coffee_74190-7838.jpg" }, + { id: "p6", name: "Apericena Gourmet", price: "Drink + Buffet", imageSrc: "http://img.b2bpic.net/free-photo/delicious-italian-cocktail-with-realistic-background_23-2150062938.jpg" }, ]} title="Le nostre specialità" description="Una selezione golosa per ogni ora della giornata." @@ -161,16 +106,8 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { - id: "t1", title: "Ottimo aperitivo", quote: "L'aperitivo è sempre ricco e i cocktail sono curatissimi.", name: "Giulia R.", role: "Cliente abituale", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-caucasian-woman-sitting-cafe-outdoors_171337-10405.jpg"}, - { - id: "t2", title: "Staff gentilissimo", quote: "Il personale è giovane, cordiale e super efficiente.", name: "Marco V.", role: "Studente", imageSrc: "http://img.b2bpic.net/free-photo/internationals-people-standing-cafe-drinking-cocktails_1157-32436.jpg"}, - { - id: "t3", title: "Serate memorabili", quote: "Perfetto per stare in compagnia durante il weekend.", name: "Elena S.", role: "Lavoratrice", imageSrc: "http://img.b2bpic.net/free-photo/laughing-chatting-afterworks-meeting-with-coworkers-cozy-small-local-cafe_8353-10284.jpg"}, - { - id: "t4", title: "Gelato wow", quote: "Il gelato artigianale è incredibile, una tappa fissa.", name: "Luca M.", role: "Appassionato", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-working-computer-cafe_1303-9724.jpg"}, - { - id: "t5", title: "Posto accogliente", quote: "Ottimo rapporto qualità prezzo in un ambiente super bello.", name: "Sara B.", role: "Cusano", imageSrc: "http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064695.jpg"}, + { id: "t1", title: "Ottimo aperitivo", quote: "L'aperitivo è sempre ricco e i cocktail sono curatissimi.", name: "Giulia R.", role: "Cliente abituale", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-caucasian-woman-sitting-cafe-outdoors_171337-10405.jpg" }, + { id: "t2", title: "Staff gentilissimo", quote: "Il personale è giovane, cordiale e super efficiente.", name: "Marco V.", role: "Studente", imageSrc: "http://img.b2bpic.net/free-photo/internationals-people-standing-cafe-drinking-cocktails_1157-32436.jpg" }, ]} title="Cosa dicono i nostri clienti" description="L'esperienza al Bar Prestige raccontata da chi ci sceglie ogni giorno." @@ -181,18 +118,8 @@ export default function LandingPage() {