Merge version_3 into main #3
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user