Update src/app/page.tsx

This commit is contained in:
2026-01-05 18:43:03 +00:00
parent ce6edd009f
commit c3cf6bcfc9

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 AboutPhoneTimeline from '@/components/sections/about/AboutPhoneTimeline';
import TeamCardOne from '@/components/sections/team/TeamCardOne';
import FeatureCardFourteen from '@/components/sections/feature/FeatureCardFourteen';
import TestimonialCardEleven from '@/components/sections/testimonial/TestimonialCardEleven';
@@ -73,7 +73,7 @@ export default function LandingPage() {
</div>
<div id="about" data-section="about">
<ParallaxAbout
<AboutPhoneTimeline
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"
@@ -81,8 +81,8 @@ export default function LandingPage() {
buttons={[
{ text: "Our Story", href: "#members" }
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_32T51L3BHE8qqE8rXXWBwMZaYtk/uploaded-1767629791297-tf12etgs.webp"
imageAlt="Convitto Vittorio Emanuele Secondo in Rome"
textboxLayout="default"
useInvertedBackground="noInvert"
/>
</div>