Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-04-27 21:49:41 +00:00

View File

@@ -90,12 +90,12 @@ export default function LandingPage() {
title="The Collection"
description="Exquisite handbags designed for the sophisticated individual."
products={[
{ id: "p1", name: "Classic Tote", price: "$450", imageSrc: "http://img.b2bpic.net/free-photo/sexy-elegant-woman-natural-beauty-fashion-style-clothes-casual-formal-suit-white-cotton-blouse-silk-pants-romantic-date-blouse-pants-party-style-glamour-model-trend-accessory-bag-dark-hair-makeup_132075-12101.jpg?_wi=2" },
{ id: "p2", name: "Urban Crossbody", price: "$280", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-camera-bag-nature_23-2148192737.jpg?_wi=2" },
{ id: "p3", name: "Signature Satchel", price: "$520", imageSrc: "http://img.b2bpic.net/free-photo/still-life-bag-hanging_52683-151481.jpg?_wi=2" },
{ id: "p4", name: "Minimalist Clutch", price: "$190", imageSrc: "http://img.b2bpic.net/free-photo/fashion-details-accessories-elegant-woman-dressed-blue-suit_285396-7924.jpg" },
{ id: "p5", name: "Essential Bucket", price: "$340", imageSrc: "http://img.b2bpic.net/free-photo/view-women-s-purse-tiles-with-mediterranean-aesthetics_23-2150916670.jpg" },
{ id: "p6", name: "Evening Elegance", price: "$390", imageSrc: "http://img.b2bpic.net/free-photo/still-life-cardboard-organic-dinnerware_23-2149542142.jpg" },
{ id: "p1", name: "Classic Tote", price: "", imageSrc: "http://img.b2bpic.net/free-photo/sexy-elegant-woman-natural-beauty-fashion-style-clothes-casual-formal-suit-white-cotton-blouse-silk-pants-romantic-date-blouse-pants-party-style-glamour-model-trend-accessory-bag-dark-hair-makeup_132075-12101.jpg?_wi=2" },
{ id: "p2", name: "Urban Crossbody", price: "", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-camera-bag-nature_23-2148192737.jpg?_wi=2" },
{ id: "p3", name: "Signature Satchel", price: "", imageSrc: "http://img.b2bpic.net/free-photo/still-life-bag-hanging_52683-151481.jpg?_wi=2" },
{ id: "p4", name: "Minimalist Clutch", price: "", imageSrc: "http://img.b2bpic.net/free-photo/fashion-details-accessories-elegant-woman-dressed-blue-suit_285396-7924.jpg" },
{ id: "p5", name: "Essential Bucket", price: "", imageSrc: "http://img.b2bpic.net/free-photo/view-women-s-purse-tiles-with-mediterranean-aesthetics_23-2150916670.jpg" },
{ id: "p6", name: "Evening Elegance", price: "", imageSrc: "http://img.b2bpic.net/free-photo/still-life-cardboard-organic-dinnerware_23-2149542142.jpg" },
]}
/>
</div>
@@ -201,4 +201,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}