From f8af53146dc91bcd873a49a9ef6268e4ea498c92 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 16:42:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0aba767..95f9ab1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,7 @@ import AboutMetric from '@/components/sections/about/AboutMetric'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import FooterBase from '@/components/sections/footer/FooterBase'; -import { Axe, Flame, Fish, Hammer, Leaf, Gamepad2, Users, Boat, Window, Door, Rope, Rifle, Zap } from 'lucide-react'; +import { Axe, Flame, Fish, Hammer, Leaf, Gamepad2, Users, Zap } from 'lucide-react'; export default function LandingPage() { return ( @@ -147,8 +147,8 @@ export default function LandingPage() { { icon: Axe, label: "Tree Chopping", value: "Unlimited" }, { icon: Flame, label: "Campfires", value: "Build Daily" }, { icon: Fish, label: "Fishing Spots", value: "100+" }, - { icon: Rifle, label: "Shotguns & Weapons", value: "Multiple" }, - { icon: Boat, label: "Boats & Sailing", value: "Available" }, + { icon: Hammer, label: "Shotguns & Weapons", value: "Multiple" }, + { icon: Leaf, label: "Boats & Sailing", value: "Available" }, { icon: Zap, label: "Survival Features", value: "Comprehensive" }, ]} metricsAnimation="slide-up" -- 2.49.1