Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 67822a6367 | |||
| 7e0cf60944 | |||
| 66f3635aca | |||
| 873019b060 | |||
| eb592d8518 | |||
| 63b0bceee1 | |||
| df6a238b18 | |||
| 76d0f1dd3c |
@@ -1,4 +1,4 @@
|
|||||||
"use client"
|
"use client";
|
||||||
|
|
||||||
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';
|
||||||
@@ -9,21 +9,21 @@ import ProductCardSix from '@/components/sections/product/ProductCardSix';
|
|||||||
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
||||||
import ContactInline from '@/components/sections/contact/ContactInline';
|
import ContactInline from '@/components/sections/contact/ContactInline';
|
||||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||||
import { Goal, Trophy, Users, Award, Quote, Package } from "lucide-react";
|
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
|
||||||
@@ -39,15 +39,8 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroLogo
|
<HeroLogo
|
||||||
logoText="Gabriele Ghione"
|
|
||||||
description="Professional soccer player and dedicated student balancing athletic excellence with academic achievement"
|
|
||||||
buttons={[
|
|
||||||
{ text: "View Achievements", href: "achievements" },
|
|
||||||
{ text: "Get In Touch", href: "contact" }
|
|
||||||
]}
|
|
||||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766343318478-c9cpv6qm.jpg"
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766343318478-c9cpv6qm.jpg"
|
||||||
imageAlt="Gabriele Ghione soccer player"
|
imageAlt="Gabriele Ghione soccer player"
|
||||||
showDimOverlay={true}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -78,7 +71,6 @@ export default function LandingPage() {
|
|||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
containerStyle="default"
|
containerStyle="default"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground="noInvert"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -91,6 +83,7 @@ export default function LandingPage() {
|
|||||||
id: "1",
|
id: "1",
|
||||||
name: "Championship Match",
|
name: "Championship Match",
|
||||||
price: "2024",
|
price: "2024",
|
||||||
|
variant: "",
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766349631035-it0ynrs9.jpg",
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766349631035-it0ynrs9.jpg",
|
||||||
imageAlt: "Championship soccer match"
|
imageAlt: "Championship soccer match"
|
||||||
},
|
},
|
||||||
@@ -98,6 +91,7 @@ export default function LandingPage() {
|
|||||||
id: "2",
|
id: "2",
|
||||||
name: "League Tournament",
|
name: "League Tournament",
|
||||||
price: "2023",
|
price: "2023",
|
||||||
|
variant: "",
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766349631961-mmmp9m3t.jpg",
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766349631961-mmmp9m3t.jpg",
|
||||||
imageAlt: "League tournament action"
|
imageAlt: "League tournament action"
|
||||||
},
|
},
|
||||||
@@ -105,6 +99,7 @@ export default function LandingPage() {
|
|||||||
id: "3",
|
id: "3",
|
||||||
name: "Team Victory",
|
name: "Team Victory",
|
||||||
price: "2024",
|
price: "2024",
|
||||||
|
variant: "",
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766349632833-fq6pft5y.jpg",
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766349632833-fq6pft5y.jpg",
|
||||||
imageAlt: "Team celebration after victory"
|
imageAlt: "Team celebration after victory"
|
||||||
}
|
}
|
||||||
@@ -113,7 +108,6 @@ export default function LandingPage() {
|
|||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
containerStyle="default"
|
containerStyle="default"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground="noInvert"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -154,7 +148,6 @@ export default function LandingPage() {
|
|||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
containerStyle="default"
|
containerStyle="default"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground="noInvert"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -164,7 +157,6 @@ export default function LandingPage() {
|
|||||||
inputPlaceholder="Enter your email"
|
inputPlaceholder="Enter your email"
|
||||||
buttonText="Subscribe"
|
buttonText="Subscribe"
|
||||||
animationType="background-highlight"
|
animationType="background-highlight"
|
||||||
useInvertedBackground="noInvert"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user