From 6bec715df4fafa72c50ecac0a3018fb7a01c4c87 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 15:13:33 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 290 ++++++++++------------------------------------- 1 file changed, 60 insertions(+), 230 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 92b8f83..1b107a7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,25 +29,15 @@ export default function LandingPage() { @@ -56,117 +46,43 @@ export default function LandingPage() {
@@ -176,20 +92,13 @@ export default function LandingPage() { useInvertedBackground={true} heading={[ { - type: "text", - content: "Generations of Craftsmanship", - }, + type: "text", content: "Generations of Craftsmanship"}, { - type: "image", - src: "http://img.b2bpic.net/free-photo/barrels-old-winery_1398-4735.jpg", - alt: "Family history and cooking", - }, + type: "image", src: "http://img.b2bpic.net/free-photo/barrels-old-winery_1398-4735.jpg", alt: "Family history and cooking"}, ]} buttons={[ { - text: "Learn our story", - href: "#about", - }, + text: "Learn our story", href: "#about"}, ]} /> @@ -201,48 +110,12 @@ export default function LandingPage() { gridVariant="asymmetric-60-wide-40-narrow" useInvertedBackground={false} products={[ - { - id: "1", - name: "Chitarra con Tartufo", - price: "42 €", - imageSrc: "http://img.b2bpic.net/free-photo/alcoholic-drink-pouring-into-glass-with-tasty-italian-pasta-table_23-2148246861.jpg?_wi=1", - imageAlt: "Pasta dish", - }, - { - id: "2", - name: "Agnello alla Pastorale", - price: "48 €", - imageSrc: "http://img.b2bpic.net/free-photo/alcoholic-drink-pouring-into-glass-with-tasty-italian-pasta-table_23-2148246861.jpg?_wi=2", - imageAlt: "Lamb dish", - }, - { - id: "3", - name: "Montepulciano Riserva", - price: "85 €", - imageSrc: "http://img.b2bpic.net/free-photo/alcoholic-drink-pouring-into-glass-with-tasty-italian-pasta-table_23-2148246861.jpg?_wi=3", - imageAlt: "Wine bottle", - }, - { - id: "4", - name: "Zafferano Risotto", - price: "38 €", - imageSrc: "http://img.b2bpic.net/free-photo/alcoholic-drink-pouring-into-glass-with-tasty-italian-pasta-table_23-2148246861.jpg?_wi=4", - imageAlt: "Risotto", - }, - { - id: "5", - name: "Pecorino Aged Selection", - price: "32 €", - imageSrc: "http://img.b2bpic.net/free-photo/alcoholic-drink-pouring-into-glass-with-tasty-italian-pasta-table_23-2148246861.jpg?_wi=5", - imageAlt: "Cheese plate", - }, - { - id: "6", - name: "Dolce di Nonna", - price: "18 €", - imageSrc: "http://img.b2bpic.net/free-photo/alcoholic-drink-pouring-into-glass-with-tasty-italian-pasta-table_23-2148246861.jpg?_wi=6", - imageAlt: "Dessert", - }, + { id: "1", name: "Chitarra con Tartufo", price: "42 €", imageSrc: "http://img.b2bpic.net/free-photo/alcoholic-drink-pouring-into-glass-with-tasty-italian-pasta-table_23-2148246861.jpg", imageAlt: "Pasta dish" }, + { id: "2", name: "Agnello alla Pastorale", price: "48 €", imageSrc: "http://img.b2bpic.net/free-photo/alcoholic-drink-pouring-into-glass-with-tasty-italian-pasta-table_23-2148246861.jpg", imageAlt: "Lamb dish" }, + { id: "3", name: "Montepulciano Riserva", price: "85 €", imageSrc: "http://img.b2bpic.net/free-photo/alcoholic-drink-pouring-into-glass-with-tasty-italian-pasta-table_23-2148246861.jpg", imageAlt: "Wine bottle" }, + { id: "4", name: "Zafferano Risotto", price: "38 €", imageSrc: "http://img.b2bpic.net/free-photo/alcoholic-drink-pouring-into-glass-with-tasty-italian-pasta-table_23-2148246861.jpg", imageAlt: "Risotto" }, + { id: "5", name: "Pecorino Aged Selection", price: "32 €", imageSrc: "http://img.b2bpic.net/free-photo/alcoholic-drink-pouring-into-glass-with-tasty-italian-pasta-table_23-2148246861.jpg", imageAlt: "Cheese plate" }, + { id: "6", name: "Dolce di Nonna", price: "18 €", imageSrc: "http://img.b2bpic.net/free-photo/alcoholic-drink-pouring-into-glass-with-tasty-italian-pasta-table_23-2148246861.jpg", imageAlt: "Dessert" }, ]} title="Signature Flavors of Abruzzo" description="Experience the authentic, time-honored recipes passed down through generations, reimagined for the modern palate." @@ -251,63 +124,33 @@ export default function LandingPage() {