Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 014804a47f | |||
| 29ba09ed1a | |||
| 1ee92b5b21 | |||
| 0966755b9d | |||
| fc5b59562d | |||
| 8692c5b6ed | |||
| cbf9ef1f1d | |||
| 1882ae9da3 | |||
| a0a29f9e43 |
158
src/app/page.tsx
158
src/app/page.tsx
@@ -3,14 +3,15 @@
|
|||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import ReactLenis from "lenis/react";
|
import ReactLenis from "lenis/react";
|
||||||
import ContactText from '@/components/sections/contact/ContactText';
|
import ContactText from '@/components/sections/contact/ContactText';
|
||||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
|
||||||
import FeatureCardOne from '@/components/sections/feature/FeatureCardOne';
|
|
||||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||||
import HeroLogo from '@/components/sections/hero/HeroLogo';
|
import HeroLogo from '@/components/sections/hero/HeroLogo';
|
||||||
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
||||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||||
|
import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo';
|
||||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||||
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
||||||
|
import { Rocket, BarChart3, GraduationCap, Users, BrainCircuit, LineChart, Target, Zap, BookOpen } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -31,106 +32,104 @@ export default function LandingPage() {
|
|||||||
<NavbarLayoutFloatingInline
|
<NavbarLayoutFloatingInline
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Home", id: "hero" },
|
{ name: "Home", id: "hero" },
|
||||||
{ name: "About", id: "about" },
|
{ name: "Programs", id: "programs" },
|
||||||
{ name: "Features", id: "features" },
|
{ name: "How It Works", id: "process" },
|
||||||
|
{ name: "Impact", id: "impact" },
|
||||||
|
{ name: "Register", id: "register" },
|
||||||
{ name: "Contact", id: "contact" },
|
{ name: "Contact", id: "contact" },
|
||||||
]}
|
]}
|
||||||
brandName="Rehbar"
|
brandName="Rehbar"
|
||||||
button={{ text: "Get Started", href: "#contact" }}
|
button={{ text: "Get Started", href: "#register" }}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroLogo
|
<HeroLogo
|
||||||
logoText="Rehbar"
|
logoText="Rehbar"
|
||||||
description="Your trusted partner in strategic guidance and growth. We help businesses navigate complexity with clear, actionable solutions."
|
description="Empowering the next generation of leaders through specialized education, mentorship, and global opportunities."
|
||||||
buttons={[
|
buttons={[{ text: "Explore Programs", href: "#programs" }]}
|
||||||
{ text: "Get Started", href: "#contact" },
|
imageSrc="http://img.b2bpic.net/free-photo/liquid-marbling-paint-texture-background-fluid-painting-abstract-texture-intensive-color-mix-wallpaper_1258-88558.jpg?_wi=1"
|
||||||
]}
|
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/liquid-marbling-paint-texture-background-fluid-painting-abstract-texture-intensive-color-mix-wallpaper_1258-88558.jpg"
|
|
||||||
imageAlt="minimal emerald abstract background"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="about" data-section="about">
|
<div id="programs" data-section="programs">
|
||||||
<MetricSplitMediaAbout
|
<PricingCardTwo
|
||||||
useInvertedBackground={false}
|
title="Educational Programs"
|
||||||
title="Guiding Excellence"
|
description="Choose the path that fits your timeline and career goals."
|
||||||
description="Rehbar provides expert consultation to help your business reach its full potential. We bridge the gap between vision and execution."
|
animationType="blur-reveal"
|
||||||
metrics={[
|
textboxLayout="split"
|
||||||
{ value: "10+", title: "Years Experience" },
|
useInvertedBackground={false}
|
||||||
{ value: "500+", title: "Clients Served" },
|
plans={[
|
||||||
{ value: "98%", title: "Success Rate" },
|
{ 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" }] }
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-colleagues-working-together_23-2149337239.jpg"
|
]}
|
||||||
mediaAnimation="slide-up"
|
/>
|
||||||
imageAlt="professional office meeting"
|
|
||||||
metricsAnimation="slide-up"
|
|
||||||
/>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="features" data-section="features">
|
<div id="degrees" data-section="degrees">
|
||||||
<FeatureCardOne
|
<FeatureCardTwentySix
|
||||||
animationType="slide-up"
|
title="Available Degrees"
|
||||||
textboxLayout="split"
|
description="Academic excellence across diverse disciplines."
|
||||||
gridVariant="three-columns-all-equal-width"
|
textboxLayout="inline-image"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{
|
{ title: "Computer Science", description: "Modern software engineering", buttonIcon: BrainCircuit },
|
||||||
title: "Strategic Planning", description: "Holistic roadmaps designed to guide your business growth.", imageSrc: "http://img.b2bpic.net/free-photo/pie-chart-presentation-infographic-business-marketing-financial-analysis-concept-background-3d-illustration_56104-1696.jpg", imageAlt: "abstract business growth icon"},
|
{ title: "Artificial Intelligence", description: "Future-tech focus", buttonIcon: Zap },
|
||||||
{
|
{ title: "Business Administration", description: "Strategic management", buttonIcon: Target },
|
||||||
title: "Data Insights", description: "Actionable data analysis to drive your decision making.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-business-activity-company_1098-1585.jpg", imageAlt: "business data analytics chart"},
|
{ title: "Data Science", description: "Big data analytics", buttonIcon: LineChart }
|
||||||
{
|
|
||||||
title: "Secure Guidance", description: "Robust, trusted solutions tailored to your unique challenges.", imageSrc: "http://img.b2bpic.net/free-photo/cloud-uploading-icon-technology-graphic_53876-14666.jpg", imageAlt: "digital data protection icon"},
|
|
||||||
]}
|
]}
|
||||||
title="Why Choose Rehbar"
|
|
||||||
description="Our approach is built on trust, clarity, and measurable success."
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="social-proof" data-section="social-proof">
|
<div id="process" data-section="process">
|
||||||
|
<FeatureCardTwentySix
|
||||||
|
title="How It Works"
|
||||||
|
description="From application to industry readiness in four simple steps."
|
||||||
|
textboxLayout="inline-image"
|
||||||
|
useInvertedBackground={true}
|
||||||
|
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: "4. Graduation", description: "Launch your professional journey.", buttonIcon: GraduationCap }
|
||||||
|
]}
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="impact" data-section="impact">
|
||||||
|
<MetricCardThree
|
||||||
|
title="Our Impact"
|
||||||
|
description="Turning talent into industry leadership."
|
||||||
|
textboxLayout="split"
|
||||||
|
animationType="blur-reveal"
|
||||||
|
useInvertedBackground={false}
|
||||||
|
metrics={[
|
||||||
|
{ id: "m1", icon: BarChart3, title: "Success Rate", value: "95%" },
|
||||||
|
{ id: "m2", icon: Rocket, title: "Programs", value: "50+" },
|
||||||
|
{ id: "m3", icon: Users, title: "Alumni", value: "5k+" }
|
||||||
|
]}
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="register" data-section="register">
|
||||||
<SocialProofOne
|
<SocialProofOne
|
||||||
|
title="Scan to Register"
|
||||||
|
description="Unlock your potential. Scan the QR code to begin your application process today."
|
||||||
|
names={["Registration Portal", "Official Application Link"]}
|
||||||
textboxLayout="split"
|
textboxLayout="split"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={true}
|
||||||
names={["InnovateTech", "GrowthPartners", "GlobalSolutions", "FutureFoundry", "ApexConsulting"]}
|
|
||||||
title="Trusted By Industry Leaders"
|
|
||||||
description="We partner with organizations committed to sustainable growth."
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="testimonials" data-section="testimonials">
|
<div id="testimonials" data-section="testimonials">
|
||||||
<TestimonialCardFifteen
|
<TestimonialCardFifteen
|
||||||
useInvertedBackground={false}
|
testimonial="The Rehbar program was life-changing. I gained not just academic knowledge, but the confidence to lead in my field."
|
||||||
testimonial="Rehbar transformed our entire operation. Their strategic guidance was instrumental in our latest growth phase."
|
|
||||||
rating={5}
|
rating={5}
|
||||||
author="Sarah Johnson, CEO of InnovateTech"
|
author="Ahmad Raza, Data Scientist"
|
||||||
avatars={[
|
|
||||||
{ src: "http://img.b2bpic.net/free-photo/lady-eyeglasses-sits-street-cafe-chats-tablet-happy-woman-gray-suit-takes-rest-restaurant-reads-news_197531-29850.jpg", alt: "professional business man portrait" },
|
|
||||||
{ src: "http://img.b2bpic.net/free-photo/portrait-confident-businesswoman-suit-cross-arms-chest-looking-like-real-professional-smili_1258-122403.jpg", alt: "professional business woman portrait" },
|
|
||||||
{ src: "http://img.b2bpic.net/free-photo/positive-confident-businessman-posing-outside_74855-1183.jpg", alt: "professional leader portrait" },
|
|
||||||
{ src: "http://img.b2bpic.net/free-photo/middle-eastern-businessman-does-daily-tasks-corporate-job_482257-116713.jpg", alt: "ambitious young professional portrait" },
|
|
||||||
{ src: "http://img.b2bpic.net/free-photo/elderly-business-woman-office-isolated_1303-21366.jpg", alt: "professional creative portrait" },
|
|
||||||
]}
|
|
||||||
ratingAnimation="blur-reveal"
|
ratingAnimation="blur-reveal"
|
||||||
avatarsAnimation="slide-up"
|
avatarsAnimation="slide-up"
|
||||||
/>
|
avatars={[]}
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="faq" data-section="faq">
|
|
||||||
<FaqSplitMedia
|
|
||||||
textboxLayout="split"
|
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
faqs={[
|
|
||||||
{ id: "q1", title: "How do we start?", content: "Simply reach out via our contact form and we'll schedule a discovery call." },
|
|
||||||
{ id: "q2", title: "Do you serve startups?", content: "Yes, we work with both established firms and growing startups." },
|
|
||||||
{ id: "q3", title: "How long is a engagement?", content: "Engagements are customized to your specific needs." },
|
|
||||||
]}
|
|
||||||
title="Common Questions"
|
|
||||||
description="Everything you need to know about starting your journey with Rehbar."
|
|
||||||
faqsAnimation="blur-reveal"
|
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/multiethnic-group-coworkers-analyzing-information-charts-using-paperwork-online-research-digital-tablet-people-planning-business-report-with-data-analysis-ideas_482257-48651.jpg"
|
|
||||||
imageAlt="Multiethnic group of coworkers analyzing information on charts"
|
|
||||||
mediaAnimation="blur-reveal"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -138,21 +137,20 @@ export default function LandingPage() {
|
|||||||
<ContactText
|
<ContactText
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{ variant: "sparkles-gradient" }}
|
background={{ variant: "sparkles-gradient" }}
|
||||||
text="Ready to get started? Let’s build something extraordinary together."
|
text="Join the global community. Contact us for any inquiries regarding programs or partnerships."
|
||||||
buttons={[
|
buttons={[{ text: "Contact Us", href: "mailto:admissions@rehbar.edu" }]}
|
||||||
{ text: "Contact Us", href: "mailto:hello@rehbar.com" },
|
|
||||||
]}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterSimple
|
<FooterSimple
|
||||||
columns={[
|
columns={[
|
||||||
{ title: "Rehbar", items: [{ label: "About", href: "#about" }, { label: "Features", href: "#features" }] },
|
{ title: "Programs", items: [{ label: "3-Day Plan" }, { label: "7-Day Plan" }] },
|
||||||
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms", href: "#" }] },
|
{ title: "Degrees", items: [{ label: "CS & AI" }, { label: "Business & Finance" }] },
|
||||||
|
{ title: "Support", items: [{ label: "Admissions" }, { label: "FAQ" }] }
|
||||||
]}
|
]}
|
||||||
bottomLeftText="© 2024 Rehbar Inc."
|
bottomLeftText="© 2025 Rehbar Education"
|
||||||
bottomRightText="All rights reserved."
|
bottomRightText="Empowering Futures"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
|
|||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #ffffff;
|
--background: #fbfaff;
|
||||||
--card: #f9f9f9;
|
--card: #f7f5ff;
|
||||||
--foreground: #000f06e6;
|
--foreground: #0f0022;
|
||||||
--primary-cta: #0a7039;
|
--primary-cta: #8b5cf6;
|
||||||
--primary-cta-text: #ffffff;
|
--primary-cta-text: #ffffff;
|
||||||
--secondary-cta: #f9f9f9;
|
--secondary-cta: #ffffff;
|
||||||
--secondary-cta-text: #000f06e6;
|
--secondary-cta-text: #000f06e6;
|
||||||
--accent: #e2e2e2;
|
--accent: #d8cef5;
|
||||||
--background-accent: #c4c4c4;
|
--background-accent: #c4a8f9;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
|
|||||||
Reference in New Issue
Block a user