From 692805ffbfac980d53d0db462a007af93ec4bc9c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 1 Apr 2026 07:41:55 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 124 +++++++++++++---------------------------------- 1 file changed, 35 insertions(+), 89 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3a2e882..eff312a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,43 +29,27 @@ export default function LandingPage() {
@@ -78,15 +62,12 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { - id: "p1", name: "Sea Salt Potato Chips", price: "$6.00", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cooked-sliced-cauliflower-inside-plate-with-lemon-grey-light-wall_140725-38043.jpg"}, - { - id: "p2", name: "Classic Butter Biscuits", price: "$8.50", imageSrc: "http://img.b2bpic.net/free-photo/closeup-vertical-shot-tasty-cookies-white-surface-with-chocolate-milk_181624-3981.jpg"}, - { - id: "p3", name: "Spicy Veggie Chips", price: "$7.50", imageSrc: "http://img.b2bpic.net/free-photo/side-view-delicious-homemade-chips-pepper-bowl-mayonnaise-ketchup-newspaper-gray-table_140725-87112.jpg"}, + { id: "c1", name: "Crispy Sea Salt Chips", price: "$5.00", imageSrc: "http://img.b2bpic.net/free-photo/side-view-delicious-homemade-chips-pepper-bowl-mayonnaise-ketchup-newspaper-gray-table_140725-87112.jpg" }, + { id: "b1", name: "Classic Butter Biscuit", price: "$6.50", imageSrc: "http://img.b2bpic.net/free-photo/closeup-vertical-shot-tasty-cookies-white-surface-with-chocolate-milk_181624-3981.jpg" }, + { id: "c2", name: "Spicy Chili Chips", price: "$5.50", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cooked-sliced-cauliflower-inside-plate-with-lemon-grey-light-wall_140725-38043.jpg" }, ]} - title="Our Creations" - description="Discover our range of handcrafted chips and biscuits." + title="Fast Snacks, Big Flavor" + description="Browse our freshly baked biscuits and perfectly salted chips." />
@@ -94,15 +75,11 @@ export default function LandingPage() {