Merge version_2 into main #2

Merged
bender merged 2 commits from version_2 into main 2026-04-28 20:04:09 +00:00
2 changed files with 50 additions and 75 deletions

View File

@@ -4,13 +4,14 @@ 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 FooterSimple from '@/components/sections/footer/FooterSimple';
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
import FooterMedia from '@/components/sections/footer/FooterMedia';
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 SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
import { LayoutGrid, Rocket, BarChart3, QrCode } from "lucide-react";
export default function LandingPage() {
return (
@@ -31,8 +32,9 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline
navItems={[
{ name: "Home", id: "hero" },
{ name: "About", id: "about" },
{ name: "Features", id: "features" },
{ name: "Process", id: "process" },
{ name: "Impact", id: "impact" },
{ name: "Register", id: "register" },
{ name: "Contact", id: "contact" },
]}
brandName="Rehbar"
@@ -52,49 +54,43 @@ export default function LandingPage() {
/>
</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>
<div id="features" data-section="features">
<FeatureCardOne
animationType="slide-up"
textboxLayout="split"
gridVariant="three-columns-all-equal-width"
<div id="process" data-section="process">
<FeatureCardTwentySix
title="Our Proven Process"
description="A step-by-step methodology to ensure your business goals are met with precision."
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: "Discovery", description: "Understanding your unique goals.", buttonIcon: LayoutGrid },
{ title: "Strategy", description: "Developing a roadmap for success.", buttonIcon: Rocket },
{ title: "Execution", description: "Implementing data-driven solutions.", buttonIcon: BarChart3 },
{ title: "Analysis", description: "Reviewing and optimizing outcomes.", buttonIcon: BarChart3 }
]}
title="Why Choose Rehbar"
description="Our approach is built on trust, clarity, and measurable success."
/>
</div>
<div id="social-proof" data-section="social-proof">
<div id="impact" data-section="impact">
<MetricCardThree
title="Measuring Success"
description="The tangible results we deliver for our global clients."
textboxLayout="split"
animationType="blur-reveal"
useInvertedBackground={true}
metrics={[
{ id: "m1", icon: BarChart3, title: "Growth Rate", value: "45%" },
{ id: "m2", icon: Rocket, title: "Projects Delivered", value: "800+" },
{ id: "m3", icon: LayoutGrid, title: "Client Satisfaction", value: "99%" }
]}
/>
</div>
<div id="register" data-section="register">
<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."
names={[]}
title="Join the Ecosystem"
description="Scan the code to register your business and get started with our expert consultants today."
/>
</div>
@@ -105,35 +101,13 @@ export default function LandingPage() {
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" },
{ 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" },
]}
ratingAnimation="blur-reveal"
avatarsAnimation="slide-up"
/>
</div>
<div id="faq" data-section="faq">
<FaqSplitMedia
textboxLayout="split"
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 id="contact" data-section="contact">
<ContactText
useInvertedBackground={false}
@@ -146,16 +120,17 @@ export default function LandingPage() {
</div>
<div id="footer" data-section="footer">
<FooterSimple
<FooterMedia
logoText="Rehbar"
imageSrc="http://img.b2bpic.net/free-photo/liquid-marbling-paint-texture-background-fluid-painting-abstract-texture-intensive-color-mix-wallpaper_1258-88558.jpg"
columns={[
{ title: "Rehbar", items: [{ label: "About", href: "#about" }, { label: "Features", href: "#features" }] },
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms", href: "#" }] },
{ title: "Solutions", items: [{ label: "Strategy", href: "#" }, { label: "Insights", href: "#" }] },
{ title: "Company", items: [{ label: "About", href: "#" }, { label: "Careers", href: "#" }] },
]}
bottomLeftText="© 2024 Rehbar Inc."
bottomRightText="All rights reserved."
copyrightText="© 2025 Rehbar. All rights reserved."
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -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);