Merge version_2 into main #5

Merged
bender merged 1 commits from version_2 into main 2026-03-05 16:42:43 +00:00

View File

@@ -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"