From 51dc3d1f1e9790bddffe1b2016643f81ff3af872 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 29 Apr 2026 20:00:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 256 ++++++++--------------------------------------- 1 file changed, 42 insertions(+), 214 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d4b9dfc..7c2f6f7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,22 +32,10 @@ export default function LandingPage() { @@ -135,27 +82,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { - id: "f1", - title: "72-Hour Fermentation", - subtitle: "Deep, complex flavor", - category: "Technique", - value: "Patience", - }, - { - id: "f2", - title: "Stone Wood-Fire", - subtitle: "Perfect charred crust", - category: "Craft", - value: "Heat", - }, - { - id: "f3", - title: "Sourced Ingredients", - subtitle: "Locally grown produce", - category: "Nature", - value: "Origin", - }, + { id: "f1", title: "72-Hour Fermentation", subtitle: "Deep, complex flavor", category: "Technique", value: "Patience" }, + { id: "f2", title: "Stone Wood-Fire", subtitle: "Perfect charred crust", category: "Craft", value: "Heat" }, + { id: "f3", title: "Sourced Ingredients", subtitle: "Locally grown produce", category: "Nature", value: "Origin" }, ]} title="Our Signature Process" description="From farm to oven, every step is deliberate and precise." @@ -169,42 +98,12 @@ export default function LandingPage() { gridVariant="two-columns-alternating-heights" useInvertedBackground={true} products={[ - { - id: "p1", - name: "Margherita Classica", - price: "$18", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-seasonings-with-garlic-dark-blue-desk-ripe-color-food-salad-pepper-spicy_140725-99374.jpg", - }, - { - id: "p2", - name: "Truffle Forest", - price: "$24", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-slice-pizza-wooden-board_176474-120139.jpg", - }, - { - id: "p3", - name: "Spicy Pepperoni", - price: "$20", - imageSrc: "http://img.b2bpic.net/free-photo/smoked-salmon-pizza_1339-2162.jpg", - }, - { - id: "p4", - name: "Quattro Formaggi", - price: "$22", - imageSrc: "http://img.b2bpic.net/free-photo/view-italian-food-arrangement_23-2148601619.jpg", - }, - { - id: "p5", - name: "Garden Harvest", - price: "$19", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-with-vegetables-arrangement_23-2148574222.jpg", - }, - { - id: "p6", - name: "Prosciutto Royale", - price: "$26", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-delicious-pizza-with-sliced-sausages-melted-cheese-board-lights_181624-45909.jpg", - }, + { id: "p1", name: "Margherita Classica", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-seasonings-with-garlic-dark-blue-desk-ripe-color-food-salad-pepper-spicy_140725-99374.jpg" }, + { id: "p2", name: "Truffle Forest", price: "$24", imageSrc: "http://img.b2bpic.net/free-photo/side-view-slice-pizza-wooden-board_176474-120139.jpg" }, + { id: "p3", name: "Spicy Pepperoni", price: "$20", imageSrc: "http://img.b2bpic.net/free-photo/smoked-salmon-pizza_1339-2162.jpg" }, + { id: "p4", name: "Quattro Formaggi", price: "$22", imageSrc: "http://img.b2bpic.net/free-photo/view-italian-food-arrangement_23-2148601619.jpg" }, + { id: "p5", name: "Garden Harvest", price: "$19", imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-with-vegetables-arrangement_23-2148574222.jpg" }, + { id: "p6", name: "Prosciutto Royale", price: "$26", imageSrc: "http://img.b2bpic.net/free-photo/closeup-delicious-pizza-with-sliced-sausages-melted-cheese-board-lights_181624-45909.jpg" }, ]} title="Artisan Collection" description="Handcrafted masterpieces for the refined palate." @@ -217,24 +116,9 @@ export default function LandingPage() { textboxLayout="inline-image" useInvertedBackground={false} metrics={[ - { - id: "m1", - title: "Pizzas Handcrafted", - value: "15,000+", - icon: Award, - }, - { - id: "m2", - title: "Local Farmers", - value: "12", - icon: Leaf, - }, - { - id: "m3", - title: "Dough Fermented", - value: "72h", - icon: Clock, - }, + { id: "m1", title: "Pizzas Handcrafted", value: "15,000+", icon: Award }, + { id: "m2", title: "Local Farmers", value: "12", icon: Leaf }, + { id: "m3", title: "Dough Fermented", value: "72h", icon: Clock }, ]} title="By The Numbers" description="Passion quantified by our culinary journey." @@ -243,44 +127,15 @@ export default function LandingPage() {
@@ -339,16 +175,8 @@ export default function LandingPage() { logoText="Artisan Pizza" copyrightText="© 2025 Artisan Pizza Co." socialLinks={[ - { - icon: Instagram, - href: "#", - ariaLabel: "Instagram", - }, - { - icon: Facebook, - href: "#", - ariaLabel: "Facebook", - }, + { icon: Instagram, href: "#", ariaLabel: "Instagram" }, + { icon: Facebook, href: "#", ariaLabel: "Facebook" }, ]} />