From 1eeb64928d927d4d616d778be3e016379428857b Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 23 May 2026 01:18:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 290 +++++++++-------------------------------------- 1 file changed, 52 insertions(+), 238 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 57a9e44..4a5e901 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,22 +32,10 @@ export default function LandingPage() {
@@ -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" />
@@ -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: "#" }] }, ]} /> -- 2.49.1