From e7f299e3ef6940017f15008a28114e28ee222bc3 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 00:54:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 173 ++++++++++++----------------------------------- 1 file changed, 43 insertions(+), 130 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 98d6153..f163352 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,21 +29,13 @@ export default function LandingPage() { @@ -52,65 +44,40 @@ export default function LandingPage() {
@@ -123,26 +90,11 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", - name: "Signature Bun", - price: "$4.50", - variant: "Coffee Caramel", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dining-table-arrangement_23-2150312220.jpg", - }, + id: "p1", name: "Signature Bun", price: "$4.50", variant: "Coffee Caramel", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dining-table-arrangement_23-2150312220.jpg"}, { - id: "p2", - name: "Premium Roast", - price: "$3.00", - variant: "Arabica", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dining-table-assortment_23-2150312222.jpg", - }, + id: "p2", name: "Premium Roast", price: "$3.00", variant: "Arabica", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dining-table-assortment_23-2150312222.jpg"}, { - id: "p3", - name: "Signature Shake", - price: "$6.00", - variant: "Vanilla Bean", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-croissant-plate-trivet-with-lemon-tangerine-kumquat-flour-ginger-with-spoon-honey-dipper-rolling-pin-black-background_141793-130598.jpg", - }, + id: "p3", name: "Signature Shake", price: "$6.00", variant: "Vanilla Bean", imageSrc: "http://img.b2bpic.net/free-photo/side-view-croissant-plate-trivet-with-lemon-tangerine-kumquat-flour-ginger-with-spoon-honey-dipper-rolling-pin-black-background_141793-130598.jpg"}, ]} title="The Bun That Started It All" description="Golden crust infused with coffee caramel topping, soft fluffy inside, served hot." @@ -151,44 +103,20 @@ export default function LandingPage() {
@@ -227,6 +145,12 @@ export default function LandingPage() {
@@ -236,34 +160,23 @@ export default function LandingPage() { logoText="Papparoti" columns={[ { - title: "Visit", - items: [ + title: "Visit", items: [ { - label: "Find a Location", - href: "#", - }, + label: "Find a Location", href: "#"}, ], }, { - title: "Menu", - items: [ + title: "Menu", items: [ { - label: "Buns", - href: "/menu", - }, + label: "Buns", href: "/menu"}, { - label: "Coffee", - href: "/menu", - }, + label: "Coffee", href: "/menu"}, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { - label: "Privacy", - href: "#", - }, + label: "Privacy", href: "#"}, ], }, ]}