Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-10 09:58:04 +00:00

View File

@@ -8,7 +8,7 @@ import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import { Gamepad2, Zap, Coins, Heart, TrendingUp, Saves } from "lucide-react";
import { Gamepad2, Zap, Coins, Heart, TrendingUp, Save } from "lucide-react";
export default function LandingPage() {
return (
@@ -85,7 +85,7 @@ export default function LandingPage() {
title: "Progressive Level System", description: "Advance through increasingly challenging levels with escalating enemy difficulty and environmental complexity."
},
{
icon: Saves,
icon: Save,
title: "Save & Resume", description: "Save your progress at any time and resume your adventure exactly where you left off with full game state persistence."
}
]}