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">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Gear",
|
||||
id: "catalog",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Gear", id: "catalog" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Knutson's"
|
||||
/>
|
||||
@@ -55,17 +43,10 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
title="Knutson's Sporting Goods"
|
||||
description="Your family-owned stop for premium hunting, fishing, and outdoor adventure gear in Brooklyn, MI."
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Gear",
|
||||
href: "#catalog",
|
||||
},
|
||||
]}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
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."
|
||||
buttons={[{ text: "Explore Premium Gear", href: "#catalog" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/bags-rack-store_107420-94849.jpg"
|
||||
/>
|
||||
</div>
|
||||
@@ -74,204 +55,80 @@ export default function LandingPage() {
|
||||
<InlineImageSplitTextAbout
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
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",
|
||||
},
|
||||
{ type: "text", content: "Anchored in the Heart of Brooklyn, Michigan" },
|
||||
{ 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 id="features" data-section="features">
|
||||
<FeatureHoverPattern
|
||||
animationType="slide-up"
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
icon: Target,
|
||||
title: "Hunting Gear",
|
||||
description: "Expertly curated equipment for your next hunting trip.",
|
||||
},
|
||||
{
|
||||
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.",
|
||||
},
|
||||
{ icon: Target, title: "Hunting Elite", description: "High-precision equipment for the dedicated hunter." },
|
||||
{ icon: Fish, title: "Angler's Selection", description: "Expertly selected tackle and rods for every water condition." },
|
||||
{ icon: Snowflake, title: "Ice Fishing Pro", description: "Specialized gear to conquer the winter lakes of Michigan." },
|
||||
{ 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." },
|
||||
]}
|
||||
title="Everything for Your Adventure"
|
||||
description="From summer days at the lake to winter ice fishing, we carry what you need."
|
||||
title="Gear That Shines"
|
||||
description="Discover equipment as golden as your best memories."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="catalog" data-section="catalog">
|
||||
<ProductCardFour
|
||||
animationType="slide-up"
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="default"
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Duck Boats",
|
||||
price: "In-Store",
|
||||
variant: "Premium",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/paddle-oar-yellow-canoe-floating-lake_23-2147905615.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",
|
||||
},
|
||||
{ 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: "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" },
|
||||
{ id: "3", name: "Live Bait Selection", price: "Daily", variant: "Fresh", imageSrc: "http://img.b2bpic.net/free-photo/fishing-tool-box-ground_23-2148204131.jpg" },
|
||||
{ id: "4", name: "Precision Hunting Bows", price: "Gold Standard", variant: "Precision", imageSrc: "http://img.b2bpic.net/free-photo/sport-supplies-composition_23-2147711300.jpg" },
|
||||
{ id: "5", name: "Adventure Kayaks", price: "Seasonal", variant: "Water", imageSrc: "http://img.b2bpic.net/free-photo/travel-still-life-collection_23-2148837282.jpg" },
|
||||
{ id: "6", name: "Elite Ice Augers", price: "Pro Series", variant: "Winter", imageSrc: "http://img.b2bpic.net/free-photo/enjoy-snow_1101-537.jpg" },
|
||||
]}
|
||||
title="Top Products"
|
||||
description="Browse our most popular categories."
|
||||
title="The Gold Standard Catalog"
|
||||
description="Our most impactful gear for your next outdoor journey."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardThree
|
||||
animationType="slide-up"
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
icon: MapPin,
|
||||
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+",
|
||||
},
|
||||
{ id: "1", icon: MapPin, title: "Brooklyn Roots", value: "1950" },
|
||||
{ id: "2", icon: Truck, title: "Stocked Gear", value: "10,000+" },
|
||||
{ id: "3", icon: Users, title: "Outdoor Community", value: "50,000+" },
|
||||
]}
|
||||
title="Our Reach"
|
||||
description="Serving the Brooklyn community and beyond."
|
||||
title="Legacy in Motion"
|
||||
description="Brooklyn's favorite stop since 1950."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSixteen
|
||||
animationType="slide-up"
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
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: "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",
|
||||
},
|
||||
{ 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: "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" },
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "4.9",
|
||||
label: "Avg Rating",
|
||||
},
|
||||
{
|
||||
value: "98%",
|
||||
label: "Retention",
|
||||
},
|
||||
{
|
||||
value: "70yrs",
|
||||
label: "History",
|
||||
},
|
||||
{ value: "4.9", label: "Rated Gold" },
|
||||
{ value: "98%", label: "Community Trust" },
|
||||
{ value: "70yrs", label: "Brooklyn Heritage" },
|
||||
]}
|
||||
title="Customer Stories"
|
||||
description="What our local outdoor community has to say."
|
||||
title="Stories from the Field"
|
||||
description="Our customers share their golden moments."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -280,37 +137,22 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
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.",
|
||||
},
|
||||
{ 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: "2", title: "Where is Knutson's located?", content: "We are proudly rooted in Brooklyn, Michigan, where we have served our community for decades." },
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Need help finding gear or live bait?"
|
||||
faqsAnimation="slide-up"
|
||||
title="Need Assistance?"
|
||||
description="Ask us about our selection or store location."
|
||||
faqsAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
tag="Contact Us"
|
||||
title="Visit Us Today"
|
||||
description="Come see our massive inventory in Brooklyn, Michigan."
|
||||
title="Find Your Adventure in Brooklyn"
|
||||
description="Visit us in Michigan and upgrade your gear to our premium golden selection today."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -319,36 +161,8 @@ export default function LandingPage() {
|
||||
imageSrc="http://img.b2bpic.net/free-photo/fishing-rod-green-grass_23-2147894129.jpg"
|
||||
logoText="Knutson's"
|
||||
columns={[
|
||||
{
|
||||
title: "Categories",
|
||||
items: [
|
||||
{
|
||||
label: "Hunting",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Fishing",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Summer",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "About",
|
||||
items: [
|
||||
{
|
||||
label: "Our History",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Store Info",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Adventure", items: [{ label: "Hunting", href: "#" }, { label: "Fishing", href: "#" }] },
|
||||
{ title: "Locate Us", items: [{ label: "Brooklyn, MI", href: "#" }] },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user