4 Commits

Author SHA1 Message Date
bc7762ffc2 Merge version_3 into main
Merge version_3 into main
2026-04-17 05:08:27 +00:00
ce49da8d5a Update src/app/page.tsx 2026-04-17 05:08:24 +00:00
4ff48ffdff Merge version_2 into main
Merge version_2 into main
2026-04-17 05:07:04 +00:00
3ce63e1514 Merge version_2 into main
Merge version_2 into main
2026-04-17 05:06:33 +00:00

View File

@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}