13 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
5f02d01f02 Update src/app/page.tsx 2026-01-05 19:43:25 +00:00
bc57b7ca78 Update src/app/page.tsx 2026-01-05 19:41:32 +00:00
1d6c35f220 Update src/app/page.tsx 2026-01-05 19:39:25 +00:00
d73c526606 Update src/app/page.tsx 2026-01-05 19:05:08 +00:00
4ad22725b6 Update src/app/page.tsx 2026-01-05 19:03:17 +00:00
b1807dda34 Update src/app/page.tsx 2026-01-05 19:01:28 +00:00
53e2893ceb Update src/app/page.tsx 2026-01-05 18:45:04 +00:00
c3cf6bcfc9 Update src/app/page.tsx 2026-01-05 18:43:03 +00:00
ce6edd009f Update src/app/page.tsx 2026-01-05 17:03:09 +00:00
1ee325772a Update src/app/globals.css 2026-01-05 17:03:08 +00:00
789df9fdd4 Update src/app/page.tsx 2026-01-05 16:50:54 +00:00
2 changed files with 18 additions and 18 deletions

View File

@@ -4,13 +4,13 @@
/* Base units */
/* --vw is set by ThemeProvider */
--background: #f5f8ff;;
--card: #ebf0ff;;
--foreground: #292d40;;
--primary-cta: #90a8e8;;
--background: #ffffff;;
--card: #fcfcfc;;
--foreground: #000000e6;;
--primary-cta: #1a1a1a;;
--secondary-cta: #ffffff;;
--accent: #ccd5f5;;
--background-accent: #b8c4f0;;
--accent: #bebebe;;
--background-accent: #c4c4c4;;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);

View File

@@ -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>
@@ -231,7 +231,7 @@ export default function LandingPage() {
required: true
}}
useInvertedBackground="noInvert"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767628979237-t50ea8ic.jpg"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_32T51L3BHE8qqE8rXXWBwMZaYtk/uploaded-1767631838224-vwgg7si7.jpg"
imageAlt="Team collaboration and connection"
mediaPosition="right"
buttonText="Send Message"