Merge version_3 into main #5
@@ -11,7 +11,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating
|
||||
import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
||||
import { LayoutGrid, Rocket, BarChart3, GraduationCap, Users, BookOpen, BrainCircuit, Activity, LineChart, Target, Zap } from "lucide-react";
|
||||
import { Rocket, BarChart3, GraduationCap, Users, BrainCircuit, LineChart, Target, Zap, BookOpen } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -39,7 +39,6 @@ export default function LandingPage() {
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Rehbar"
|
||||
button={{ text: "Get Started", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -58,6 +57,7 @@ export default function LandingPage() {
|
||||
description="Choose the path that fits your timeline and career goals."
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{ id: "p1", badge: "Flexible", price: "Custom", subtitle: "3-Day Intensive Bootcamps", features: ["Skill Mastery", "Direct Mentorship", "Certificate of Completion"], buttons: [{ text: "Apply Now", href: "#register" }] },
|
||||
{ id: "p2", badge: "Recommended", price: "Custom", subtitle: "7-Day Comprehensive Track", features: ["Full Curriculum", "Project Submission", "Industry Networking", "Career Guidance"], buttons: [{ text: "Apply Now", href: "#register" }] }
|
||||
@@ -75,11 +75,7 @@ export default function LandingPage() {
|
||||
{ title: "Computer Science", description: "Modern software engineering", buttonIcon: BrainCircuit },
|
||||
{ title: "Artificial Intelligence", description: "Future-tech focus", buttonIcon: Zap },
|
||||
{ title: "Business Administration", description: "Strategic management", buttonIcon: Target },
|
||||
{ title: "Data Science", description: "Big data analytics", buttonIcon: Activity },
|
||||
{ title: "Finance", description: "Global market systems", buttonIcon: LineChart },
|
||||
{ title: "Medical Sciences", description: "Healthcare advancement", buttonIcon: Users },
|
||||
{ title: "Engineering", description: "Core technical innovation", buttonIcon: GraduationCap },
|
||||
{ title: "Marketing", description: "Strategic communication", buttonIcon: BookOpen }
|
||||
{ title: "Data Science", description: "Big data analytics", buttonIcon: LineChart }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -93,7 +89,7 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{ title: "1. Application", description: "Submit your interest online.", buttonIcon: Target },
|
||||
{ title: "2. Screening", description: "Profile review by experts.", buttonIcon: Users },
|
||||
{ title: "3. Learning", description: "Immersive academic sessions.", buttonIcon: BookOpen },
|
||||
{ title: "3. Learning", description: "Immersive academic sessions", buttonIcon: BookOpen },
|
||||
{ title: "4. Graduation", description: "Launch your professional journey.", buttonIcon: GraduationCap }
|
||||
]}
|
||||
/>
|
||||
@@ -132,6 +128,7 @@ export default function LandingPage() {
|
||||
ratingAnimation="blur-reveal"
|
||||
avatarsAnimation="slide-up"
|
||||
avatars={[]}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -153,6 +150,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
bottomLeftText="© 2025 Rehbar Education"
|
||||
bottomRightText="Empowering Futures"
|
||||
logoText="Rehbar"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user