Update src/app/page.tsx
This commit is contained in:
275
src/app/page.tsx
275
src/app/page.tsx
@@ -32,29 +32,17 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "Shop",
|
||||
id: "#products",
|
||||
},
|
||||
name: "Shop", id: "#products"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About Us", id: "#about"},
|
||||
{
|
||||
name: "Custom Projects",
|
||||
id: "#features",
|
||||
},
|
||||
name: "Custom Projects", id: "#features"},
|
||||
{
|
||||
name: "Local Experience",
|
||||
id: "#features",
|
||||
},
|
||||
name: "Local Experience", id: "#features"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-vector/retro-fishing-badge-pack_23-2148922759.jpg"
|
||||
logoAlt="Tyalure Logo"
|
||||
@@ -65,82 +53,51 @@ export default function LandingPage() {
|
||||
<div id="home" data-section="home">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
imagePosition="right"
|
||||
title="TYLURE Curated Tackle. Bespoke Expertise."
|
||||
description="Fishing Gear Worth Your Time."
|
||||
kpis={[
|
||||
{
|
||||
value: "20+",
|
||||
label: "Years Experience",
|
||||
},
|
||||
value: "20+", label: "Years Experience"},
|
||||
{
|
||||
value: "100%",
|
||||
label: "Passion Driven",
|
||||
},
|
||||
value: "100%", label: "Passion Driven"},
|
||||
{
|
||||
value: "Rye",
|
||||
label: "Local Roots",
|
||||
},
|
||||
value: "Rye", label: "Local Roots"},
|
||||
]}
|
||||
enableKpiAnimation={false}
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore the Collection",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Explore the Collection", href: "#products"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/boat-sea-cloudy-sky-beautiful-colorful-sunset-evening_181624-13513.jpg"
|
||||
imageAlt="Iconic fishing moment in Rye"
|
||||
mediaAnimation="none"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiling-man-fishing_23-2147870131.jpg",
|
||||
alt: "Happy angler with fishing rod",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiling-man-fishing_23-2147870131.jpg", alt: "Happy angler with fishing rod"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/full-shot-woman-hanging-out-jetty_23-2150514753.jpg",
|
||||
alt: "Woman fishing serene lake",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/full-shot-woman-hanging-out-jetty_23-2150514753.jpg", alt: "Woman fishing serene lake"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/watercolor-painting-artist-outdoors-forest-with-easel-canvas_23-2149908415.jpg",
|
||||
alt: "Senior man enjoying fishing day",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/watercolor-painting-artist-outdoors-forest-with-easel-canvas_23-2149908415.jpg", alt: "Senior man enjoying fishing day"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/time-we-spend-together-is-very-precious_329181-10595.jpg",
|
||||
alt: "Family fishing trip happy kids",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/time-we-spend-together-is-very-precious_329181-10595.jpg", alt: "Family fishing trip happy kids"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-with-fresh-caught-fish_23-2147894153.jpg",
|
||||
alt: "Professional fishing guide smiling",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/man-with-fresh-caught-fish_23-2147894153.jpg", alt: "Professional fishing guide smiling"},
|
||||
]}
|
||||
avatarText="Join 1000+ satisfied anglers!"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/overhead-view-fishing-rod-net-wooden-pier_23-2147870263.jpg",
|
||||
alt: "Fishing lure; float; hook with plier and fishing reel on measuring scale over the desk",
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/overhead-view-fishing-rod-net-wooden-pier_23-2147870263.jpg", alt: "Fishing lure; float; hook with plier and fishing reel on measuring scale over the desk"},
|
||||
{
|
||||
type: "text", text: "Finest Tackle"},
|
||||
{
|
||||
type: "text-icon", text: "Expert Guidance", icon: Fish,
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Finest Tackle",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/top-view-fishing-essentials_23-2148429499.jpg", alt: "Fishing lure on wooden background"},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Expert Guidance",
|
||||
icon: Fish,
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/top-view-fishing-essentials_23-2148429499.jpg",
|
||||
alt: "Fishing lure on wooden background",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Rye Local Favorite",
|
||||
},
|
||||
type: "text", text: "Rye Local Favorite"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -150,7 +107,6 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
tag="Our Story"
|
||||
title="A Legacy of Passion from Rye"
|
||||
description="Tyalure isn’t just gear — it’s a legacy of passion from Rye to every cast. Team Tyalure takes pride in bringing you great service & selection. We provide a unique experience with our social media, showcasing our love for tackle & fishing. Be part of the Tyalure story as the journey has been a lifelong pursuit. The name Tyalure is a pun on Nuno's son's name Tyler (aka #tacklepusher Jr), as said slowly it sounds like 'Tyalure'. Come share our passion and discover the difference."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -162,47 +118,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Tacklepusher Glow Deepster Jigs",
|
||||
price: "$14.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fish-caught-fishing-hook_23-2147894198.jpg",
|
||||
imageAlt: "Tacklepusher Glow Deepster Jig",
|
||||
},
|
||||
id: "p1", name: "Tacklepusher Glow Deepster Jigs", price: "$14.00", imageSrc: "http://img.b2bpic.net/free-photo/fish-caught-fishing-hook_23-2147894198.jpg", imageAlt: "Tacklepusher Glow Deepster Jig"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Luxury Spinning Reel X900",
|
||||
price: "$299.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fishing-equipments-wooden-background-texture_23-2147894041.jpg",
|
||||
imageAlt: "Luxury Spinning Reel X900",
|
||||
},
|
||||
id: "p2", name: "Luxury Spinning Reel X900", price: "$299.00", imageSrc: "http://img.b2bpic.net/free-photo/fishing-equipments-wooden-background-texture_23-2147894041.jpg", imageAlt: "Luxury Spinning Reel X900"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Bespoke Carbon Fiber Rod",
|
||||
price: "$450.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-fish-lure-fishing-rod-green-grass_23-2147870154.jpg",
|
||||
imageAlt: "Bespoke Carbon Fiber Rod",
|
||||
},
|
||||
id: "p3", name: "Bespoke Carbon Fiber Rod", price: "$450.00", imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-fish-lure-fishing-rod-green-grass_23-2147870154.jpg", imageAlt: "Bespoke Carbon Fiber Rod"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Handcrafted Saltwater Lure",
|
||||
price: "$25.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cloe-up-fishing-lure-with-hook-fishing-net-wooden-surface_23-2148189229.jpg",
|
||||
imageAlt: "Handcrafted Saltwater Lure",
|
||||
},
|
||||
id: "p4", name: "Handcrafted Saltwater Lure", price: "$25.00", imageSrc: "http://img.b2bpic.net/free-photo/cloe-up-fishing-lure-with-hook-fishing-net-wooden-surface_23-2148189229.jpg", imageAlt: "Handcrafted Saltwater Lure"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Waterproof Tackle Storage Elite",
|
||||
price: "$120.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/arrangement-fishing-elements-outdoors_23-2148853264.jpg",
|
||||
imageAlt: "Waterproof Tackle Storage Elite",
|
||||
},
|
||||
id: "p5", name: "Waterproof Tackle Storage Elite", price: "$120.00", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-fishing-elements-outdoors_23-2148853264.jpg", imageAlt: "Waterproof Tackle Storage Elite"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Pro Angler Performance Jacket",
|
||||
price: "$180.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-wearing-black-sunglasses-blue-shirt_181624-28419.jpg",
|
||||
imageAlt: "Pro Angler Performance Jacket",
|
||||
},
|
||||
id: "p6", name: "Pro Angler Performance Jacket", price: "$180.00", imageSrc: "http://img.b2bpic.net/free-photo/man-wearing-black-sunglasses-blue-shirt_181624-28419.jpg", imageAlt: "Pro Angler Performance Jacket"},
|
||||
]}
|
||||
title="Premium Curated Gear"
|
||||
description="Explore our hand-picked selection of new arrivals and locally exclusive tackle."
|
||||
@@ -216,67 +142,35 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
label: "Craftsmanship",
|
||||
title: "Custom Rod Builds",
|
||||
items: [
|
||||
"Personalized design consultation",
|
||||
"Expert material selection",
|
||||
"Hand-built to your specifications",
|
||||
],
|
||||
id: "f1", label: "Craftsmanship", title: "Custom Rod Builds", items: [
|
||||
"Personalized design consultation", "Expert material selection", "Hand-built to your specifications"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Learn More", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
label: "Guidance",
|
||||
title: "Expert Local Advice",
|
||||
items: [
|
||||
"Current fishing conditions",
|
||||
"Best local spots in Rye",
|
||||
"Seasonal bait recommendations",
|
||||
],
|
||||
id: "f2", label: "Guidance", title: "Expert Local Advice", items: [
|
||||
"Current fishing conditions", "Best local spots in Rye", "Seasonal bait recommendations"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Get Advice",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get Advice", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
label: "Supplies",
|
||||
title: "Seasonal Bait & Live Stock",
|
||||
items: [
|
||||
"Fresh & frozen bait in season",
|
||||
"Wide selection of live stock",
|
||||
"Quality sourced for optimal results",
|
||||
],
|
||||
id: "f3", label: "Supplies", title: "Seasonal Bait & Live Stock", items: [
|
||||
"Fresh & frozen bait in season", "Wide selection of live stock", "Quality sourced for optimal results"],
|
||||
buttons: [
|
||||
{
|
||||
text: "See Availability",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "See Availability", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "f4",
|
||||
label: "Gifting",
|
||||
title: "Gift Cards & Workshops",
|
||||
items: [
|
||||
"Perfect gifts for any angler",
|
||||
"Workshops for all skill levels",
|
||||
"Expand your fishing knowledge",
|
||||
],
|
||||
id: "f4", label: "Gifting", title: "Gift Cards & Workshops", items: [
|
||||
"Perfect gifts for any angler", "Workshops for all skill levels", "Expand your fishing knowledge"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Explore Options",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Explore Options", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -291,50 +185,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
title: "Unmatched Quality!",
|
||||
quote: "Tyalure's gear transformed my fishing. The custom rod I ordered is simply perfect, a true work of art. The quality is unmatched, and the team's expertise is invaluable. Highly recommend for any serious angler!",
|
||||
name: "Michael S.",
|
||||
role: "Avid Angler",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-fisherman-s-hand-holding-fresh-caught-fish-near-lake_23-2147894086.jpg",
|
||||
imageAlt: "Michael S.",
|
||||
},
|
||||
id: "t1", title: "Unmatched Quality!", quote: "Tyalure's gear transformed my fishing. The custom rod I ordered is simply perfect, a true work of art. The quality is unmatched, and the team's expertise is invaluable. Highly recommend for any serious angler!", name: "Michael S.", role: "Avid Angler", imageSrc: "http://img.b2bpic.net/free-photo/close-up-fisherman-s-hand-holding-fresh-caught-fish-near-lake_23-2147894086.jpg", imageAlt: "Michael S."},
|
||||
{
|
||||
id: "t2",
|
||||
title: "Best Local Advice!",
|
||||
quote: "I always come to Tyalure for local advice. Their team knows Rye waters like no one else. The seasonal bait is always fresh, and I've had my best catches since I started shopping here. A genuine treasure for the fishing community.",
|
||||
name: "Sarah J.",
|
||||
role: "Local Fisherman",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-near-river-fishing-morning_1157-31194.jpg",
|
||||
imageAlt: "Sarah J.",
|
||||
},
|
||||
id: "t2", title: "Best Local Advice!", quote: "I always come to Tyalure for local advice. Their team knows Rye waters like no one else. The seasonal bait is always fresh, and I've had my best catches since I started shopping here. A genuine treasure for the fishing community.", name: "Sarah J.", role: "Local Fisherman", imageSrc: "http://img.b2bpic.net/free-photo/couple-near-river-fishing-morning_1157-31194.jpg", imageAlt: "Sarah J."},
|
||||
{
|
||||
id: "t3",
|
||||
title: "Premium Selection!",
|
||||
quote: "The curated selection at Tyalure is fantastic. It saves me so much time trying to find quality gear. Every product feels premium and performs flawlessly. This is truly a luxury experience for fishing enthusiasts.",
|
||||
name: "David C.",
|
||||
role: "Weekend Warrior",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/obese-bearded-male-sailor-wiith-fishing-net_273609-48058.jpg",
|
||||
imageAlt: "David C.",
|
||||
},
|
||||
id: "t3", title: "Premium Selection!", quote: "The curated selection at Tyalure is fantastic. It saves me so much time trying to find quality gear. Every product feels premium and performs flawlessly. This is truly a luxury experience for fishing enthusiasts.", name: "David C.", role: "Weekend Warrior", imageSrc: "http://img.b2bpic.net/free-photo/obese-bearded-male-sailor-wiith-fishing-net_273609-48058.jpg", imageAlt: "David C."},
|
||||
{
|
||||
id: "t4",
|
||||
title: "Beyond Just a Tackle Shop!",
|
||||
quote: "Tyalure offers more than just tackle; it's a community. The workshops are educational, and the staff are incredibly passionate. It feels like a real club for fishing lovers. My go-to for everything fishing related.",
|
||||
name: "Emily R.",
|
||||
role: "Community Member",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/retro-summer-activities-with-80-s-inspired-aesthetic_23-2151425835.jpg",
|
||||
imageAlt: "Emily R.",
|
||||
},
|
||||
id: "t4", title: "Beyond Just a Tackle Shop!", quote: "Tyalure offers more than just tackle; it's a community. The workshops are educational, and the staff are incredibly passionate. It feels like a real club for fishing lovers. My go-to for everything fishing related.", name: "Emily R.", role: "Community Member", imageSrc: "http://img.b2bpic.net/free-photo/retro-summer-activities-with-80-s-inspired-aesthetic_23-2151425835.jpg", imageAlt: "Emily R."},
|
||||
{
|
||||
id: "t5",
|
||||
title: "Exceptional Service!",
|
||||
quote: "From the moment I walked in, I felt the difference. The service at Tyalure is exceptional. They helped me find the perfect reel and even shared some secret spots. It's truly a premium experience.",
|
||||
name: "Chris P.",
|
||||
role: "Professional Guide",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fisherman-giving-thumbs-up-while-holding-fishing-rod_23-2148429503.jpg",
|
||||
imageAlt: "Chris P.",
|
||||
},
|
||||
id: "t5", title: "Exceptional Service!", quote: "From the moment I walked in, I felt the difference. The service at Tyalure is exceptional. They helped me find the perfect reel and even shared some secret spots. It's truly a premium experience.", name: "Chris P.", role: "Professional Guide", imageSrc: "http://img.b2bpic.net/free-photo/fisherman-giving-thumbs-up-while-holding-fishing-rod_23-2148429503.jpg", imageAlt: "Chris P."},
|
||||
]}
|
||||
title="Voices From The Water"
|
||||
description="Hear what our passionate community of anglers has to say about their Tyalure experience."
|
||||
@@ -346,14 +205,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Angler's Journal",
|
||||
"Fish & Game Magazine",
|
||||
"Coastal Living",
|
||||
"Rye Fishing Club",
|
||||
"Saltwater Sportsman",
|
||||
"Hooked Outdoors",
|
||||
"The Fishing Wire",
|
||||
]}
|
||||
"Angler's Journal", "Fish & Game Magazine", "Coastal Living", "Rye Fishing Club", "Saltwater Sportsman", "Hooked Outdoors", "The Fishing Wire"]}
|
||||
title="#TyalureInTheWild"
|
||||
description="Join our thriving community and share your legendary catches. Be part of the Tyalure story."
|
||||
/>
|
||||
@@ -363,8 +215,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Newsletter"
|
||||
title="Stay Connected"
|
||||
description="Sign up for exclusive updates, local fishing reports, and special offers."
|
||||
@@ -378,37 +229,23 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Store Info",
|
||||
items: [
|
||||
title: "Store Info", items: [
|
||||
{
|
||||
label: "180 Theodore Fremd Ave, Rye, NY 10580",
|
||||
href: "https://maps.app.goo.gl/TYALURE_ADDRESS_LINK",
|
||||
},
|
||||
label: "180 Theodore Fremd Ave, Rye, NY 10580", href: "https://maps.app.goo.gl/TYALURE_ADDRESS_LINK"},
|
||||
{
|
||||
label: "Open Everyday (Year Round)",
|
||||
href: "#",
|
||||
},
|
||||
label: "Open Everyday (Year Round)", href: "#"},
|
||||
{
|
||||
label: "Fresh & Frozen Bait in Season",
|
||||
href: "#",
|
||||
},
|
||||
label: "Fresh & Frozen Bait in Season", href: "#"},
|
||||
{
|
||||
label: "Phone: 1-914-305-4316",
|
||||
href: "tel:+19143054316",
|
||||
},
|
||||
label: "Phone: 1-914-305-4316", href: "tel:+19143054316"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#privacy",
|
||||
},
|
||||
label: "Privacy Policy", href: "#privacy"},
|
||||
{
|
||||
label: "Terms & Conditions",
|
||||
href: "#terms",
|
||||
},
|
||||
label: "Terms & Conditions", href: "#terms"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user