Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -27,25 +27,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Shop",
|
||||
id: "/shop",
|
||||
},
|
||||
name: "Shop", id: "/shop"},
|
||||
{
|
||||
name: "About Ratibor",
|
||||
id: "/about",
|
||||
},
|
||||
name: "About Ratibor", id: "/about"},
|
||||
{
|
||||
name: "Collections",
|
||||
id: "/collections",
|
||||
},
|
||||
name: "Collections", id: "/collections"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-vector/4th-july-badge-collection_23-2148168651.jpg"
|
||||
logoAlt="Ratibor brand logo"
|
||||
@@ -57,58 +47,23 @@ export default function LandingPage() {
|
||||
|
||||
<div id="signature-collections" data-section="signature-collections">
|
||||
<ProductCardFour
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "col-1",
|
||||
name: "Waterfowl Series",
|
||||
price: "View Collection",
|
||||
variant: "Hunting Gear",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-hipster-man-woman-love-traveling-together-wild-nature_285396-2049.jpg",
|
||||
imageAlt: "Waterfowl hunting gear",
|
||||
},
|
||||
id: "col-1", name: "Waterfowl Series", price: "View Collection", variant: "Hunting Gear", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-hipster-man-woman-love-traveling-together-wild-nature_285396-2049.jpg", imageAlt: "Waterfowl hunting gear"},
|
||||
{
|
||||
id: "col-2",
|
||||
name: "Big Game Pursuit",
|
||||
price: "View Collection",
|
||||
variant: "Hunting Apparel",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-hitchhiker-with-leather-gloves-backpack-showing-three-fingers_179666-38550.jpg",
|
||||
imageAlt: "Big game hunting clothing",
|
||||
},
|
||||
id: "col-2", name: "Big Game Pursuit", price: "View Collection", variant: "Hunting Apparel", imageSrc: "http://img.b2bpic.net/free-photo/male-hitchhiker-with-leather-gloves-backpack-showing-three-fingers_179666-38550.jpg", imageAlt: "Big game hunting clothing"},
|
||||
{
|
||||
id: "col-3",
|
||||
name: "Texas Bass Master",
|
||||
price: "View Collection",
|
||||
variant: "Fishing Performance",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serious-disabled-man-sitting-beach-opening-thermos_74855-16443.jpg",
|
||||
imageAlt: "Bass fishing apparel",
|
||||
},
|
||||
id: "col-3", name: "Texas Bass Master", price: "View Collection", variant: "Fishing Performance", imageSrc: "http://img.b2bpic.net/free-photo/serious-disabled-man-sitting-beach-opening-thermos_74855-16443.jpg", imageAlt: "Bass fishing apparel"},
|
||||
{
|
||||
id: "col-4",
|
||||
name: "Ranch Hand Essentials",
|
||||
price: "View Collection",
|
||||
variant: "Work & Lifestyle",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cowboy-with-out-focus-background_23-2151455350.jpg",
|
||||
imageAlt: "Ranch wear clothing",
|
||||
},
|
||||
id: "col-4", name: "Ranch Hand Essentials", price: "View Collection", variant: "Work & Lifestyle", imageSrc: "http://img.b2bpic.net/free-photo/portrait-cowboy-with-out-focus-background_23-2151455350.jpg", imageAlt: "Ranch wear clothing"},
|
||||
{
|
||||
id: "col-5",
|
||||
name: "Trailblazer Expedition",
|
||||
price: "View Collection",
|
||||
variant: "Hiking & Camping",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-with-water-bottle_23-2148749395.jpg",
|
||||
imageAlt: "Camping and hiking gear",
|
||||
},
|
||||
id: "col-5", name: "Trailblazer Expedition", price: "View Collection", variant: "Hiking & Camping", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-with-water-bottle_23-2148749395.jpg", imageAlt: "Camping and hiking gear"},
|
||||
{
|
||||
id: "col-6",
|
||||
name: "American Heritage",
|
||||
price: "View Collection",
|
||||
variant: "Classic Style",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-hipster-man-traveling-with-backpack-autumn-forest-wearing-checkered-shirt-hat-active-tourist-exploring-nature-cold-season_285396-1563.jpg",
|
||||
imageAlt: "Classic american heritage clothing",
|
||||
},
|
||||
id: "col-6", name: "American Heritage", price: "View Collection", variant: "Classic Style", imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-hipster-man-traveling-with-backpack-autumn-forest-wearing-checkered-shirt-hat-active-tourist-exploring-nature-cold-season_285396-1563.jpg", imageAlt: "Classic american heritage clothing"},
|
||||
]}
|
||||
title="Our Signature Collections"
|
||||
description="Curated gear and apparel for every outdoor passion, embodying the spirit of Ratibor."
|
||||
@@ -123,59 +78,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "test-1",
|
||||
name: "Cody R.",
|
||||
role: "Outdoors Enthusiast",
|
||||
company: "Texas",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-park-ranger-woods_23-2149309556.jpg",
|
||||
imageAlt: "Cody R.",
|
||||
},
|
||||
id: "test-1", name: "Cody R.", role: "Outdoors Enthusiast", company: "Texas", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-park-ranger-woods_23-2149309556.jpg", imageAlt: "Cody R."},
|
||||
{
|
||||
id: "test-2",
|
||||
name: "Samantha L.",
|
||||
role: "Angler",
|
||||
company: "Louisiana",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-beautiful-woman-hat-carrying-backpack-caucasian-smiling-female-traveler-standing-nature-backpacking-tourism-adventure-summer-vacation-concept_74855-11901.jpg",
|
||||
imageAlt: "Samantha L.",
|
||||
},
|
||||
id: "test-2", name: "Samantha L.", role: "Angler", company: "Louisiana", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-beautiful-woman-hat-carrying-backpack-caucasian-smiling-female-traveler-standing-nature-backpacking-tourism-adventure-summer-vacation-concept_74855-11901.jpg", imageAlt: "Samantha L."},
|
||||
{
|
||||
id: "test-3",
|
||||
name: "The Miller Family",
|
||||
role: "Campers",
|
||||
company: "Oklahoma",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-hiking-together_23-2150343032.jpg",
|
||||
imageAlt: "The Miller Family",
|
||||
},
|
||||
id: "test-3", name: "The Miller Family", role: "Campers", company: "Oklahoma", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-hiking-together_23-2150343032.jpg", imageAlt: "The Miller Family"},
|
||||
{
|
||||
id: "test-4",
|
||||
name: "Jake P.",
|
||||
role: "Hunter",
|
||||
company: "Arkansas",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mother-daughter-holding-hands-while-beach-together_23-2148992221.jpg",
|
||||
imageAlt: "Jake P.",
|
||||
},
|
||||
id: "test-4", name: "Jake P.", role: "Hunter", company: "Arkansas", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mother-daughter-holding-hands-while-beach-together_23-2148992221.jpg", imageAlt: "Jake P."},
|
||||
{
|
||||
id: "test-5",
|
||||
name: "Old Man Johnson",
|
||||
role: "Seasoned Outdoorsman",
|
||||
company: "Texas",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/collage-customer-experience-concept_23-2149367144.jpg",
|
||||
imageAlt: "Old Man Johnson",
|
||||
},
|
||||
id: "test-5", name: "Old Man Johnson", role: "Seasoned Outdoorsman", company: "Texas", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/collage-customer-experience-concept_23-2149367144.jpg", imageAlt: "Old Man Johnson"},
|
||||
{
|
||||
id: "test-6",
|
||||
name: "Maria S.",
|
||||
role: "Trailblazer",
|
||||
company: "Colorado",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-person-enjoying-their-winter-camping_23-2149228931.jpg",
|
||||
imageAlt: "Young person enjoying their winter camping",
|
||||
},
|
||||
id: "test-6", name: "Maria S.", role: "Trailblazer", company: "Colorado", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-person-enjoying-their-winter-camping_23-2149228931.jpg", imageAlt: "Young person enjoying their winter camping"},
|
||||
]}
|
||||
title="What Our Adventurers Say"
|
||||
description="Hear directly from the Ratibor community about their experiences with our gear."
|
||||
@@ -191,19 +110,13 @@ export default function LandingPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "https://instagram.com/ratibor",
|
||||
ariaLabel: "Instagram",
|
||||
},
|
||||
href: "https://instagram.com/ratibor", ariaLabel: "Instagram"},
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "https://facebook.com/ratibor",
|
||||
ariaLabel: "Facebook",
|
||||
},
|
||||
href: "https://facebook.com/ratibor", ariaLabel: "Facebook"},
|
||||
{
|
||||
icon: Twitter,
|
||||
href: "https://twitter.com/ratibor",
|
||||
ariaLabel: "Twitter",
|
||||
},
|
||||
href: "https://twitter.com/ratibor", ariaLabel: "Twitter"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
225
src/app/page.tsx
225
src/app/page.tsx
@@ -9,7 +9,7 @@ import HeroCentered from '@/components/sections/hero/HeroCentered';
|
||||
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||
import { Compass, Facebook, Instagram, MapPin, Mountain, ShieldCheck, Tool, Twitter } from "lucide-react";
|
||||
import { Compass, Facebook, Instagram, MapPin, Mountain, ShieldCheck, Wrench, Twitter } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -30,25 +30,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Shop",
|
||||
id: "/shop",
|
||||
},
|
||||
name: "Shop", id: "/shop"},
|
||||
{
|
||||
name: "About Ratibor",
|
||||
id: "/about",
|
||||
},
|
||||
name: "About Ratibor", id: "/about"},
|
||||
{
|
||||
name: "Collections",
|
||||
id: "/collections",
|
||||
},
|
||||
name: "Collections", id: "/collections"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-vector/4th-july-badge-collection_23-2148168651.jpg"
|
||||
logoAlt="Ratibor brand logo"
|
||||
@@ -61,69 +51,44 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="Rooted in the Outdoors"
|
||||
description="Built for Early Mornings and Late Seasons. Texas Raised. Outdoors Driven."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiley-fisherman-holding-up-fishing-rod-with-copy-space_23-2148429519.jpg",
|
||||
alt: "Outdoorsman",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiley-fisherman-holding-up-fishing-rod-with-copy-space_23-2148429519.jpg", alt: "Outdoorsman"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/sportswoman-smiling-listening-music_23-2147600806.jpg",
|
||||
alt: "Outdoorswoman",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/sportswoman-smiling-listening-music_23-2147600806.jpg", alt: "Outdoorswoman"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cowboy-portrait-daylight-with-out-focus-landscape-background_23-2151455441.jpg",
|
||||
alt: "Young adventurer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/cowboy-portrait-daylight-with-out-focus-landscape-background_23-2151455441.jpg", alt: "Young adventurer"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/serious-male-gardener-wearing-gardening-hat-holding-clippers_141793-70972.jpg",
|
||||
alt: "Experienced outdoorsman",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/serious-male-gardener-wearing-gardening-hat-holding-clippers_141793-70972.jpg", alt: "Experienced outdoorsman"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/back-view-man-admiring-nature-while-road-trip_23-2148783500.jpg",
|
||||
alt: "Rugged outdoorsman profile",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/back-view-man-admiring-nature-while-road-trip_23-2148783500.jpg", alt: "Rugged outdoorsman profile"},
|
||||
]}
|
||||
avatarText="Join our community of adventurers"
|
||||
buttons={[
|
||||
{
|
||||
text: "Shop Now",
|
||||
href: "/shop",
|
||||
},
|
||||
text: "Shop Now", href: "/shop"},
|
||||
{
|
||||
text: "Our Story",
|
||||
href: "/about",
|
||||
},
|
||||
text: "Our Story", href: "/about"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Built to last",
|
||||
icon: Tool,
|
||||
type: "text-icon", text: "Built to last", icon: Wrench,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Texas Heritage",
|
||||
icon: MapPin,
|
||||
type: "text-icon", text: "Texas Heritage", icon: MapPin,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Adventure Awaits",
|
||||
icon: Compass,
|
||||
type: "text-icon", text: "Adventure Awaits", icon: Compass,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Quality Gear",
|
||||
icon: ShieldCheck,
|
||||
type: "text-icon", text: "Quality Gear", icon: ShieldCheck,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Explore More",
|
||||
icon: Mountain,
|
||||
type: "text-icon", text: "Explore More", icon: Mountain,
|
||||
},
|
||||
]}
|
||||
marqueeSpeed={30}
|
||||
@@ -139,53 +104,17 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
products={[
|
||||
{
|
||||
id: "hat-1",
|
||||
name: "The Classic Camo",
|
||||
price: "$32.00",
|
||||
variant: "Green Camo",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-little-blonde-girl-with-saddle-stable_1303-9406.jpg",
|
||||
imageAlt: "Classic camouflage hat",
|
||||
},
|
||||
id: "hat-1", name: "The Classic Camo", price: "$32.00", variant: "Green Camo", imageSrc: "http://img.b2bpic.net/free-photo/cute-little-blonde-girl-with-saddle-stable_1303-9406.jpg", imageAlt: "Classic camouflage hat"},
|
||||
{
|
||||
id: "hat-2",
|
||||
name: "Duck Cloth Trucker",
|
||||
price: "$30.00",
|
||||
variant: "Tan/Brown",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-travel-items-inside-car-ready-trip_23-2151078228.jpg",
|
||||
imageAlt: "Tan duck cloth trucker hat",
|
||||
},
|
||||
id: "hat-2", name: "Duck Cloth Trucker", price: "$30.00", variant: "Tan/Brown", imageSrc: "http://img.b2bpic.net/free-photo/view-travel-items-inside-car-ready-trip_23-2151078228.jpg", imageAlt: "Tan duck cloth trucker hat"},
|
||||
{
|
||||
id: "hat-3",
|
||||
name: "Midnight Lake Cap",
|
||||
price: "$35.00",
|
||||
variant: "Muted Navy",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-woman-wearing-hat_23-2148962754.jpg",
|
||||
imageAlt: "Navy blue cap",
|
||||
},
|
||||
id: "hat-3", name: "Midnight Lake Cap", price: "$35.00", variant: "Muted Navy", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-woman-wearing-hat_23-2148962754.jpg", imageAlt: "Navy blue cap"},
|
||||
{
|
||||
id: "hat-4",
|
||||
name: "Vintage Black Snapback",
|
||||
price: "$34.00",
|
||||
variant: "Vintage Black",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-traveler-taking-photos_23-2149270108.jpg",
|
||||
imageAlt: "Black snapback hat",
|
||||
},
|
||||
id: "hat-4", name: "Vintage Black Snapback", price: "$34.00", variant: "Vintage Black", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-traveler-taking-photos_23-2149270108.jpg", imageAlt: "Black snapback hat"},
|
||||
{
|
||||
id: "hat-5",
|
||||
name: "Sunrise Cream Cap",
|
||||
price: "$28.00",
|
||||
variant: "Cream",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-stylish-woman-sitting-wall_285396-4540.jpg",
|
||||
imageAlt: "Cream colored cap",
|
||||
},
|
||||
id: "hat-5", name: "Sunrise Cream Cap", price: "$28.00", variant: "Cream", imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-stylish-woman-sitting-wall_285396-4540.jpg", imageAlt: "Cream colored cap"},
|
||||
{
|
||||
id: "hat-6",
|
||||
name: "Faded Pine",
|
||||
price: "$31.00",
|
||||
variant: "Dark Green",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-stylish-blonde-girl-riding-horses-autumn-forest_627829-11494.jpg",
|
||||
imageAlt: "Dark green cap",
|
||||
},
|
||||
id: "hat-6", name: "Faded Pine", price: "$31.00", variant: "Dark Green", imageSrc: "http://img.b2bpic.net/free-photo/young-stylish-blonde-girl-riding-horses-autumn-forest_627829-11494.jpg", imageAlt: "Dark green cap"},
|
||||
]}
|
||||
title="Featured Hats"
|
||||
description="Crafted for comfort, built for the elements. Our hats are designed for life outdoors."
|
||||
@@ -200,29 +129,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Early Mornings on the Lake",
|
||||
description: "Where the water's calm and the bass are biting. Moments of peace and exhilaration.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-standing-front-sea-amorgos-island-greece-sunset_181624-18385.jpg",
|
||||
imageAlt: "Man bass fishing at sunrise",
|
||||
},
|
||||
title: "Early Mornings on the Lake", description: "Where the water's calm and the bass are biting. Moments of peace and exhilaration.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-standing-front-sea-amorgos-island-greece-sunset_181624-18385.jpg", imageAlt: "Man bass fishing at sunrise"},
|
||||
{
|
||||
title: "The Thrill of the Hunt",
|
||||
description: "From deer blinds to duck marshes, honoring the heritage of the American outdoorsman.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spanish-ibex-young-male-nature-habitat-wild-iberia-spanish-wildlife-mountain-animals_475641-784.jpg",
|
||||
imageAlt: "Deer hunter in the woods",
|
||||
},
|
||||
title: "The Thrill of the Hunt", description: "From deer blinds to duck marshes, honoring the heritage of the American outdoorsman.", imageSrc: "http://img.b2bpic.net/free-photo/spanish-ibex-young-male-nature-habitat-wild-iberia-spanish-wildlife-mountain-animals_475641-784.jpg", imageAlt: "Deer hunter in the woods"},
|
||||
{
|
||||
title: "Campfire Stories",
|
||||
description: "Gathered under the Texas stars, sharing tales and forging unbreakable bonds.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-sitting-together_23-2149183739.jpg",
|
||||
imageAlt: "Campfire at night",
|
||||
},
|
||||
title: "Campfire Stories", description: "Gathered under the Texas stars, sharing tales and forging unbreakable bonds.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-sitting-together_23-2149183739.jpg", imageAlt: "Campfire at night"},
|
||||
{
|
||||
title: "Old Trucks, New Adventures",
|
||||
description: "Every journey begins with a trusty ride down a dusty road, chasing the next horizon.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-ecofriendly-people_23-2149125223.jpg",
|
||||
imageAlt: "Old truck on a rural road",
|
||||
},
|
||||
title: "Old Trucks, New Adventures", description: "Every journey begins with a trusty ride down a dusty road, chasing the next horizon.", imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-ecofriendly-people_23-2149125223.jpg", imageAlt: "Old truck on a rural road"},
|
||||
]}
|
||||
title="The Ratibor Lifestyle"
|
||||
description="Experience the rugged beauty and timeless traditions that inspire every piece of our collection."
|
||||
@@ -236,17 +149,11 @@ export default function LandingPage() {
|
||||
description="The name Ratibor echoes through generations, a testament to the resilient spirit of Texas and a deep love for the land. Our brand is built on stories from hunting camps, sun-drenched fishing trips, and the unwavering values passed down in small towns. It's about hard work, family, and the unyielding call of the wild."
|
||||
metrics={[
|
||||
{
|
||||
value: "100+",
|
||||
title: "Years of Tradition",
|
||||
},
|
||||
value: "100+", title: "Years of Tradition"},
|
||||
{
|
||||
value: "10K+",
|
||||
title: "Miles Explored",
|
||||
},
|
||||
value: "10K+", title: "Miles Explored"},
|
||||
{
|
||||
value: "Countless",
|
||||
title: "Memories Made",
|
||||
},
|
||||
value: "Countless", title: "Memories Made"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-vertical-shot-large-wheat-field-with-little-wooden-barn-middle_181624-2663.jpg"
|
||||
imageAlt="Rural Texas landscape at sunset"
|
||||
@@ -257,59 +164,24 @@ export default function LandingPage() {
|
||||
|
||||
<div id="best-sellers" data-section="best-sellers">
|
||||
<ProductCardFour
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
carouselMode="auto"
|
||||
products={[
|
||||
{
|
||||
id: "bs-1",
|
||||
name: "The Ranger Shirt",
|
||||
price: "$78.00",
|
||||
variant: "Olive Green",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-african-man-using-mobile-phone-smiling-outdoors_171337-15966.jpg",
|
||||
imageAlt: "Men's olive green ranger shirt",
|
||||
},
|
||||
id: "bs-1", name: "The Ranger Shirt", price: "$78.00", variant: "Olive Green", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-african-man-using-mobile-phone-smiling-outdoors_171337-15966.jpg", imageAlt: "Men's olive green ranger shirt"},
|
||||
{
|
||||
id: "bs-2",
|
||||
name: "Heritage Work Pants",
|
||||
price: "$95.00",
|
||||
variant: "Duck Brown",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/various-people-taking-part-protests_23-2151559766.jpg",
|
||||
imageAlt: "Men's duck brown work pants",
|
||||
},
|
||||
id: "bs-2", name: "Heritage Work Pants", price: "$95.00", variant: "Duck Brown", imageSrc: "http://img.b2bpic.net/free-photo/various-people-taking-part-protests_23-2151559766.jpg", imageAlt: "Men's duck brown work pants"},
|
||||
{
|
||||
id: "bs-3",
|
||||
name: "Field Guide Jacket",
|
||||
price: "$180.00",
|
||||
variant: "Faded Camo",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-adult-man-yellow-jacket-walks-forged-grate-background_1153-5428.jpg",
|
||||
imageAlt: "Men's faded camo field guide jacket",
|
||||
},
|
||||
id: "bs-3", name: "Field Guide Jacket", price: "$180.00", variant: "Faded Camo", imageSrc: "http://img.b2bpic.net/free-photo/young-adult-man-yellow-jacket-walks-forged-grate-background_1153-5428.jpg", imageAlt: "Men's faded camo field guide jacket"},
|
||||
{
|
||||
id: "bs-4",
|
||||
name: "Texas Roots Tee",
|
||||
price: "$38.00",
|
||||
variant: "Vintage Black",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/american-bikers-gang-poster-design-with-skull-motorcycle-helmet-bandanna-illustration_1284-38877.jpg",
|
||||
imageAlt: "Men's vintage black graphic t-shirt",
|
||||
},
|
||||
id: "bs-4", name: "Texas Roots Tee", price: "$38.00", variant: "Vintage Black", imageSrc: "http://img.b2bpic.net/free-vector/american-bikers-gang-poster-design-with-skull-motorcycle-helmet-bandanna-illustration_1284-38877.jpg", imageAlt: "Men's vintage black graphic t-shirt"},
|
||||
{
|
||||
id: "bs-5",
|
||||
name: "Lake Life Vest",
|
||||
price: "$65.00",
|
||||
variant: "Forest Green",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-holding-camera-nature_23-2148693640.jpg",
|
||||
imageAlt: "Men's forest green fleece vest",
|
||||
},
|
||||
id: "bs-5", name: "Lake Life Vest", price: "$65.00", variant: "Forest Green", imageSrc: "http://img.b2bpic.net/free-photo/man-holding-camera-nature_23-2148693640.jpg", imageAlt: "Men's forest green fleece vest"},
|
||||
{
|
||||
id: "bs-6",
|
||||
name: "Hand-stitched Leather Belt",
|
||||
price: "$55.00",
|
||||
variant: "Dark Brown",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-with-gold-watch-adjusts-tie_8353-31.jpg",
|
||||
imageAlt: "Men's dark brown leather belt",
|
||||
},
|
||||
id: "bs-6", name: "Hand-stitched Leather Belt", price: "$55.00", variant: "Dark Brown", imageSrc: "http://img.b2bpic.net/free-photo/man-with-gold-watch-adjusts-tie_8353-31.jpg", imageAlt: "Men's dark brown leather belt"},
|
||||
]}
|
||||
title="Best Sellers"
|
||||
description="Tried and true, these are the gear and apparel favorites from our community."
|
||||
@@ -320,16 +192,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Stay Connected"
|
||||
title="Join the Ratibor Family"
|
||||
description="Receive exclusive updates, new product drops, and insider access to our outdoor lifestyle."
|
||||
buttons={[
|
||||
{
|
||||
text: "Sign Up Now",
|
||||
href: "#",
|
||||
},
|
||||
text: "Sign Up Now", href: "#"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
@@ -344,19 +213,13 @@ export default function LandingPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "https://instagram.com/ratibor",
|
||||
ariaLabel: "Instagram",
|
||||
},
|
||||
href: "https://instagram.com/ratibor", ariaLabel: "Instagram"},
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "https://facebook.com/ratibor",
|
||||
ariaLabel: "Facebook",
|
||||
},
|
||||
href: "https://facebook.com/ratibor", ariaLabel: "Facebook"},
|
||||
{
|
||||
icon: Twitter,
|
||||
href: "https://twitter.com/ratibor",
|
||||
ariaLabel: "Twitter",
|
||||
},
|
||||
href: "https://twitter.com/ratibor", ariaLabel: "Twitter"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user