|
|
|
|
@@ -1,9 +1,9 @@
|
|
|
|
|
"use client"
|
|
|
|
|
"use client";
|
|
|
|
|
|
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
|
|
|
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
|
|
|
|
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 FeatureCardFourteen from '@/components/sections/feature/FeatureCardFourteen';
|
|
|
|
|
import TestimonialCardEleven from '@/components/sections/testimonial/TestimonialCardEleven';
|
|
|
|
|
@@ -73,16 +73,16 @@ export default function LandingPage() {
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="about" data-section="about">
|
|
|
|
|
<ParallaxAbout
|
|
|
|
|
title="Convitto Vittorio Emanuele Secondo"
|
|
|
|
|
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."
|
|
|
|
|
tag="Our Origin"
|
|
|
|
|
tagIcon={Home}
|
|
|
|
|
buttons={[
|
|
|
|
|
{ text: "Our Story", href: "#members" }
|
|
|
|
|
<SplitAboutMetric
|
|
|
|
|
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."
|
|
|
|
|
]}
|
|
|
|
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_32T51L3BHE8qqE8rXXWBwMZaYtk/uploaded-1767629791297-tf12etgs.webp"
|
|
|
|
|
imageAlt="Convitto Vittorio Emanuele Secondo in Rome"
|
|
|
|
|
metrics={[
|
|
|
|
|
{ label: "Years of Friendship", value: "Lifetime+" },
|
|
|
|
|
{ label: "Bonds Unbreakable", value: "Forever" }
|
|
|
|
|
]}
|
|
|
|
|
useInvertedBackground="noInvert"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|