2 Commits

Author SHA1 Message Date
9c9ce84c58 Update src/app/page.tsx 2026-04-15 12:17:24 +00:00
abdb937fff Merge version_3 into main
Merge version_3 into main
2026-04-15 12:11:04 +00:00

View File

@@ -7,7 +7,7 @@ import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import TeamCardOne from '@/components/sections/team/TeamCardOne';
@@ -45,14 +45,14 @@ export default function LandingPage() {
</div>
<div id="hero" data-section="hero">
<HeroBillboardGallery
<HeroOverlayTestimonial
title="Cultivating Uzbekistan's Future Leaders"
description="Fergana Presidential School combines elite global curriculum with regional expertise to prepare the next generation of academic and professional visionaries."
background={{ variant: "plain" }}
mediaItems={[
{ imageSrc: "https://images.unsplash.com/photo-1541339907198-e08756dedf3f?q=80&w=2000&h=1000&auto=format&fit=crop", imageAlt: "Campus view" },
{ imageSrc: "https://images.unsplash.com/photo-1577896851231-705d89668d6e?q=80&w=2000&h=1000&auto=format&fit=crop", imageAlt: "Classroom" },
{ imageSrc: "https://images.unsplash.com/photo-1532094349884-543bc11b234d?q=80&w=2000&h=1000&auto=format&fit=crop", imageAlt: "Science lab" }
imageSrc="https://images.unsplash.com/photo-1541339907198-e08756dedf3f?q=80&w=2000&h=1000&auto=format&fit=crop"
showBlur={true}
testimonials={[
{ name: "Jasur M.", handle: "Alumni '23", testimonial: "The preparation I received for top-tier international universities was unmatched.", rating: 5 },
{ name: "Nigora A.", handle: "Parent", testimonial: "FPS is more than a school; it's a launchpad for future successes.", rating: 5 }
]}
/>
</div>
@@ -167,4 +167,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}