From cb1fb02fbab6644cad1b8c393fe447d624e71b92 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 15:56:46 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 172 +++++++++++------------------------------------ 1 file changed, 38 insertions(+), 134 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a9a1b90..f0c6442 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,21 +31,13 @@ export default function LandingPage() { @@ -54,47 +46,26 @@ export default function LandingPage() {
@@ -114,41 +85,17 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "p1", - name: "Classic Star Ornament", - price: "$15", - imageSrc: "http://img.b2bpic.net/free-photo/thread-spool-with-ribbon-buttons_1252-660.jpg", - }, + id: "p1", name: "Classic Star Ornament", price: "$15", imageSrc: "http://img.b2bpic.net/free-photo/thread-spool-with-ribbon-buttons_1252-660.jpg"}, { - id: "p2", - name: "Star Keychains", - price: "$10", - imageSrc: "http://img.b2bpic.net/free-photo/mandala-artwork-colorful-pattern-background_58702-6940.jpg", - }, + id: "p2", name: "Star Keychains", price: "$10", imageSrc: "http://img.b2bpic.net/free-photo/mandala-artwork-colorful-pattern-background_58702-6940.jpg"}, { - id: "p3", - name: "Nursery Star Mobile", - price: "$45", - imageSrc: "http://img.b2bpic.net/free-photo/hanger-with-christmas-star_1252-31.jpg", - }, + id: "p3", name: "Nursery Star Mobile", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/hanger-with-christmas-star_1252-31.jpg"}, { - id: "p4", - name: "Star Coaster Set", - price: "$25", - imageSrc: "http://img.b2bpic.net/free-photo/stack-sweaters-cup-tea_169016-3568.jpg", - }, + id: "p4", name: "Star Coaster Set", price: "$25", imageSrc: "http://img.b2bpic.net/free-photo/stack-sweaters-cup-tea_169016-3568.jpg"}, { - id: "p5", - name: "Boho Wall Star", - price: "$35", - imageSrc: "http://img.b2bpic.net/free-photo/letter-made-from-gray-threads-isolated-top-view_169016-50643.jpg", - }, + id: "p5", name: "Boho Wall Star", price: "$35", imageSrc: "http://img.b2bpic.net/free-photo/letter-made-from-gray-threads-isolated-top-view_169016-50643.jpg"}, { - id: "p6", - name: "Star Storage Basket", - price: "$50", - imageSrc: "http://img.b2bpic.net/free-photo/basket-with-wool-knitting-needles_23-2148859093.jpg", - }, + id: "p6", name: "Star Storage Basket", price: "$50", imageSrc: "http://img.b2bpic.net/free-photo/basket-with-wool-knitting-needles_23-2148859093.jpg"}, ]} title="Explore Our Collections" description="Each star is uniquely crafted, bringing a touch of magic to your space." @@ -157,25 +104,17 @@ export default function LandingPage() {
@@ -265,29 +179,19 @@ export default function LandingPage() {