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() {
@@ -55,17 +43,10 @@ export default function LandingPage() {
@@ -74,204 +55,80 @@ 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: "#" }] },
]}
/>