Update src/app/page.tsx
This commit is contained in:
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user