From adbe53379ad56b9317ea3d9748e6113f5e6c3114 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 10:19:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c251684..43bdfb8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -99,17 +99,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", name: "Luxury Jacket", price: "$1,200", imageSrc: "http://img.b2bpic.net/free-photo/dreamy-interior-mall_23-2151591430.jpg"}, + id: "1", name: "Luxury Jacket", price: "$1,200", imageSrc: "http://img.b2bpic.net/free-photo/dreamy-interior-mall_23-2151591430.jpg", priceButtonProps: { text: "Inquire Now", href: "mailto:info@garciajumper.com" }}, { - id: "2", name: "Designer Bag", price: "$2,500", imageSrc: "http://img.b2bpic.net/free-photo/empty-workshop-with-tools-sketches-luxury-handcrafting-services-with-tailoring-equipment-modern-fabric-tailor-atelier-with-workstations-instruments-small-business_482257-65197.jpg"}, + id: "2", name: "Designer Bag", price: "$2,500", imageSrc: "http://img.b2bpic.net/free-photo/empty-workshop-with-tools-sketches-luxury-handcrafting-services-with-tailoring-equipment-modern-fabric-tailor-atelier-with-workstations-instruments-small-business_482257-65197.jpg", priceButtonProps: { text: "Inquire Now", href: "mailto:info@garciajumper.com" }}, { - id: "3", name: "Vintage Watch", price: "$5,000", imageSrc: "http://img.b2bpic.net/free-photo/african-young-woman-working-as-manager-retail-boutique-standing-backwards-looking-away-with-crossed-arms_839833-30046.jpg"}, + id: "3", name: "Vintage Watch", price: "$5,000", imageSrc: "http://img.b2bpic.net/free-photo/african-young-woman-working-as-manager-retail-boutique-standing-backwards-looking-away-with-crossed-arms_839833-30046.jpg", priceButtonProps: { text: "Inquire Now", href: "mailto:info@garciajumper.com" }}, { - id: "4", name: "Designer Boots", price: "$900", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-second-hand-market_23-2149353671.jpg"}, + id: "4", name: "Designer Boots", price: "$900", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-second-hand-market_23-2149353671.jpg", priceButtonProps: { text: "Inquire Now", href: "mailto:info@garciajumper.com" }}, { - id: "5", name: "Silk Scarf", price: "$450", imageSrc: "http://img.b2bpic.net/free-photo/customers-donate-wares-thrift-shop_482257-76552.jpg"}, + id: "5", name: "Silk Scarf", price: "$450", imageSrc: "http://img.b2bpic.net/free-photo/customers-donate-wares-thrift-shop_482257-76552.jpg", priceButtonProps: { text: "Inquire Now", href: "mailto:info@garciajumper.com" }}, { - id: "6", name: "Leather Belt", price: "$300", imageSrc: "http://img.b2bpic.net/free-photo/creative-atelier-shop-workspace_482257-95822.jpg"}, + id: "6", name: "Leather Belt", price: "$300", imageSrc: "http://img.b2bpic.net/free-photo/creative-atelier-shop-workspace_482257-95822.jpg", priceButtonProps: { text: "Inquire Now", href: "mailto:info@garciajumper.com" }}, ]} title="Luxury Designer Collection" description="Browse our curated selection of high-end designer clothes and rare merchandise." -- 2.49.1