From 030625c0cc35b07ee2b978a10b83541d8d2cdf79 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 06:19:04 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 164 ++++++++--------------------------------------- 1 file changed, 26 insertions(+), 138 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5add9fd..58449d1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,22 +29,10 @@ export default function LandingPage() { -- 2.49.1 From 8bbb5d1aa8815e6826329da5f7537061de218770 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 06:19:05 +0000 Subject: [PATCH 2/2] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 82 +++++++------------------------------------ 1 file changed, 12 insertions(+), 70 deletions(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 50c16ae..2703aaa 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -25,22 +25,10 @@ export default function LandingPage() { @@ -104,18 +56,8 @@ export default function LandingPage() { title="Seasonal Collections" description="Explore our curated seasonal looks." features={[ - { - id: "sc1", - title: "Summer Radiance", - description: "Light, airy fabrics for summer elegance.", - imageSrc: "http://img.b2bpic.net/free-photo/fashion-photo-young-magnificent-woman-white-shirt_158595-1014.jpg?_wi=6", - }, - { - id: "sc2", - title: "Winter Grandeur", - description: "Rich, opulent textures for the winter gala.", - imageSrc: "http://img.b2bpic.net/free-photo/pensive-female-dancer-sportswear-performing-show-dance-studio-side-view-slim-woman-with_7502-10557.jpg?_wi=8", - }, + { id: "sc1", title: "Summer Radiance", description: "Light, airy fabrics for summer elegance.", imageSrc: "http://img.b2bpic.net/free-photo/fashion-photo-young-magnificent-woman-white-shirt_158595-1014.jpg", tag: "Seasonal" }, + { id: "sc2", title: "Winter Grandeur", description: "Rich, opulent textures for the winter gala.", imageSrc: "http://img.b2bpic.net/free-photo/pensive-female-dancer-sportswear-performing-show-dance-studio-side-view-slim-woman-with_7502-10557.jpg", tag: "Seasonal" } ]} /> -- 2.49.1