Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-02-06 11:14:25 +00:00

View File

@@ -1,4 +1,4 @@
"use client"
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
@@ -20,7 +20,7 @@ export default function LandingPage() {
borderRadius="sharp"
contentWidth="medium"
sizing="largeSmall"
background="aurora"
background="none"
cardStyle="elevated"
primaryButtonStyle="gradient"
secondaryButtonStyle="layered"
@@ -45,7 +45,7 @@ export default function LandingPage() {
<HeroLogoBillboardSplit
logoText="GOLEODOR"
description="Unleashing young talent on the football pitch. Goleodor is a premier youth football team dedicated to developing skilled athletes, fostering teamwork, and building champions both on and off the field."
background={{ variant: "aurora" }}
background={{ variant: "plain" }}
buttons={[
{ text: "Join Our Team", href: "#contact" },
{ text: "Learn More", href: "#about" }