Merge version_3 into main #3

Merged
bender merged 1 commits from version_3 into main 2026-04-17 05:08:28 +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>
);
}
}