Merge version_1 into main #2
215
src/app/page.tsx
215
src/app/page.tsx
@@ -30,22 +30,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Products",
|
||||
id: "products",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Products", id: "products" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Theo's Fishing Baits"
|
||||
/>
|
||||
@@ -56,16 +44,10 @@ export default function LandingPage() {
|
||||
title="Catch Your Personal Best."
|
||||
description="Theo's Fishing Baits delivers high-performance soft plastics, jigs, and worms designed for serious freshwater anglers. Master the water with gear that catches more."
|
||||
buttons={[
|
||||
{
|
||||
text: "Shop Lures",
|
||||
href: "#products",
|
||||
},
|
||||
{
|
||||
text: "Learn About Us",
|
||||
href: "#about",
|
||||
},
|
||||
{ text: "Shop Lures", href: "#products" },
|
||||
{ text: "Learn About Us", href: "#about" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/view-boat-water-sunset_23-2150693508.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/view-boat-water-sunset_23-2150693508.jpg"
|
||||
imageAlt="Professional fishing lure collection at sunrise on the lake"
|
||||
showDimOverlay={true}
|
||||
/>
|
||||
@@ -78,20 +60,11 @@ export default function LandingPage() {
|
||||
title="Built by Anglers, for Anglers"
|
||||
description="At Theo's, we believe that success starts with the right bait. We've obsessed over every curve, tail action, and scent profile of our soft plastics to ensure you're always one cast away from a trophy bass."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Premium Durability",
|
||||
description: "Tough materials that withstand fierce strikes.",
|
||||
},
|
||||
{
|
||||
title: "Advanced Hydrodynamics",
|
||||
description: "Lures designed to mimic real baitfish movement.",
|
||||
},
|
||||
{
|
||||
title: "Scent-Infused Tech",
|
||||
description: "Proven formulas to trigger aggressive bites.",
|
||||
},
|
||||
{ title: "Premium Durability", description: "Tough materials that withstand fierce strikes." },
|
||||
{ title: "Advanced Hydrodynamics", description: "Lures designed to mimic real baitfish movement." },
|
||||
{ title: "Scent-Infused Tech", description: "Proven formulas to trigger aggressive bites." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/blank-black-placard-surrounded-with-colorful-fishing-lures-wooden-desk_23-2148189280.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/blank-black-placard-surrounded-with-colorful-fishing-lures-wooden-desk_23-2148189280.jpg"
|
||||
imageAlt="Close up of high quality fishing tackle"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -104,27 +77,9 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Pro Series Jig",
|
||||
price: "$7.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cloe-up-fishing-lure-with-hook-fishing-net-wooden-surface_23-2148189229.jpg?_wi=1",
|
||||
imageAlt: "High-performance fishing jig",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Action Tail Worm",
|
||||
price: "$5.49",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-jars-spices_23-2147773422.jpg",
|
||||
imageAlt: "Soft plastic fishing worm",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Surface Crawler",
|
||||
price: "$6.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-fishing-road-freshly-caught-fish-green-grass_23-2147870149.jpg",
|
||||
imageAlt: "Soft plastic crawler lure",
|
||||
},
|
||||
{ id: "p1", name: "Pro Series Jig", price: "$7.99", imageSrc: "http://img.b2bpic.net/free-photo/cloe-up-fishing-lure-with-hook-fishing-net-wooden-surface_23-2148189229.jpg", imageAlt: "High-performance fishing jig" },
|
||||
{ id: "p2", name: "Action Tail Worm", price: "$5.49", imageSrc: "http://img.b2bpic.net/free-photo/close-up-jars-spices_23-2147773422.jpg", imageAlt: "Soft plastic fishing worm" },
|
||||
{ id: "p3", name: "Surface Crawler", price: "$6.99", imageSrc: "http://img.b2bpic.net/free-photo/close-up-fishing-road-freshly-caught-fish-green-grass_23-2147870149.jpg", imageAlt: "Soft plastic crawler lure" },
|
||||
]}
|
||||
title="Featured Tackle"
|
||||
description="Browse our curated selection of high-performance lures designed for freshwater dominance."
|
||||
@@ -138,55 +93,25 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Tournament Grade",
|
||||
description: "Used and trusted by bass tournament pros across the country.",
|
||||
icon: Award,
|
||||
title: "Tournament Grade", description: "Used and trusted by bass tournament pros across the country.", icon: Award,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cropped-portrait-unrecognizable-elderly-fisherman-wearing-orange-t-shirt-black-jeans-using-fishing-tackle-while-angling-outdoors-wild-nature-surroundings-fishery-activity-hobby-hobby_343059-2610.jpg?_wi=1",
|
||||
imageAlt: "Pro gear",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cropped-portrait-unrecognizable-elderly-fisherman-wearing-orange-t-shirt-black-jeans-using-fishing-tackle-while-angling-outdoors-wild-nature-surroundings-fishery-activity-hobby-hobby_343059-2610.jpg?_wi=2",
|
||||
imageAlt: "Pro gear detail",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-boat-water-sunset_23-2150693508.jpg?_wi=2",
|
||||
imageAlt: "fisherman on lake at sunrise",
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/cropped-portrait-unrecognizable-elderly-fisherman-wearing-orange-t-shirt-black-jeans-using-fishing-tackle-while-angling-outdoors-wild-nature-surroundings-fishery-activity-hobby-hobby_343059-2610.jpg", imageAlt: "Pro gear" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/cropped-portrait-unrecognizable-elderly-fisherman-wearing-orange-t-shirt-black-jeans-using-fishing-tackle-while-angling-outdoors-wild-nature-surroundings-fishery-activity-hobby-hobby_343059-2610.jpg", imageAlt: "Pro gear detail" },
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Any Season Performance",
|
||||
description: "Optimized for varying water temperatures and conditions.",
|
||||
icon: Zap,
|
||||
title: "Any Season Performance", description: "Optimized for varying water temperatures and conditions.", icon: Zap,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/raw-fish-table-high-angle_23-2148917696.jpg?_wi=1",
|
||||
imageAlt: "Action shot",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/raw-fish-table-high-angle_23-2148917696.jpg?_wi=2",
|
||||
imageAlt: "Action detail",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blank-black-placard-surrounded-with-colorful-fishing-lures-wooden-desk_23-2148189280.jpg?_wi=2",
|
||||
imageAlt: "professional fishing tackle closeup",
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/raw-fish-table-high-angle_23-2148917696.jpg", imageAlt: "Action shot" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/raw-fish-table-high-angle_23-2148917696.jpg", imageAlt: "Action detail" },
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Proven Success",
|
||||
description: "Thousands of successful catches logged by our community.",
|
||||
icon: CheckCircle,
|
||||
title: "Proven Success", description: "Thousands of successful catches logged by our community.", icon: CheckCircle,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/weighing-fresh-caught-fish_23-2147894064.jpg?_wi=1",
|
||||
imageAlt: "Tackle collection",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/weighing-fresh-caught-fish_23-2147894064.jpg?_wi=2",
|
||||
imageAlt: "Tackle detail",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cloe-up-fishing-lure-with-hook-fishing-net-wooden-surface_23-2148189229.jpg?_wi=2",
|
||||
imageAlt: "bass fishing jig lure studio",
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/weighing-fresh-caught-fish_23-2147894064.jpg", imageAlt: "Tackle collection" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/weighing-fresh-caught-fish_23-2147894064.jpg", imageAlt: "Tackle detail" },
|
||||
]
|
||||
},
|
||||
]}
|
||||
title="Why Choose Theo's?"
|
||||
@@ -199,46 +124,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Unmatched Action",
|
||||
quote: "The tail action on these worms is incredible. My bass catches have doubled this season.",
|
||||
name: "Mark R.",
|
||||
role: "Pro Angler",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-bearded-fisherman-standing-blue-wall-with-his-catch-having-happy-expression-handsome-young-man-holding-long-heavy-fish-hands-feeling-proud-excited_273609-8096.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Top Tier Gear",
|
||||
quote: "Finally, jigs that don't fall apart after one hit. Absolutely top quality.",
|
||||
name: "Sarah J.",
|
||||
role: "Freshwater Hobbyist",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-middle-aged-man-taking-photos-with-device-world-photography-day_23-2151672353.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Best on the Lake",
|
||||
quote: "I've tried them all, and these plastics are the ones that consistently produce results.",
|
||||
name: "Dave L.",
|
||||
role: "Tournament Winner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-hispanic-man-working-office-night-crazy-mad-shouting-yelling-with-aggressive-expression-arms-raised-frustration-concept_839833-24602.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "Great Value",
|
||||
quote: "High-end quality at a price that doesn't break the bank. My go-to tackle brand.",
|
||||
name: "Chris B.",
|
||||
role: "Weekend Warrior",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/american-bearded-man-looks-river-bank-blue-jacket_1153-8229.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
title: "Consistent Results",
|
||||
quote: "Reliable gear for every trip. Theo's baits are simply the best on the market right now.",
|
||||
name: "Mike T.",
|
||||
role: "Bass Hunter",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-bearded-fisherman-standing-blue-wall-with-his-catch-having-happy-expression-handsome-young-man-holding-long-heavy-fish-hands-feeling-proud-excited_273609-8096.jpg?_wi=2",
|
||||
},
|
||||
{ id: "1", title: "Unmatched Action", quote: "The tail action on these worms is incredible. My bass catches have doubled this season.", name: "Mark R.", role: "Pro Angler", imageSrc: "http://img.b2bpic.net/free-photo/successful-bearded-fisherman-standing-blue-wall-with-his-catch-having-happy-expression-handsome-young-man-holding-long-heavy-fish-hands-feeling-proud-excited_273609-8096.jpg" },
|
||||
{ id: "2", title: "Top Tier Gear", quote: "Finally, jigs that don't fall apart after one hit. Absolutely top quality.", name: "Sarah J.", role: "Freshwater Hobbyist", imageSrc: "http://img.b2bpic.net/free-photo/portrait-middle-aged-man-taking-photos-with-device-world-photography-day_23-2151672353.jpg" },
|
||||
{ id: "3", title: "Best on the Lake", quote: "I've tried them all, and these plastics are the ones that consistently produce results.", name: "Dave L.", role: "Tournament Winner", imageSrc: "http://img.b2bpic.net/free-photo/handsome-hispanic-man-working-office-night-crazy-mad-shouting-yelling-with-aggressive-expression-arms-raised-frustration-concept_839833-24602.jpg" },
|
||||
{ id: "4", title: "Great Value", quote: "High-end quality at a price that doesn't break the bank. My go-to tackle brand.", name: "Chris B.", role: "Weekend Warrior", imageSrc: "http://img.b2bpic.net/free-photo/american-bearded-man-looks-river-bank-blue-jacket_1153-8229.jpg" },
|
||||
{ id: "5", title: "Consistent Results", quote: "Reliable gear for every trip. Theo's baits are simply the best on the market right now.", name: "Mike T.", role: "Bass Hunter", imageSrc: "http://img.b2bpic.net/free-photo/successful-bearded-fisherman-standing-blue-wall-with-his-catch-having-happy-expression-handsome-young-man-holding-long-heavy-fish-hands-feeling-proud-excited_273609-8096.jpg" },
|
||||
]}
|
||||
title="Loved by Anglers"
|
||||
description="Read what our customers are saying about Theo's Fishing Baits."
|
||||
@@ -248,9 +138,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
tag="Stay Updated"
|
||||
title="Join the Theo's Newsletter"
|
||||
description="Get exclusive fishing tips, product drops, and tournament updates directly to your inbox."
|
||||
@@ -266,42 +154,21 @@ export default function LandingPage() {
|
||||
imageAlt="Serene lake fishing"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Shop",
|
||||
href: "#products",
|
||||
},
|
||||
title: "Company", items: [
|
||||
{ label: "About", href: "#about" },
|
||||
{ label: "Shop", href: "#products" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#",
|
||||
},
|
||||
title: "Support", items: [
|
||||
{ label: "Contact", href: "#contact" },
|
||||
{ label: "FAQ", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Follow",
|
||||
items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "#",
|
||||
},
|
||||
title: "Follow", items: [
|
||||
{ label: "Instagram", href: "#" },
|
||||
{ label: "Facebook", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user