Merge version_1 into main #1
@@ -1,4 +1,4 @@
|
|||||||
"use client"
|
"use client";
|
||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||||
@@ -20,7 +20,7 @@ export default function LandingPage() {
|
|||||||
borderRadius="sharp"
|
borderRadius="sharp"
|
||||||
contentWidth="medium"
|
contentWidth="medium"
|
||||||
sizing="largeSmall"
|
sizing="largeSmall"
|
||||||
background="aurora"
|
background="none"
|
||||||
cardStyle="elevated"
|
cardStyle="elevated"
|
||||||
primaryButtonStyle="gradient"
|
primaryButtonStyle="gradient"
|
||||||
secondaryButtonStyle="layered"
|
secondaryButtonStyle="layered"
|
||||||
@@ -45,7 +45,7 @@ export default function LandingPage() {
|
|||||||
<HeroLogoBillboardSplit
|
<HeroLogoBillboardSplit
|
||||||
logoText="GOLEODOR"
|
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."
|
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={[
|
buttons={[
|
||||||
{ text: "Join Our Team", href: "#contact" },
|
{ text: "Join Our Team", href: "#contact" },
|
||||||
{ text: "Learn More", href: "#about" }
|
{ text: "Learn More", href: "#about" }
|
||||||
|
|||||||
Reference in New Issue
Block a user