Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9c9ce84c58 | |||
| abdb937fff | |||
| d1be1f44d9 | |||
| 8734b62bfb | |||
| 15bdf393db | |||
| 37494bf5c7 |
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user