Update src/app/page.tsx

This commit is contained in:
2025-12-25 01:16:40 +00:00
parent 76d0f1dd3c
commit 63b0bceee1

View File

@@ -2,7 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; import HeroLogo from '@/components/sections/hero/HeroLogo';
import ParallaxAbout from '@/components/sections/about/ParallaxAbout'; import ParallaxAbout from '@/components/sections/about/ParallaxAbout';
import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
import ProductCardSix from '@/components/sections/product/ProductCardSix'; import ProductCardSix from '@/components/sections/product/ProductCardSix';
@@ -14,16 +14,16 @@ import { Goal, Trophy, Users, Award } from "lucide-react";
export default function LandingPage() { export default function LandingPage() {
return ( return (
<ThemeProvider <ThemeProvider
defaultButtonVariant="directional-hover" defaultButtonVariant="text-stagger"
defaultTextAnimation="background-highlight" defaultTextAnimation="entrance-slide"
borderRadius="sharp" borderRadius="rounded"
contentWidth="large" contentWidth="medium"
sizing="mediumSizeExtraLargeSpacing" sizing="medium"
background="grid" background="circleGradient"
cardStyle="floating" cardStyle="glass-elevated"
primaryButtonStyle="flat" primaryButtonStyle="gradient"
secondaryButtonStyle="radial-glow" secondaryButtonStyle="glass"
headingFontWeight="light" headingFontWeight="normal"
> >
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarStyleApple <NavbarStyleApple
@@ -38,7 +38,7 @@ export default function LandingPage() {
</div> </div>
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroBillboardScroll <HeroLogo
title="Gabriele Ghione" title="Gabriele Ghione"
description="Professional soccer player and dedicated student balancing athletic excellence with academic achievement" description="Professional soccer player and dedicated student balancing athletic excellence with academic achievement"
buttons={[ buttons={[