From 9ac4d73f2eb0b884d94bce6090fc172c1a7e28fe Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 18:25:12 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 358 ++++------------------------------------------- 1 file changed, 30 insertions(+), 328 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f6b4a46..bc07494 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,22 +31,10 @@ export default function LandingPage() { @@ -219,61 +87,11 @@ export default function LandingPage() { textboxLayout="default" gridVariant="four-items-2x2-equal-grid" useInvertedBackground={false} + animationType="slide-up" products={[ - { - id: "p1", - brand: "Bakery", - name: "Cinnamon Roll", - price: "$5.00", - rating: 5, - reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cinnamon-rolls-tray_23-2148904706.jpg", - }, - { - id: "p2", - brand: "Bakery", - name: "Jalapeño Cheese Scone", - price: "$4.50", - rating: 5, - reviewCount: "85", - imageSrc: "http://img.b2bpic.net/free-photo/cannabis-cookies-cannabis-leaves-put-wooden-cutting-board_1150-28003.jpg", - }, - { - id: "p3", - brand: "Bakery", - name: "Cinnamon Bread", - price: "$9.00", - rating: 4, - reviewCount: "92", - imageSrc: "http://img.b2bpic.net/free-photo/dark-bread-slices-wooden-board-blue-table_114579-14451.jpg", - }, - { - id: "p4", - brand: "Bakery", - name: "Gluten-Free Éclair", - price: "$6.00", - rating: 5, - reviewCount: "150", - imageSrc: "http://img.b2bpic.net/free-photo/eclairs-profiteroles-with-black-chocolate-white-chocolate-with-custard-inside-traditional-french-dessert_114579-9071.jpg", - }, - { - id: "p5", - brand: "Bakery", - name: "Artichoke Roll", - price: "$5.50", - rating: 5, - reviewCount: "210", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-creamy-avocados-with-sliced-peppers-bread-pieces-grey-surface_140725-90220.jpg", - }, - { - id: "p6", - brand: "Bakery", - name: "Assorted Box", - price: "$25.00", - rating: 5, - reviewCount: "45", - imageSrc: "http://img.b2bpic.net/free-photo/some-fresh-delicious-cookies-white-table_114579-22355.jpg", - }, + { id: "p1", brand: "Bakery", name: "Cinnamon Roll", price: "$5.00", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cinnamon-rolls-tray_23-2148904706.jpg" }, + { id: "p2", brand: "Bakery", name: "Jalapeño Cheese Scone", price: "$4.50", rating: 5, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/cannabis-cookies-cannabis-leaves-put-wooden-cutting-board_1150-28003.jpg" }, + { id: "p3", brand: "Bakery", name: "Cinnamon Bread", price: "$9.00", rating: 4, reviewCount: "92", imageSrc: "http://img.b2bpic.net/free-photo/dark-bread-slices-wooden-board-blue-table_114579-14451.jpg" }, ]} title="Fresh From Today’s Oven" description="Handcrafted perfection, daily." @@ -289,130 +107,14 @@ export default function LandingPage() { /> -
- -
- -
- -
- -
- -
- -
- -
- -- 2.49.1