2 Commits

Author SHA1 Message Date
92ef3344f8 Update src/app/page.tsx 2026-04-17 01:43:05 +00:00
6f4264f914 Merge version_2 into main
Merge version_2 into main
2026-04-17 01:41:46 +00:00

View File

@@ -101,9 +101,6 @@ export default function LandingPage() {
{ {
id: "custom2", brand: "AerialMV", name: "Custom Streetwear Piece", price: "$25", rating: 5, 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"}, 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" title="Shop Our New Arrivals"
description="Exclusive new additions, individually curated at an accessible price point." description="Exclusive new additions, individually curated at an accessible price point."
@@ -262,4 +259,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }