13 Commits

Author SHA1 Message Date
ce254d36c1 Update src/app/page.tsx 2026-05-25 05:17:17 +00:00
949ae2c527 Merge version_3 into main
Merge version_3 into main
2026-05-25 05:16:21 +00:00
33358f7676 Update src/app/page.tsx 2026-05-25 05:16:18 +00:00
aef94c87c7 Merge version_3 into main
Merge version_3 into main
2026-05-25 05:15:52 +00:00
40852cedb6 Update src/app/page.tsx 2026-05-25 05:15:46 +00:00
40fbb174ab Merge version_3 into main
Merge version_3 into main
2026-05-25 05:15:22 +00:00
d651019f20 Update src/app/page.tsx 2026-05-25 05:15:19 +00:00
dd52490bad Update src/app/page.tsx 2026-05-25 05:15:04 +00:00
6f2bf392d7 Merge version_2 into main
Merge version_2 into main
2026-05-25 05:13:44 +00:00
b29de2b59b Update src/app/page.tsx 2026-05-25 05:13:41 +00:00
20da18e89e Merge version_2 into main
Merge version_2 into main
2026-05-25 05:13:18 +00:00
adfee5d7f0 Update src/app/styles/variables.css 2026-05-25 05:13:15 +00:00
dac6318729 Update src/app/page.tsx 2026-05-25 05:13:15 +00:00
2 changed files with 61 additions and 201 deletions

View File

@@ -3,15 +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 AboutMetric from '@/components/sections/about/AboutMetric'; import AboutMetric from '@/components/sections/about/AboutMetric';
import ContactCTA from '@/components/sections/contact/ContactCTA'; import ContactText from '@/components/sections/contact/ContactText';
import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import FaqBase from '@/components/sections/faq/FaqBase';
import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne'; import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne';
import FooterCard from '@/components/sections/footer/FooterCard'; import FooterBase from '@/components/sections/footer/FooterBase';
import HeroOverlay from '@/components/sections/hero/HeroOverlay'; import HeroOverlay from '@/components/sections/hero/HeroOverlay';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import ProductCardOne from '@/components/sections/product/ProductCardOne'; import ProductCardOne from '@/components/sections/product/ProductCardOne';
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
import { Award, Linkedin, TrendingUp, Twitter, Users } from "lucide-react"; import { Award, TrendingUp, Users } from "lucide-react";
export default function LandingPage() { export default function LandingPage() {
return ( return (
@@ -31,85 +31,35 @@ export default function LandingPage() {
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarLayoutFloatingInline <NavbarLayoutFloatingInline
navItems={[ navItems={[
{ { name: "Home", id: "home" },
name: "Home", { name: "About", id: "about" },
id: "home", { name: "Testimonials", id: "testimonials" },
}, { name: "FAQ", id: "faq" },
{ { name: "Contact", id: "contact" },
name: "About",
id: "about",
},
{
name: "Services",
id: "services",
},
{
name: "Contact",
id: "contact",
},
]} ]}
brandName="BusinessPro" brandName="BusinessPro Saudi Arabia"
button={{ text: "Get Started", href: "#contact" }}
/> />
</div> </div>
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroOverlay <HeroOverlay
title="Elevating Your Business Vision" title="Elevating Your Business Vision"
description="We provide innovative strategies and high-quality solutions to help your business scale efficiently in the modern marketplace." description="We provide innovative strategies and high-quality solutions to help your business scale efficiently in the Saudi Arabian market."
buttons={[ buttons={[{ text: "Get Started", href: "#contact" }]}
{
text: "Get Started",
href: "#contact",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/angry-female-ceo-yelling-her-executive-assistants-due-business-failure_482257-120044.jpg" imageSrc="http://img.b2bpic.net/free-photo/angry-female-ceo-yelling-her-executive-assistants-due-business-failure_482257-120044.jpg"
showBlur={true} showBlur={true}
avatars={[
{
src: "http://img.b2bpic.net/free-photo/portrait-blonde-confident-young-businesswoman-against-gray-background_23-2148029500.jpg",
alt: "Client 1",
},
{
src: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-11786.jpg",
alt: "Client 2",
},
{
src: "http://img.b2bpic.net/free-photo/happy-smiling-businesswoman-looking-camera-with-arms-crossed-portrait_1163-4337.jpg",
alt: "Client 3",
},
{
src: "http://img.b2bpic.net/free-photo/young-blonde-businesswoman-smiling-happy-standing-city_839833-14128.jpg",
alt: "Client 4",
},
{
src: "http://img.b2bpic.net/free-photo/businessman-smiling-looking-camera_23-2148112827.jpg",
alt: "Client 5",
},
]}
avatarText="Trusted by 500+ professionals"
/> />
</div> </div>
<div id="about" data-section="about"> <div id="about" data-section="about">
<AboutMetric <AboutMetric
useInvertedBackground={false} useInvertedBackground={false}
title="Impact Driven Growth" title="Impact Driven Growth in KSA"
metrics={[ metrics={[
{ { icon: Users, label: "Clients Served", value: "500+" },
icon: Users, { icon: TrendingUp, label: "Growth Rate", value: "150%" },
label: "Clients Served", { icon: Award, label: "Awards Won", value: "25+" },
value: "500+",
},
{
icon: TrendingUp,
label: "Growth Rate",
value: "150%",
},
{
icon: Award,
label: "Awards Won",
value: "25+",
},
]} ]}
metricsAnimation="slide-up" metricsAnimation="slide-up"
/> />
@@ -119,23 +69,11 @@ export default function LandingPage() {
<FeatureCardTwentyOne <FeatureCardTwentyOne
useInvertedBackground={false} useInvertedBackground={false}
title="Comprehensive Business Services" title="Comprehensive Business Services"
description="Explore our core services tailored for modern business growth and optimization." description="Tailored solutions for modern business growth and operations in Saudi Arabia."
accordionItems={[ accordionItems={[
{ { id: "f1", title: "Strategic Consulting", content: "Roadmaps aligned with Vision 2030 objectives." },
id: "f1", { id: "f2", title: "Digital Transformation", content: "Modernizing legacy systems with localized tech solutions." },
title: "Strategic Consulting", { id: "f3", title: "Brand Development", content: "Creating identities that resonate with the Saudi market." },
content: "Tailored roadmaps for sustainable growth.",
},
{
id: "f2",
title: "Digital Transformation",
content: "Modernizing legacy systems with latest tech.",
},
{
id: "f3",
title: "Brand Development",
content: "Creating identities that resonate globally.",
},
]} ]}
mediaAnimation="slide-up" mediaAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/multiethnic-leaders-business-meeting-brainstorming-growth-strategy_482257-124049.jpg" imageSrc="http://img.b2bpic.net/free-photo/multiethnic-leaders-business-meeting-brainstorming-growth-strategy_482257-124049.jpg"
@@ -149,143 +87,65 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width" gridVariant="three-columns-all-equal-width"
useInvertedBackground={false} useInvertedBackground={false}
products={[ products={[
{ { id: "p1", name: "KSA Starter Toolkit", price: "SAR 750", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-office-desk-arrangement_23-2148707946.jpg" },
id: "p1", { id: "p2", name: "Analytics Pro", price: "SAR 1900", imageSrc: "http://img.b2bpic.net/free-photo/close-up-male-carpenter-showing-digital-tablet-his-hand_23-2147945078.jpg" },
name: "Starter Toolkit", { id: "p3", name: "SaaS Enterprise", price: "SAR 3400", imageSrc: "http://img.b2bpic.net/free-photo/staistics-business-strategy-planning-research-digital-tablet-concept_53876-26413.jpg" },
price: "$199",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-office-desk-arrangement_23-2148707946.jpg",
},
{
id: "p2",
name: "Analytics Pro",
price: "$499",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-male-carpenter-showing-digital-tablet-his-hand_23-2147945078.jpg",
},
{
id: "p3",
name: "SaaS Platform",
price: "$899",
imageSrc: "http://img.b2bpic.net/free-photo/staistics-business-strategy-planning-research-digital-tablet-concept_53876-26413.jpg",
},
{
id: "p4",
name: "Growth Suite",
price: "$299",
imageSrc: "http://img.b2bpic.net/free-photo/glossy-gradient-facebook-logo_23-2152009926.jpg",
},
{
id: "p5",
name: "Efficiency Pack",
price: "$399",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-business-desk-arrangement_23-2148128260.jpg",
},
{
id: "p6",
name: "Ultimate Hub",
price: "$999",
imageSrc: "http://img.b2bpic.net/free-vector/abstract-modern-business-card_1017-8642.jpg",
},
]} ]}
title="Strategic Toolkits" title="Strategic Toolkits"
description="Premium resources and tools to jumpstart your business operations." description="Premium resources and tools optimized for the local market."
/> />
</div> </div>
<div id="testimonials" data-section="testimonials"> <div id="testimonials" data-section="testimonials">
<TestimonialCardFifteen <TestimonialCardThirteen
title="Customer Success Stories"
description="What our partners across the Kingdom say about working with us."
showRating={true}
useInvertedBackground={false} useInvertedBackground={false}
testimonial="The service provided was exceptional. Our growth metrics have doubled in six months thanks to their strategic guidance." animationType="slide-up"
rating={5} textboxLayout="default"
author="Sarah Miller" testimonials={[
avatars={[ { id: "t1", name: "Sarah Miller", handle: "@smiller", testimonial: "Exceptional service that helped us grow significantly in the Saudi market.", rating: 5 },
{ { id: "t2", name: "John Davis", handle: "@jdavis", testimonial: "Strategic guidance provided was truly transformative for our regional operations.", rating: 5 },
src: "http://img.b2bpic.net/free-photo/close-up-portrait-professional-business-woman-smiling-outdoor_1391-4.jpg", { id: "t3", name: "Amira Khalid", handle: "@akhalid", testimonial: "Professionalism and efficiency at every step. Excellent local insights.", rating: 5 },
alt: "Client 1",
},
{
src: "http://img.b2bpic.net/free-photo/pensive-middle-aged-man-with-beard-hairstyle-dressed-elegant-blue-suit-textured-dark-background-studio_613910-19917.jpg",
alt: "Client 2",
},
{
src: "http://img.b2bpic.net/free-photo/smiley-tattoo-artist-indoors-side-view_23-2149445974.jpg",
alt: "Client 3",
},
{
src: "http://img.b2bpic.net/free-photo/close-up-confident-male-employee-white-collar-shirt-smiling-camera-standing-self-assured-against-studio-background_1258-26761.jpg",
alt: "Client 4",
},
{
src: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg",
alt: "Client 5",
},
]} ]}
ratingAnimation="slide-up"
avatarsAnimation="slide-up"
/> />
</div> </div>
<div id="faq" data-section="faq"> <div id="faq" data-section="faq">
<FaqSplitText <FaqBase
useInvertedBackground={false} title="Payment Plans"
faqs={[ description="Everything you need to know about our local payment options."
{
id: "q1",
title: "Do you offer consultations?",
content: "Yes, we offer complimentary initial discovery calls.",
},
{
id: "q2",
title: "What industries do you serve?",
content: "We support a wide array of sectors from tech to retail.",
},
{
id: "q3",
title: "How do we get started?",
content: "Simply fill out our contact form and our team will follow up.",
},
]}
sideTitle="Common Inquiries"
faqsAnimation="slide-up" faqsAnimation="slide-up"
useInvertedBackground={false}
textboxLayout="split"
faqs={[
{ id: "q1", title: "Do you support local payment methods?", content: "Yes, we support Mada, STC Pay, and all major regional banking transfers." },
{ id: "q2", title: "Is VAT applicable?", content: "Yes, all prices mentioned are subject to 15% VAT as per KSA regulations." },
{ id: "q3", title: "Can I pay in SAR?", content: "Absolutely, our services are priced and invoiced in SAR for local businesses." },
]}
/> />
</div> </div>
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactCTA <ContactText
text="Our Riyadh and Jeddah offices are ready to assist you. Contact us for local inquiries."
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{ variant: "plain" }}
variant: "plain",
}}
tag="Get in touch"
title="Ready to transform your business?"
description="Let's build something great together. Our experts are standing by."
buttons={[
{
text: "Contact Us",
href: "mailto:hello@business.com",
},
]}
/> />
</div> </div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterCard <FooterBase
logoText="BusinessPro" logoText="BusinessPro KSA"
copyrightText="© 2025 BusinessPro. All rights reserved." copyrightText="© 2025 BusinessPro Saudi Arabia. All rights reserved."
socialLinks={[ columns={[
{ { title: "Operations", items: [{ label: "About", href: "#about" }, { label: "Contact", href: "#contact" }] },
icon: Twitter, { title: "Compliance", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] },
href: "https://twitter.com",
ariaLabel: "Twitter",
},
{
icon: Linkedin,
href: "https://linkedin.com",
ariaLabel: "LinkedIn",
},
]} ]}
/> />
</div> </div>
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }

View File

@@ -10,14 +10,14 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #f5f5f5; --background: #ffffff;
--card: #ffffff; --card: #f9f9f9;
--foreground: #1c1c1c; --foreground: #1c1c1c;
--primary-cta: #1c1c1c; --primary-cta: #15479c;
--primary-cta-text: #f5f5f5; --primary-cta-text: #f5f5f5;
--secondary-cta: #ffffff; --secondary-cta: #e2e2e2;
--secondary-cta-text: #1c1c1c; --secondary-cta-text: #1c1c1c;
--accent: #15479c; --accent: #0a7039;
--background-accent: #a8cce8; --background-accent: #a8cce8;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */