Compare commits
14 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c17308e495 | |||
| 3ff4a974fe | |||
| 6c77014f19 | |||
| 014804a47f | |||
| cf112832de | |||
| 29ba09ed1a | |||
| acd4ba3d40 | |||
| 1ee92b5b21 | |||
| 0966755b9d | |||
| fc5b59562d | |||
| 8692c5b6ed | |||
| cbf9ef1f1d | |||
| 1882ae9da3 | |||
| a0a29f9e43 |
167
src/app/page.tsx
167
src/app/page.tsx
@@ -3,14 +3,15 @@
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||
import FeatureCardOne from '@/components/sections/feature/FeatureCardOne';
|
||||
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
|
||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
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 PricingCardTwo from '@/components/sections/pricing/PricingCardTwo';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
||||
import { Rocket, BarChart3, GraduationCap, Users, BrainCircuit, LineChart, Target, Zap, BookOpen } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -31,106 +32,107 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Features", id: "features" },
|
||||
{ name: "Programs", id: "programs" },
|
||||
{ name: "How It Works", id: "process" },
|
||||
{ name: "Impact", id: "impact" },
|
||||
{ name: "Register", id: "register" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Rehbar"
|
||||
button={{ text: "Get Started", href: "#contact" }}
|
||||
button={{ text: "Get Started", href: "#register" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogo
|
||||
logoText="Rehbar"
|
||||
description="Your trusted partner in strategic guidance and growth. We help businesses navigate complexity with clear, actionable solutions."
|
||||
buttons={[
|
||||
{ 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"
|
||||
imageAlt="minimal emerald abstract background"
|
||||
description="Empowering the next generation of leaders through specialized education, mentorship, and global opportunities."
|
||||
buttons={[{ text: "Explore Programs", href: "#programs" }]}
|
||||
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"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<MetricSplitMediaAbout
|
||||
useInvertedBackground={false}
|
||||
title="Guiding Excellence"
|
||||
description="Rehbar provides expert consultation to help your business reach its full potential. We bridge the gap between vision and execution."
|
||||
metrics={[
|
||||
{ value: "10+", title: "Years Experience" },
|
||||
{ value: "500+", title: "Clients Served" },
|
||||
{ value: "98%", title: "Success Rate" },
|
||||
]}
|
||||
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 id="programs" data-section="programs">
|
||||
<PricingCardTwo
|
||||
title="Educational Programs"
|
||||
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" }] }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
<div id="degrees" data-section="degrees">
|
||||
<FeatureCardTwentySix
|
||||
title="Available Degrees"
|
||||
description="Academic excellence across diverse disciplines."
|
||||
textboxLayout="inline-image"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
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: "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: "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: "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: LineChart }
|
||||
]}
|
||||
title="Why Choose Rehbar"
|
||||
description="Our approach is built on trust, clarity, and measurable success."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="social-proof" data-section="social-proof">
|
||||
<SocialProofOne
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
names={["InnovateTech", "GrowthPartners", "GlobalSolutions", "FutureFoundry", "ApexConsulting"]}
|
||||
title="Trusted By Industry Leaders"
|
||||
description="We partner with organizations committed to sustainable growth."
|
||||
<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
|
||||
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"
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
<div className="flex justify-center p-8">
|
||||
<img src="https://api.qrserver.com/v1/create-qr-code/?size=200x200&data=https://rehbar.edu/apply" alt="Registration QR Code" className="w-48 h-48" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardFifteen
|
||||
useInvertedBackground={false}
|
||||
testimonial="Rehbar transformed our entire operation. Their strategic guidance was instrumental in our latest growth phase."
|
||||
testimonial="The Rehbar program was life-changing. I gained not just academic knowledge, but the confidence to lead in my field."
|
||||
rating={5}
|
||||
author="Sarah Johnson, CEO of InnovateTech"
|
||||
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" },
|
||||
]}
|
||||
author="Ahmad Raza, Data Scientist"
|
||||
ratingAnimation="blur-reveal"
|
||||
avatarsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitMedia
|
||||
textboxLayout="split"
|
||||
avatars={[]}
|
||||
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>
|
||||
|
||||
@@ -138,24 +140,23 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
text="Ready to get started? Let’s build something extraordinary together."
|
||||
buttons={[
|
||||
{ text: "Contact Us", href: "mailto:hello@rehbar.com" },
|
||||
]}
|
||||
text="Join the global community. Contact us for any inquiries regarding programs or partnerships."
|
||||
buttons={[{ text: "Contact Us", href: "mailto:admissions@rehbar.edu" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{ title: "Rehbar", items: [{ label: "About", href: "#about" }, { label: "Features", href: "#features" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms", href: "#" }] },
|
||||
{ title: "Programs", items: [{ label: "3-Day Plan" }, { label: "7-Day Plan" }] },
|
||||
{ title: "Degrees", items: [{ label: "CS & AI" }, { label: "Business & Finance" }] },
|
||||
{ title: "Support", items: [{ label: "Admissions" }, { label: "FAQ" }] }
|
||||
]}
|
||||
bottomLeftText="© 2024 Rehbar Inc."
|
||||
bottomRightText="All rights reserved."
|
||||
bottomLeftText="© 2025 Rehbar Education"
|
||||
bottomRightText="Empowering Futures"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #ffffff;
|
||||
--card: #f9f9f9;
|
||||
--foreground: #000f06e6;
|
||||
--primary-cta: #0a7039;
|
||||
--background: #fbfaff;
|
||||
--card: #f7f5ff;
|
||||
--foreground: #0f0022;
|
||||
--primary-cta: #8b5cf6;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #f9f9f9;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta-text: #000f06e6;
|
||||
--accent: #e2e2e2;
|
||||
--background-accent: #c4c4c4;
|
||||
--accent: #d8cef5;
|
||||
--background-accent: #c4a8f9;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user