Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 052f0ef4ac | |||
| 1eeb64928d |
290
src/app/page.tsx
290
src/app/page.tsx
@@ -32,22 +32,10 @@ export default function LandingPage() {
|
|||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarStyleApple
|
<NavbarStyleApple
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{ name: "Home", id: "hero" },
|
||||||
name: "Home",
|
{ name: "About", id: "about" },
|
||||||
id: "hero",
|
{ name: "Gear", id: "catalog" },
|
||||||
},
|
{ name: "Contact", id: "contact" },
|
||||||
{
|
|
||||||
name: "About",
|
|
||||||
id: "about",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Gear",
|
|
||||||
id: "catalog",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Contact",
|
|
||||||
id: "contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="Knutson's"
|
brandName="Knutson's"
|
||||||
/>
|
/>
|
||||||
@@ -55,17 +43,10 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroBillboardScroll
|
<HeroBillboardScroll
|
||||||
background={{
|
background={{ variant: "sparkles-gradient" }}
|
||||||
variant: "gradient-bars",
|
title="Master the Great Outdoors in Brooklyn, MI"
|
||||||
}}
|
description="Experience the pinnacle of hunting, fishing, and adventure gear at Knutson's, your premier destination in Brooklyn, Michigan."
|
||||||
title="Knutson's Sporting Goods"
|
buttons={[{ text: "Explore Premium Gear", href: "#catalog" }]}
|
||||||
description="Your family-owned stop for premium hunting, fishing, and outdoor adventure gear in Brooklyn, MI."
|
|
||||||
buttons={[
|
|
||||||
{
|
|
||||||
text: "Explore Gear",
|
|
||||||
href: "#catalog",
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/bags-rack-store_107420-94849.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/bags-rack-store_107420-94849.jpg"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -74,204 +55,80 @@ export default function LandingPage() {
|
|||||||
<InlineImageSplitTextAbout
|
<InlineImageSplitTextAbout
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
heading={[
|
heading={[
|
||||||
{
|
{ type: "text", content: "Anchored in the Heart of Brooklyn, Michigan" },
|
||||||
type: "text",
|
{ type: "image", src: "http://img.b2bpic.net/free-photo/young-adult-woman-doing-strength-exercises-gym_1153-4615.jpg", alt: "Knutson's Store Interior" },
|
||||||
content: "Generations of Outdoor Expertise",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
type: "image",
|
|
||||||
src: "http://img.b2bpic.net/free-photo/young-adult-woman-doing-strength-exercises-gym_1153-4615.jpg",
|
|
||||||
alt: "Knutson's Store Interior",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="features" data-section="features">
|
<div id="features" data-section="features">
|
||||||
<FeatureHoverPattern
|
<FeatureHoverPattern
|
||||||
animationType="slide-up"
|
animationType="blur-reveal"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{
|
{ icon: Target, title: "Hunting Elite", description: "High-precision equipment for the dedicated hunter." },
|
||||||
icon: Target,
|
{ icon: Fish, title: "Angler's Selection", description: "Expertly selected tackle and rods for every water condition." },
|
||||||
title: "Hunting Gear",
|
{ icon: Snowflake, title: "Ice Fishing Pro", description: "Specialized gear to conquer the winter lakes of Michigan." },
|
||||||
description: "Expertly curated equipment for your next hunting trip.",
|
{ icon: Compass, title: "Wilderness Essentials", description: "Durable gear built for the rugged trail." },
|
||||||
},
|
{ icon: Star, title: "Marine Ready", description: "Top-tier boating supplies for safe adventure." },
|
||||||
{
|
|
||||||
icon: Fish,
|
|
||||||
title: "Fishing Inventory",
|
|
||||||
description: "Extensive selection of rods, lures, and high-quality tackle.",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
icon: Snowflake,
|
|
||||||
title: "Ice Fishing",
|
|
||||||
description: "Stay comfortable and productive with our specialized winter gear.",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
icon: Compass,
|
|
||||||
title: "Camping Essentials",
|
|
||||||
description: "Durable tents, cookware, and packs for your wilderness trek.",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
icon: Star,
|
|
||||||
title: "Boating Supplies",
|
|
||||||
description: "Accessories and safety gear for life on the water.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Everything for Your Adventure"
|
title="Gear That Shines"
|
||||||
description="From summer days at the lake to winter ice fishing, we carry what you need."
|
description="Discover equipment as golden as your best memories."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="catalog" data-section="catalog">
|
<div id="catalog" data-section="catalog">
|
||||||
<ProductCardFour
|
<ProductCardFour
|
||||||
animationType="slide-up"
|
animationType="blur-reveal"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
gridVariant="four-items-2x2-equal-grid"
|
gridVariant="four-items-2x2-equal-grid"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
products={[
|
products={[
|
||||||
{
|
{ id: "1", name: "Pro-Duck Boats", price: "Gold Edition", variant: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/paddle-oar-yellow-canoe-floating-lake_23-2147905615.jpg" },
|
||||||
id: "1",
|
{ id: "2", name: "Summer Elite Supplies", price: "From $15", variant: "Summer", imageSrc: "http://img.b2bpic.net/free-photo/football-composition-with-ball-net-bag_23-2147827772.jpg" },
|
||||||
name: "Duck Boats",
|
{ id: "3", name: "Live Bait Selection", price: "Daily", variant: "Fresh", imageSrc: "http://img.b2bpic.net/free-photo/fishing-tool-box-ground_23-2148204131.jpg" },
|
||||||
price: "In-Store",
|
{ id: "4", name: "Precision Hunting Bows", price: "Gold Standard", variant: "Precision", imageSrc: "http://img.b2bpic.net/free-photo/sport-supplies-composition_23-2147711300.jpg" },
|
||||||
variant: "Premium",
|
{ id: "5", name: "Adventure Kayaks", price: "Seasonal", variant: "Water", imageSrc: "http://img.b2bpic.net/free-photo/travel-still-life-collection_23-2148837282.jpg" },
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/paddle-oar-yellow-canoe-floating-lake_23-2147905615.jpg",
|
{ id: "6", name: "Elite Ice Augers", price: "Pro Series", variant: "Winter", imageSrc: "http://img.b2bpic.net/free-photo/enjoy-snow_1101-537.jpg" },
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "2",
|
|
||||||
name: "Beach Supplies",
|
|
||||||
price: "From $15",
|
|
||||||
variant: "Summer",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/football-composition-with-ball-net-bag_23-2147827772.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "3",
|
|
||||||
name: "Live Bait",
|
|
||||||
price: "Daily",
|
|
||||||
variant: "Fresh",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/fishing-tool-box-ground_23-2148204131.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "4",
|
|
||||||
name: "Hunting Bows",
|
|
||||||
price: "Expert Grade",
|
|
||||||
variant: "Precision",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/sport-supplies-composition_23-2147711300.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "5",
|
|
||||||
name: "Kayaks & Gear",
|
|
||||||
price: "Seasonal",
|
|
||||||
variant: "Water",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/travel-still-life-collection_23-2148837282.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "6",
|
|
||||||
name: "Ice Augers",
|
|
||||||
price: "Pro Series",
|
|
||||||
variant: "Winter",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/enjoy-snow_1101-537.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Top Products"
|
title="The Gold Standard Catalog"
|
||||||
description="Browse our most popular categories."
|
description="Our most impactful gear for your next outdoor journey."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="metrics" data-section="metrics">
|
<div id="metrics" data-section="metrics">
|
||||||
<MetricCardThree
|
<MetricCardThree
|
||||||
animationType="slide-up"
|
animationType="blur-reveal"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{ id: "1", icon: MapPin, title: "Brooklyn Roots", value: "1950" },
|
||||||
id: "1",
|
{ id: "2", icon: Truck, title: "Stocked Gear", value: "10,000+" },
|
||||||
icon: MapPin,
|
{ id: "3", icon: Users, title: "Outdoor Community", value: "50,000+" },
|
||||||
title: "Serving Since",
|
|
||||||
value: "1950",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "2",
|
|
||||||
icon: Truck,
|
|
||||||
title: "Products Stocked",
|
|
||||||
value: "10,000+",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "3",
|
|
||||||
icon: Users,
|
|
||||||
title: "Happy Customers",
|
|
||||||
value: "50,000+",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Our Reach"
|
title="Legacy in Motion"
|
||||||
description="Serving the Brooklyn community and beyond."
|
description="Brooklyn's favorite stop since 1950."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="testimonials" data-section="testimonials">
|
<div id="testimonials" data-section="testimonials">
|
||||||
<TestimonialCardSixteen
|
<TestimonialCardSixteen
|
||||||
animationType="slide-up"
|
animationType="blur-reveal"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{ id: "1", name: "John Doe", role: "Hunter", company: "Local", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-portrait-with-bright-blue-lips_23-2151096454.jpg" },
|
||||||
id: "1",
|
{ id: "2", name: "Jane Smith", role: "Angler", company: "Local", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-fishing-river_23-2148204186.jpg" },
|
||||||
name: "John Doe",
|
{ id: "3", name: "Bob Miller", role: "Outdoorsman", company: "Local", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-girl-smoking-cigarette-outdoors-background-wooden-stumps-concept-nicotine-addiction-by-teenagers_627829-10784.jpg" },
|
||||||
role: "Hunter",
|
|
||||||
company: "Local",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-portrait-with-bright-blue-lips_23-2151096454.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "2",
|
|
||||||
name: "Jane Smith",
|
|
||||||
role: "Angler",
|
|
||||||
company: "Local",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/man-fishing-river_23-2148204186.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "3",
|
|
||||||
name: "Bob Miller",
|
|
||||||
role: "Outdoorsman",
|
|
||||||
company: "Local",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/young-girl-smoking-cigarette-outdoors-background-wooden-stumps-concept-nicotine-addiction-by-teenagers_627829-10784.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "4",
|
|
||||||
name: "Alice Brown",
|
|
||||||
role: "Family",
|
|
||||||
company: "Local",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/women-happily-shopping-buying-consumer-products-customer-day_23-2151623453.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "5",
|
|
||||||
name: "Charlie Davis",
|
|
||||||
role: "Pro",
|
|
||||||
company: "Local",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-walking-street-shopping-concept_1301-4723.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
kpiItems={[
|
kpiItems={[
|
||||||
{
|
{ value: "4.9", label: "Rated Gold" },
|
||||||
value: "4.9",
|
{ value: "98%", label: "Community Trust" },
|
||||||
label: "Avg Rating",
|
{ value: "70yrs", label: "Brooklyn Heritage" },
|
||||||
},
|
|
||||||
{
|
|
||||||
value: "98%",
|
|
||||||
label: "Retention",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
value: "70yrs",
|
|
||||||
label: "History",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Customer Stories"
|
title="Stories from the Field"
|
||||||
description="What our local outdoor community has to say."
|
description="Our customers share their golden moments."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -280,37 +137,22 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{ id: "1", title: "Do you provide fresh bait?", content: "Yes, our bait is harvested daily to ensure the highest quality for your fishing needs." },
|
||||||
id: "1",
|
{ id: "2", title: "Where is Knutson's located?", content: "We are proudly rooted in Brooklyn, Michigan, where we have served our community for decades." },
|
||||||
title: "Do you carry live bait?",
|
|
||||||
content: "Yes, we have a fresh inventory of live bait available daily.",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "2",
|
|
||||||
title: "Are you family owned?",
|
|
||||||
content: "Yes, Knutson's is proudly family-owned and operated in Brooklyn, MI.",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "3",
|
|
||||||
title: "Do you have ice fishing gear?",
|
|
||||||
content: "We have an extensive selection of ice fishing equipment including augers and huts.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Common Questions"
|
title="Need Assistance?"
|
||||||
description="Need help finding gear or live bait?"
|
description="Ask us about our selection or store location."
|
||||||
faqsAnimation="slide-up"
|
faqsAnimation="blur-reveal"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactCenter
|
<ContactCenter
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{
|
background={{ variant: "sparkles-gradient" }}
|
||||||
variant: "plain",
|
|
||||||
}}
|
|
||||||
tag="Contact Us"
|
tag="Contact Us"
|
||||||
title="Visit Us Today"
|
title="Find Your Adventure in Brooklyn"
|
||||||
description="Come see our massive inventory in Brooklyn, Michigan."
|
description="Visit us in Michigan and upgrade your gear to our premium golden selection today."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -319,36 +161,8 @@ export default function LandingPage() {
|
|||||||
imageSrc="http://img.b2bpic.net/free-photo/fishing-rod-green-grass_23-2147894129.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/fishing-rod-green-grass_23-2147894129.jpg"
|
||||||
logoText="Knutson's"
|
logoText="Knutson's"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{ title: "Adventure", items: [{ label: "Hunting", href: "#" }, { label: "Fishing", href: "#" }] },
|
||||||
title: "Categories",
|
{ title: "Locate Us", items: [{ label: "Brooklyn, MI", href: "#" }] },
|
||||||
items: [
|
|
||||||
{
|
|
||||||
label: "Hunting",
|
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "Fishing",
|
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "Summer",
|
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: "About",
|
|
||||||
items: [
|
|
||||||
{
|
|
||||||
label: "Our History",
|
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "Store Info",
|
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user