Merge version_3 into main #8

Merged
bender merged 1 commits from version_3 into main 2026-03-05 16:48:51 +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, Zap, Trees, Deer, Wolf, Bird, Rabbit, Bear } from 'lucide-react';
import { Axe, Flame, Fish, Hammer, Leaf, Gamepad2, Users, Zap, Trees, Bird, Rabbit } from 'lucide-react';
export default function LandingPage() {
return (
@@ -163,12 +163,12 @@ export default function LandingPage() {
<AboutMetric
title="Complete 1600s Ecosystem: Diverse Wildlife and Animals from the Historical Era"
metrics={[
{ icon: Deer, label: "Deer Herds", value: "Huntable" },
{ icon: Bear, label: "Bears", value: "Dangerous" },
{ icon: Wolf, label: "Wolves", value: "Predators" },
{ icon: Fish, label: "Deer Herds", value: "Huntable" },
{ icon: Flame, label: "Bears", value: "Dangerous" },
{ icon: Zap, label: "Wolves", value: "Predators" },
{ icon: Bird, label: "Game Birds", value: "Fowl" },
{ icon: Rabbit, label: "Small Game", value: "Abundant" },
{ icon: Fish, label: "Fish Species", value: "100+" },
{ icon: Trees, label: "Fish Species", value: "100+" },
]}
metricsAnimation="slide-up"
useInvertedBackground={false}