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() { 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" } ]} />