From 92ef3344f84c4ed87a68fb056428a2fc589fd0eb Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 01:43:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index db05024..9a9bc1d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -101,9 +101,6 @@ export default function LandingPage() { { id: "custom2", brand: "AerialMV", name: "Custom Streetwear Piece", price: "$25", rating: 5, reviewCount: "1", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BMWyvMqqg5oEFlAEyf4qluF4G3/uploaded-1776390085329-b7jmu7r4.png"}, - { - id: "p1", brand: "AerialMV", name: "Classic Cotton Tee", price: "$35", rating: 5, - reviewCount: "124", imageSrc: "http://img.b2bpic.net/free-photo/cropped-portrait-attractive-fashionable-young-african-model-with-curly-hair-posing-indoors-looking-away-with-serious-face-expression_273609-2008.jpg"}, ]} title="Shop Our New Arrivals" description="Exclusive new additions, individually curated at an accessible price point." @@ -262,4 +259,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1