Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| dca900be0d | |||
| 856d6cef19 | |||
| fe851595e0 | |||
| adbe53379a | |||
| 7c8b504049 |
@@ -42,13 +42,13 @@ export default function LandingPage() {
|
||||
{
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Garcia Jumper"
|
||||
brandName="Garcia | Jumper Worldwide"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCarouselLogo
|
||||
logoText="GARCIA JUMPER"
|
||||
logoText="GARCIA | JUMPER WORLDWIDE"
|
||||
description="Worldwide Consulting, Luxury Retail, and Premium Security Solutions."
|
||||
buttons={[
|
||||
{
|
||||
@@ -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: "Buy Now", href: "https://buy.stripe.com/demo" }},
|
||||
{
|
||||
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: "Buy Now", href: "https://buy.stripe.com/demo" }},
|
||||
{
|
||||
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: "Buy Now", href: "https://buy.stripe.com/demo" }},
|
||||
]}
|
||||
title="Luxury Designer Collection"
|
||||
description="Browse our curated selection of high-end designer clothes and rare merchandise."
|
||||
@@ -221,7 +221,7 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/executive-job-interview_1098-1246.jpg?_wi=2"
|
||||
logoText="GARCIA JUMPER"
|
||||
logoText="GARCIA | JUMPER WORLDWIDE"
|
||||
columns={[
|
||||
{
|
||||
title: "Company", items: [
|
||||
|
||||
Reference in New Issue
Block a user