7 Commits

Author SHA1 Message Date
60035d9483 Merge version_4 into main
Merge version_4 into main
2026-04-15 12:17:30 +00:00
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
d1be1f44d9 Update src/app/page.tsx 2026-04-15 12:11:01 +00:00
8734b62bfb Merge version_2 into main
Merge version_2 into main
2026-04-15 12:08:25 +00:00
15bdf393db Merge version_2 into main
Merge version_2 into main
2026-04-15 12:07:47 +00:00
37494bf5c7 Merge version_2 into main
Merge version_2 into main
2026-04-15 12:07:14 +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 HeroBillboardDashboard from '@/components/sections/hero/HeroBillboardDashboard';
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,21 +45,15 @@ export default function LandingPage() {
</div>
<div id="hero" data-section="hero">
<HeroBillboardDashboard
<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" }}
dashboard={{
title: "FPS Insights", stats: [
{ title: "Alumni Success", values: [95, 100, 98], description: "Top university placements" },
{ title: "Faculty PhDs", values: [80, 85, 90], description: "Expert academic staff" },
{ title: "Global Competitions", values: [150, 200, 250], description: "Awards achieved yearly" }
],
logoIcon: Building2,
sidebarItems: [{ icon: GraduationCap, active: true }, { icon: Users }, { icon: FileText }],
imageSrc: "https://images.unsplash.com/photo-1541339907198-e08756dedf3f?q=80&w=2000&h=1000&auto=format&fit=crop", buttons: [],
listItems: []
}}
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>
@@ -173,4 +167,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}