Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 60035d9483 | |||
| 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 FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||||
import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen';
|
import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen';
|
||||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
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 NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||||
import TeamCardOne from '@/components/sections/team/TeamCardOne';
|
import TeamCardOne from '@/components/sections/team/TeamCardOne';
|
||||||
@@ -45,21 +45,15 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroBillboardDashboard
|
<HeroOverlayTestimonial
|
||||||
title="Cultivating Uzbekistan's Future Leaders"
|
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."
|
description="Fergana Presidential School combines elite global curriculum with regional expertise to prepare the next generation of academic and professional visionaries."
|
||||||
background={{ variant: "plain" }}
|
imageSrc="https://images.unsplash.com/photo-1541339907198-e08756dedf3f?q=80&w=2000&h=1000&auto=format&fit=crop"
|
||||||
dashboard={{
|
showBlur={true}
|
||||||
title: "FPS Insights", stats: [
|
testimonials={[
|
||||||
{ title: "Alumni Success", values: [95, 100, 98], description: "Top university placements" },
|
{ name: "Jasur M.", handle: "Alumni '23", testimonial: "The preparation I received for top-tier international universities was unmatched.", rating: 5 },
|
||||||
{ title: "Faculty PhDs", values: [80, 85, 90], description: "Expert academic staff" },
|
{ name: "Nigora A.", handle: "Parent", testimonial: "FPS is more than a school; it's a launchpad for future successes.", rating: 5 }
|
||||||
{ 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: []
|
|
||||||
}}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -173,4 +167,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user