2 Commits

Author SHA1 Message Date
ee426f73d4 Update src/app/page.tsx 2026-01-05 20:05:15 +00:00
f472d7bdb5 Update src/app/page.tsx 2026-01-05 20:02:06 +00:00

View File

@@ -3,7 +3,7 @@
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,9 +73,16 @@ export default function LandingPage() {
</div>
<div id="about" data-section="about">
<ParallaxAbout
<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."
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."
]}
metrics={[
{ label: "Years of Friendship", value: "Lifetime+" },
{ label: "Bonds Unbreakable", value: "Forever" }
]}
useInvertedBackground="noInvert"
/>
</div>