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