Update src/app/page.tsx

This commit is contained in:
2026-02-11 16:31:28 +00:00
parent d600da7dcf
commit d4fe63a90f

View File

@@ -1,4 +1,4 @@
"use client"
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
@@ -53,6 +53,7 @@ export default function LandingPage() {
imageSrc="https://img.b2bpic.net/free-photo/friends-party-with-delicious-pizza_23-2151309394.jpg"
imageAlt="Dima's proud coming out portrait"
frameStyle="card"
mediaAnimation="slide-up"
/>
</div>
@@ -66,6 +67,7 @@ export default function LandingPage() {
{ icon: Users, label: "Supportive People", value: "∞" },
{ icon: Zap, label: "Freedom Level", value: "100%" }
]}
metricsAnimation="fade-in"
/>
</div>