Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-04-28 15:57:50 +00:00

View File

@@ -88,12 +88,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
{ id: "p1", name: "Luxury Notebook", price: "$85.00", imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-tube-product-with-gift-box-balloons-black-background_187299-46830.jpg" },
{ id: "p2", name: "Executive Pen", price: "$120.00", imageSrc: "http://img.b2bpic.net/free-photo/thimble-silk-high-angle_23-2148897940.jpg" },
{ id: "p3", name: "Leather Portfolio", price: "$250.00", imageSrc: "http://img.b2bpic.net/free-photo/model-career-kit-still-life_23-2150217992.jpg" },
{ id: "p4", name: "Corporate Briefcase", price: "$450.00", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-still-life-arrangement-with-water_23-2149176149.jpg" },
{ id: "p5", name: "Desktop Organizer", price: "$195.00", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-thimble-silk_23-2148897938.jpg" },
{ id: "p6", name: "Office Tech Set", price: "$320.00", imageSrc: "http://img.b2bpic.net/free-photo/fashion-details-accessories-elegant-woman-dressed-blue-suit_285396-7924.jpg" },
{ id: "p1", name: "Luxury Notebook", price: "$85.00", imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-tube-product-with-gift-box-balloons-black-background_187299-46830.jpg", priceButtonProps: { text: "Purchase" } },
{ id: "p2", name: "Executive Pen", price: "$120.00", imageSrc: "http://img.b2bpic.net/free-photo/thimble-silk-high-angle_23-2148897940.jpg", priceButtonProps: { text: "Purchase" } },
{ id: "p3", name: "Leather Portfolio", price: "$250.00", imageSrc: "http://img.b2bpic.net/free-photo/model-career-kit-still-life_23-2150217992.jpg", priceButtonProps: { text: "Purchase" } },
{ id: "p4", name: "Corporate Briefcase", price: "$450.00", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-still-life-arrangement-with-water_23-2149176149.jpg", priceButtonProps: { text: "Inquire" } },
{ id: "p5", name: "Desktop Organizer", price: "$195.00", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-thimble-silk_23-2148897938.jpg", priceButtonProps: { text: "Purchase" } },
{ id: "p6", name: "Office Tech Set", price: "$320.00", imageSrc: "http://img.b2bpic.net/free-photo/fashion-details-accessories-elegant-woman-dressed-blue-suit_285396-7924.jpg", priceButtonProps: { text: "Inquire" } },
]}
title="Our Collection"
description="Explore our premium selection of curated brand items."
@@ -167,4 +167,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}