Update src/app/page.tsx

This commit is contained in:
2026-01-05 19:39:25 +00:00
parent d73c526606
commit 1d6c35f220

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 SplitAbout from '@/components/sections/about/SplitAbout';
import TeamCardOne from '@/components/sections/team/TeamCardOne';
import FeatureCardFourteen from '@/components/sections/feature/FeatureCardFourteen';
import TestimonialCardEleven from '@/components/sections/testimonial/TestimonialCardEleven';
@@ -73,9 +73,11 @@ export default function LandingPage() {
</div>
<div id="about" data-section="about">
<ParallaxAbout
<SplitAbout
title="Our Roman Origins"
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-1767629988740-vacq090w.png"
imageAlt="PRVNE crew and Roman heritage"
/>
</div>