Merge version_1 into main #2
169
src/app/page.tsx
169
src/app/page.tsx
@@ -29,25 +29,15 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Collection",
|
||||
id: "products",
|
||||
},
|
||||
name: "Collection", id: "products"},
|
||||
{
|
||||
name: "Our Heritage",
|
||||
id: "features",
|
||||
},
|
||||
name: "Our Heritage", id: "features"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="JRC Western"
|
||||
/>
|
||||
@@ -56,32 +46,15 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="Timeless Western Heritage"
|
||||
description="Experience the legacy of authentic western wear crafted for the modern soul. Quality, durability, and style stitched into every detail."
|
||||
tag="Since 1985"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-wearing-hat-thoughtfully-looking-away-gorgeous-model-posing-outdoor_574295-4346.jpg?_wi=1",
|
||||
imageAlt: "Western fashion ranch setting cowboy hat",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-wearing-hat-thoughtfully-looking-away-gorgeous-model-posing-outdoor_574295-4346.jpg", imageAlt: "Western fashion ranch setting cowboy hat"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cowboy-hat-boots_23-2149484720.jpg?_wi=1",
|
||||
imageAlt: "Cowboy western aesthetic rustic photography",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-blonde-female-model-with-black-coat-hat-posing-autumnal-forest_181624-61126.jpg",
|
||||
imageAlt: "Vertical shot of a blonde female model with black coat and hat posing in an autumnal forest",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/slim-female-with-long-brown-hair-sexy-blue-dress-posing-wooden-chair_613910-11073.jpg",
|
||||
imageAlt: "Slim female with long brown hair in sexy blue dress posing on wooden chair.",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/redhead-sexy-lady-posing-room-with-loft-interior-christmas-decoration_613910-7262.jpg",
|
||||
imageAlt: "Redhead sexy lady posing in a room with loft interior and Christmas decoration.",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cowboy-hat-boots_23-2149484720.jpg", imageAlt: "Cowboy western aesthetic rustic photography"}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -97,41 +70,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Heritage Boots",
|
||||
price: "$349",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cowboy-background-concept_23-2149395997.jpg?_wi=1",
|
||||
},
|
||||
id: "p1", name: "Heritage Boots", price: "$349", imageSrc: "http://img.b2bpic.net/free-photo/cowboy-background-concept_23-2149395997.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Classic Denim",
|
||||
price: "$129",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cowboy-portrait-daylight-with-out-focus-landscape-background_23-2151455408.jpg?_wi=1",
|
||||
},
|
||||
id: "p2", name: "Classic Denim", price: "$129", imageSrc: "http://img.b2bpic.net/free-photo/cowboy-portrait-daylight-with-out-focus-landscape-background_23-2151455408.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Leather Belt",
|
||||
price: "$89",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/garment-background-modern-object-closeup_1203-6425.jpg?_wi=1",
|
||||
},
|
||||
id: "p3", name: "Leather Belt", price: "$89", imageSrc: "http://img.b2bpic.net/free-photo/garment-background-modern-object-closeup_1203-6425.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Range Hat",
|
||||
price: "$159",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-her-hat-while-being-outdoors_23-2148749200.jpg",
|
||||
},
|
||||
id: "p4", name: "Range Hat", price: "$159", imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-her-hat-while-being-outdoors_23-2148749200.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Field Vest",
|
||||
price: "$199",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-denim-jacket-black-pants-posing-near-concrete-wall_613910-14782.jpg",
|
||||
},
|
||||
id: "p5", name: "Field Vest", price: "$199", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-denim-jacket-black-pants-posing-near-concrete-wall_613910-14782.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Outlaw Jacket",
|
||||
price: "$429",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/awesome-beautiful-tall-ararbian-beard-macho-man-glasses-military-jacket-posed-outdoor-sitting-stone_627829-2274.jpg",
|
||||
},
|
||||
id: "p6", name: "Outlaw Jacket", price: "$429", imageSrc: "http://img.b2bpic.net/free-photo/awesome-beautiful-tall-ararbian-beard-macho-man-glasses-military-jacket-posed-outdoor-sitting-stone_627829-2274.jpg"},
|
||||
]}
|
||||
title="Our Signature Collection"
|
||||
description="Premium apparel and accessories built for the ranch and beyond."
|
||||
@@ -144,20 +93,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Premium Materials",
|
||||
description: "Sourced from the finest hides and textiles.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-view-woman-carring-fire-wood_23-2148243314.jpg",
|
||||
},
|
||||
title: "Premium Materials", description: "Sourced from the finest hides and textiles.", imageSrc: "http://img.b2bpic.net/free-photo/low-view-woman-carring-fire-wood_23-2148243314.jpg"},
|
||||
{
|
||||
title: "Heirloom Quality",
|
||||
description: "Designed to last a lifetime of hard work.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-cowboy-boots-outdoors_23-2149484712.jpg",
|
||||
},
|
||||
title: "Heirloom Quality", description: "Designed to last a lifetime of hard work.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-cowboy-boots-outdoors_23-2149484712.jpg"},
|
||||
{
|
||||
title: "Traditional Craft",
|
||||
description: "Centuries-old techniques for modern gear.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cowboy-boots-outdoors_23-2149484711.jpg",
|
||||
},
|
||||
title: "Traditional Craft", description: "Centuries-old techniques for modern gear.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cowboy-boots-outdoors_23-2149484711.jpg"},
|
||||
]}
|
||||
title="Why JRC Western"
|
||||
description="Dedicated to maintaining the high standards of traditional craftsmanship while embracing modern comfort."
|
||||
@@ -170,55 +110,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "John Miller",
|
||||
date: "Jan 2025",
|
||||
title: "Ranch Owner",
|
||||
quote: "Best gear I've ever owned. Solid build.",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-country-music-singer_23-2149524165.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-wearing-hat-thoughtfully-looking-away-gorgeous-model-posing-outdoor_574295-4346.jpg?_wi=2",
|
||||
imageAlt: "portrait of satisfied rancher western style",
|
||||
},
|
||||
id: "t1", name: "John Miller", date: "Jan 2025", title: "Ranch Owner", quote: "Best gear I've ever owned. Solid build.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-country-music-singer_23-2149524165.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-wearing-hat-thoughtfully-looking-away-gorgeous-model-posing-outdoor_574295-4346.jpg", imageAlt: "portrait of satisfied rancher western style"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Sarah Jenkins",
|
||||
date: "Dec 2024",
|
||||
title: "Barrel Racer",
|
||||
quote: "Comfortable and looks incredible.",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-tropical-vacation-asia-summer-style-white-boho-dress-sneakers-digital-photo-camera-traveler-straw-hat-smiling-boho_285396-6223.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cowboy-hat-boots_23-2149484720.jpg?_wi=2",
|
||||
imageAlt: "portrait of satisfied rancher western style",
|
||||
},
|
||||
id: "t2", name: "Sarah Jenkins", date: "Dec 2024", title: "Barrel Racer", quote: "Comfortable and looks incredible.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-tropical-vacation-asia-summer-style-white-boho-dress-sneakers-digital-photo-camera-traveler-straw-hat-smiling-boho_285396-6223.jpg", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cowboy-hat-boots_23-2149484720.jpg", imageAlt: "portrait of satisfied rancher western style"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Tom Reed",
|
||||
date: "Nov 2024",
|
||||
title: "Rider",
|
||||
quote: "Top quality leather. Worth every penny.",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/cinematic-portrait-american-cowboy-west-with-hat_23-2151495659.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cowboy-background-concept_23-2149395997.jpg?_wi=2",
|
||||
imageAlt: "portrait of satisfied rancher western style",
|
||||
},
|
||||
id: "t3", name: "Tom Reed", date: "Nov 2024", title: "Rider", quote: "Top quality leather. Worth every penny.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/cinematic-portrait-american-cowboy-west-with-hat_23-2151495659.jpg", imageSrc: "http://img.b2bpic.net/free-photo/cowboy-background-concept_23-2149395997.jpg", imageAlt: "portrait of satisfied rancher western style"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Elena Smith",
|
||||
date: "Oct 2024",
|
||||
title: "Trail Guide",
|
||||
quote: "My favorite vest for long days outdoors.",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/happy-charming-beautiful-brunette-wearing-black-clothes-hat-riding-brown-horse-flower-garden_613910-9750.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cowboy-portrait-daylight-with-out-focus-landscape-background_23-2151455408.jpg?_wi=2",
|
||||
imageAlt: "portrait of satisfied rancher western style",
|
||||
},
|
||||
id: "t4", name: "Elena Smith", date: "Oct 2024", title: "Trail Guide", quote: "My favorite vest for long days outdoors.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/happy-charming-beautiful-brunette-wearing-black-clothes-hat-riding-brown-horse-flower-garden_613910-9750.jpg", imageSrc: "http://img.b2bpic.net/free-photo/cowboy-portrait-daylight-with-out-focus-landscape-background_23-2151455408.jpg", imageAlt: "portrait of satisfied rancher western style"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Mike Davis",
|
||||
date: "Sep 2024",
|
||||
title: "Working Hand",
|
||||
quote: "Reliable gear for real daily work.",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/bohemian-personalities-going-adventure-together_23-2149623176.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/garment-background-modern-object-closeup_1203-6425.jpg?_wi=2",
|
||||
imageAlt: "portrait of satisfied rancher western style",
|
||||
},
|
||||
id: "t5", name: "Mike Davis", date: "Sep 2024", title: "Working Hand", quote: "Reliable gear for real daily work.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/bohemian-personalities-going-adventure-together_23-2149623176.jpg", imageSrc: "http://img.b2bpic.net/free-photo/garment-background-modern-object-closeup_1203-6425.jpg", imageAlt: "portrait of satisfied rancher western style"},
|
||||
]}
|
||||
title="Stories from the Ranch"
|
||||
description="Hear what our loyal community says about JRC gear."
|
||||
@@ -229,8 +129,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Updates"
|
||||
title="Stay Connected"
|
||||
description="Join our newsletter for exclusive collections and western heritage news."
|
||||
@@ -243,29 +142,19 @@ export default function LandingPage() {
|
||||
logoText="JRC Western Wear"
|
||||
columns={[
|
||||
{
|
||||
title: "Shop",
|
||||
items: [
|
||||
title: "Shop", items: [
|
||||
{
|
||||
label: "Boots",
|
||||
href: "#",
|
||||
},
|
||||
label: "Boots", href: "#"},
|
||||
{
|
||||
label: "Apparel",
|
||||
href: "#",
|
||||
},
|
||||
label: "Apparel", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Size Guide",
|
||||
href: "#",
|
||||
},
|
||||
label: "Size Guide", href: "#"},
|
||||
{
|
||||
label: "Shipping",
|
||||
href: "#",
|
||||
},
|
||||
label: "Shipping", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user