diff --git a/src/app/page.tsx b/src/app/page.tsx index 2d0a179..111eb15 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -103,7 +103,11 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", name: "Basic Tee", price: "$29", variant: "Cotton", imageSrc: "http://img.b2bpic.net/free-photo/side-view-fashionable-beautiful-woman-shirt-holding-want-buying-elegant-red-dress-brunette-girl-with-long-hair-choosing-look-evening-spanding-time-shoppinh-mall_132075-12220.jpg"}, + id: "1", name: "Basic Tee", price: "$29", variant: "Cotton", imageSrc: "http://img.b2bpic.net/free-photo/top-view-hoodie-plate-with-cookies_23-2148528031.jpg"}, + { + id: "2", name: "Classic Denim", price: "$89", variant: "Indigo", imageSrc: "http://img.b2bpic.net/free-photo/school-scene-with-queer-teens_23-2150379372.jpg"}, + { + id: "3", name: "Wool Cardigan", price: "$129", variant: "Charcoal", imageSrc: "http://img.b2bpic.net/free-photo/teeth-single-people-portrait-closeup_1301-2203.jpg"}, ]} title="Our Latest Arrivals" description="Explore the freshest looks for the new season." @@ -170,4 +174,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file