|
|
|
@@ -1,9 +1,9 @@
|
|
|
|
"use client"
|
|
|
|
"use client";
|
|
|
|
|
|
|
|
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
|
|
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
|
|
|
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
|
|
|
import HeroBillboardMetrics from '@/components/sections/hero/HeroBillboardMetrics';
|
|
|
|
import HeroBillboardMetrics from '@/components/sections/hero/HeroBillboardMetrics';
|
|
|
|
import ParallaxAbout from '@/components/sections/about/ParallaxAbout';
|
|
|
|
import SplitAboutMetric from '@/components/sections/about/SplitAboutMetric';
|
|
|
|
import TeamCardOne from '@/components/sections/team/TeamCardOne';
|
|
|
|
import TeamCardOne from '@/components/sections/team/TeamCardOne';
|
|
|
|
import FeatureCardFourteen from '@/components/sections/feature/FeatureCardFourteen';
|
|
|
|
import FeatureCardFourteen from '@/components/sections/feature/FeatureCardFourteen';
|
|
|
|
import TestimonialCardEleven from '@/components/sections/testimonial/TestimonialCardEleven';
|
|
|
|
import TestimonialCardEleven from '@/components/sections/testimonial/TestimonialCardEleven';
|
|
|
|
@@ -73,16 +73,16 @@ export default function LandingPage() {
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div id="about" data-section="about">
|
|
|
|
<div id="about" data-section="about">
|
|
|
|
<ParallaxAbout
|
|
|
|
<SplitAboutMetric
|
|
|
|
title="Convitto Vittorio Emanuele Secondo"
|
|
|
|
title="Our Roman Origin Story"
|
|
|
|
description="In the heart of Rome stands a centuries-old institution that has shaped countless lives. For us, it was more than an academy—it was where lifelong friendships began. From its historic halls to the eternal city's streets, PRVNE was born from shared experiences, late-night conversations, and dreams discussed beneath ancient Roman skies."
|
|
|
|
description={[
|
|
|
|
tag="Our Origin"
|
|
|
|
"In the heart of Rome stands a centuries-old institution that has shaped countless lives. For us, it was more than an academy—it was where lifelong friendships began. From its historic halls to the eternal city's streets, PRVNE was born from shared experiences, late-night conversations, and dreams discussed beneath ancient Roman skies."
|
|
|
|
tagIcon={Home}
|
|
|
|
|
|
|
|
buttons={[
|
|
|
|
|
|
|
|
{ text: "Our Story", href: "#members" }
|
|
|
|
|
|
|
|
]}
|
|
|
|
]}
|
|
|
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_32T51L3BHE8qqE8rXXWBwMZaYtk/uploaded-1767629791297-tf12etgs.webp"
|
|
|
|
metrics={[
|
|
|
|
imageAlt="Convitto Vittorio Emanuele Secondo in Rome"
|
|
|
|
{ label: "Years of Friendship", value: "Lifetime+" },
|
|
|
|
|
|
|
|
{ label: "Bonds Unbreakable", value: "Forever" }
|
|
|
|
|
|
|
|
]}
|
|
|
|
|
|
|
|
useInvertedBackground="noInvert"
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|