Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| adbe53379a | |||
| 7c8b504049 | |||
| b5c854e243 | |||
| d6f97f3063 |
263
src/app/page.tsx
263
src/app/page.tsx
@@ -30,29 +30,17 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Consulting",
|
||||
id: "about",
|
||||
},
|
||||
name: "Consulting", id: "about"},
|
||||
{
|
||||
name: "Retail",
|
||||
id: "retail",
|
||||
},
|
||||
name: "Retail", id: "retail"},
|
||||
{
|
||||
name: "Security",
|
||||
id: "security",
|
||||
},
|
||||
name: "Security", id: "security"},
|
||||
{
|
||||
name: "Marketing",
|
||||
id: "marketing",
|
||||
},
|
||||
name: "Marketing", id: "marketing"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Garcia Jumper"
|
||||
/>
|
||||
@@ -64,35 +52,21 @@ export default function LandingPage() {
|
||||
description="Worldwide Consulting, Luxury Retail, and Premium Security Solutions."
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Services",
|
||||
href: "#about",
|
||||
},
|
||||
text: "Explore Services", href: "#about"},
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friendly-mature-business-partners-meeting-office-sitting-workplace-with-laptop-talking-view-through-glass-wall-business-portrait-concept_74855-14245.jpg",
|
||||
imageAlt: "Business Consulting",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friendly-mature-business-partners-meeting-office-sitting-workplace-with-laptop-talking-view-through-glass-wall-business-portrait-concept_74855-14245.jpg", imageAlt: "Business Consulting"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mobile-colleagues_1098-14113.jpg",
|
||||
imageAlt: "Luxury Retail",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mobile-colleagues_1098-14113.jpg", imageAlt: "Luxury Retail"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-team-consulting-internet-digital-devices-together_74855-2618.jpg",
|
||||
imageAlt: "Security Services",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-team-consulting-internet-digital-devices-together_74855-2618.jpg", imageAlt: "Security Services"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-co-workers_1098-679.jpg",
|
||||
imageAlt: "Event Staffing",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-co-workers_1098-679.jpg", imageAlt: "Event Staffing"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-meeting-room-with-table-whiteboard_1262-3763.jpg",
|
||||
imageAlt: "Auction Inventory",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-meeting-room-with-table-whiteboard_1262-3763.jpg", imageAlt: "Auction Inventory"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-working-office_23-2149370554.jpg",
|
||||
imageAlt: "Marketing Strategy",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-working-office_23-2149370554.jpg", imageAlt: "Marketing Strategy"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -105,17 +79,11 @@ export default function LandingPage() {
|
||||
description="Our consulting division helps businesses scale through efficient management and growth strategies."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Growth Strategy",
|
||||
description: "Expert guidance for market expansion.",
|
||||
},
|
||||
title: "Growth Strategy", description: "Expert guidance for market expansion."},
|
||||
{
|
||||
title: "Operations",
|
||||
description: "Optimization and logistics support.",
|
||||
},
|
||||
title: "Operations", description: "Optimization and logistics support."},
|
||||
{
|
||||
title: "Resellers Network",
|
||||
description: "Global supply chain management.",
|
||||
},
|
||||
title: "Resellers Network", description: "Global supply chain management."},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/executive-job-interview_1098-1246.jpg?_wi=1"
|
||||
@@ -131,41 +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."
|
||||
@@ -178,23 +122,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "VIP Protection",
|
||||
description: "Discreet celebrity and executive security.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pensive-mature-company-owner-drinking-coffee_74855-3605.jpg",
|
||||
imageAlt: "VIP Security",
|
||||
},
|
||||
title: "VIP Protection", description: "Discreet celebrity and executive security.", imageSrc: "http://img.b2bpic.net/free-photo/pensive-mature-company-owner-drinking-coffee_74855-3605.jpg", imageAlt: "VIP Security"},
|
||||
{
|
||||
title: "Event Staffing",
|
||||
description: "Professional security for concerts and events.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-professional-guard-man-job_23-2148404060.jpg",
|
||||
imageAlt: "Event Security",
|
||||
},
|
||||
title: "Event Staffing", description: "Professional security for concerts and events.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-professional-guard-man-job_23-2148404060.jpg", imageAlt: "Event Security"},
|
||||
{
|
||||
title: "Retail & Store Guard",
|
||||
description: "Dedicated on-duty security for retail environments.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/security-woman-checking-area_23-2148404104.jpg",
|
||||
imageAlt: "Retail Security",
|
||||
},
|
||||
title: "Retail & Store Guard", description: "Dedicated on-duty security for retail environments.", imageSrc: "http://img.b2bpic.net/free-photo/security-woman-checking-area_23-2148404104.jpg", imageAlt: "Retail Security"},
|
||||
]}
|
||||
title="Elite Security Solutions"
|
||||
description="From VIP and celebrity protection to retail store and event staffing, we offer 24/7 security excellence."
|
||||
@@ -209,41 +141,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "a1",
|
||||
name: "Rare Emerald Ring",
|
||||
price: "$12,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-gold-chain-pomegranate_23-2149836418.jpg",
|
||||
},
|
||||
id: "a1", name: "Rare Emerald Ring", price: "$12,000", imageSrc: "http://img.b2bpic.net/free-photo/top-view-gold-chain-pomegranate_23-2149836418.jpg"},
|
||||
{
|
||||
id: "a2",
|
||||
name: "Vintage Gold Brooch",
|
||||
price: "$3,200",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glass-tower-full-champaigne-mosaic-background_8353-10398.jpg",
|
||||
},
|
||||
id: "a2", name: "Vintage Gold Brooch", price: "$3,200", imageSrc: "http://img.b2bpic.net/free-photo/glass-tower-full-champaigne-mosaic-background_8353-10398.jpg"},
|
||||
{
|
||||
id: "a3",
|
||||
name: "Luxury Fountain Pen",
|
||||
price: "$1,100",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-vintage-objects-still-life_23-2150348589.jpg",
|
||||
},
|
||||
id: "a3", name: "Luxury Fountain Pen", price: "$1,100", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-vintage-objects-still-life_23-2150348589.jpg"},
|
||||
{
|
||||
id: "a4",
|
||||
name: "Diamond Bracelet",
|
||||
price: "$8,500",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/silver-jewelry-box-with-jewels_23-2149400857.jpg",
|
||||
},
|
||||
id: "a4", name: "Diamond Bracelet", price: "$8,500", imageSrc: "http://img.b2bpic.net/free-photo/silver-jewelry-box-with-jewels_23-2149400857.jpg"},
|
||||
{
|
||||
id: "a5",
|
||||
name: "Rare Collectible Coin",
|
||||
price: "$2,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-vintage-objects-arrangement_23-2150348537.jpg",
|
||||
},
|
||||
id: "a5", name: "Rare Collectible Coin", price: "$2,000", imageSrc: "http://img.b2bpic.net/free-photo/view-vintage-objects-arrangement_23-2150348537.jpg"},
|
||||
{
|
||||
id: "a6",
|
||||
name: "Designer Vintage Watch",
|
||||
price: "$4,500",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/antique-book-stylish-room_23-2147767241.jpg",
|
||||
},
|
||||
id: "a6", name: "Designer Vintage Watch", price: "$4,500", imageSrc: "http://img.b2bpic.net/free-photo/antique-book-stylish-room_23-2147767241.jpg"},
|
||||
]}
|
||||
title="Auction Finds & Rare Items"
|
||||
description="Discover unique jewels and vintage pieces acquired through our exclusive auction network."
|
||||
@@ -256,23 +164,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "SEO Audits",
|
||||
description: "Deep-dive keyword and technical SEO.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/asian-store-employee-suggesting-trendy-items-client-wheelchair-user_482257-109880.jpg",
|
||||
imageAlt: "SEO",
|
||||
},
|
||||
title: "SEO Audits", description: "Deep-dive keyword and technical SEO.", imageSrc: "http://img.b2bpic.net/free-photo/asian-store-employee-suggesting-trendy-items-client-wheelchair-user_482257-109880.jpg", imageAlt: "SEO"},
|
||||
{
|
||||
title: "Social Strategy",
|
||||
description: "Brand awareness and digital marketing campaigns.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-shopping-second-hand-market_23-2149353684.jpg",
|
||||
imageAlt: "Social",
|
||||
},
|
||||
title: "Social Strategy", description: "Brand awareness and digital marketing campaigns.", imageSrc: "http://img.b2bpic.net/free-photo/person-shopping-second-hand-market_23-2149353684.jpg", imageAlt: "Social"},
|
||||
{
|
||||
title: "Conversion Tracking",
|
||||
description: "Optimization for maximum ROI.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-retro-wall-lamp-cafe_1150-10890.jpg",
|
||||
imageAlt: "Conversion",
|
||||
},
|
||||
title: "Conversion Tracking", description: "Optimization for maximum ROI.", imageSrc: "http://img.b2bpic.net/free-photo/luxury-retro-wall-lamp-cafe_1150-10890.jpg", imageAlt: "Conversion"},
|
||||
]}
|
||||
title="Marketing & SEO Optimization"
|
||||
description="Drive organic growth and visibility with our tailored digital marketing and search engine strategies."
|
||||
@@ -287,45 +183,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Miller",
|
||||
role: "CEO",
|
||||
company: "Retail Group",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glasses-smiling-arm-horizontal-front_1262-2739.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah Miller", role: "CEO", company: "Retail Group", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glasses-smiling-arm-horizontal-front_1262-2739.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "David Chen",
|
||||
role: "Director",
|
||||
company: "Global Security",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friendly-successful-business-woman-posing-with-arms-crossed_74855-2813.jpg",
|
||||
},
|
||||
id: "2", name: "David Chen", role: "Director", company: "Global Security", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friendly-successful-business-woman-posing-with-arms-crossed_74855-2813.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rodriguez",
|
||||
role: "VP",
|
||||
company: "Designer Trends",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081913.jpg",
|
||||
},
|
||||
id: "3", name: "Emily Rodriguez", role: "VP", company: "Designer Trends", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081913.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Marcus Thorne",
|
||||
role: "Manager",
|
||||
company: "Auction Houses",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-happy-excited-business-leadership-smiling_482257-10514.jpg",
|
||||
},
|
||||
id: "4", name: "Marcus Thorne", role: "Manager", company: "Auction Houses", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-happy-excited-business-leadership-smiling_482257-10514.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Julie Smith",
|
||||
role: "Head of Marketing",
|
||||
company: "Digital Media",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/self-assured-business-leader-conference-room_1262-3068.jpg",
|
||||
},
|
||||
id: "5", name: "Julie Smith", role: "Head of Marketing", company: "Digital Media", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/self-assured-business-leader-conference-room_1262-3068.jpg"},
|
||||
]}
|
||||
title="Client Success Stories"
|
||||
description="Trusted by leaders across industries."
|
||||
@@ -336,16 +207,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Get in touch"
|
||||
title="Ready to work with Garcia Jumper?"
|
||||
description="Contact us today for business consulting, security staffing, or to learn about our retail opportunities."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "mailto:info@garciajumper.com",
|
||||
},
|
||||
text: "Schedule Your Strategy Session", href: "mailto:info@garciajumper.com"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -356,46 +224,29 @@ export default function LandingPage() {
|
||||
logoText="GARCIA JUMPER"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Services", href: "#services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Divisions",
|
||||
items: [
|
||||
title: "Divisions", items: [
|
||||
{
|
||||
label: "Security",
|
||||
href: "#security",
|
||||
},
|
||||
label: "Security", href: "#security"},
|
||||
{
|
||||
label: "Retail",
|
||||
href: "#retail",
|
||||
},
|
||||
label: "Retail", href: "#retail"},
|
||||
{
|
||||
label: "Auctions",
|
||||
href: "#auction",
|
||||
},
|
||||
label: "Auctions", href: "#auction"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -404,4 +255,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user