Update src/app/about/page.tsx
This commit is contained in:
@@ -1,13 +1,10 @@
|
||||
"use client";
|
||||
|
||||
import Link from "next/link";
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
|
||||
import TextSplitAbout from "@/components/sections/about/TextSplitAbout";
|
||||
import FeatureCardEight from "@/components/sections/feature/FeatureCardEight";
|
||||
import MetricCardThree from "@/components/sections/metrics/MetricCardThree";
|
||||
import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal";
|
||||
import { Building2, Users, Clock, TrendingUp } from "lucide-react";
|
||||
import Link from "next/link";
|
||||
|
||||
export default function AboutPage() {
|
||||
return (
|
||||
@@ -17,131 +14,66 @@ export default function AboutPage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="mediumLarge"
|
||||
sizing="medium"
|
||||
background="none"
|
||||
cardStyle="outline"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
{/* Navbar */}
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
brandName="JBS"
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Services", id: "/#services" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Contact", id: "/#contact" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
button={{
|
||||
text: "Book Consultation",
|
||||
href: "/#contact",
|
||||
}}
|
||||
text: "Book Consultation", href: "#contact"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
|
||||
{/* About Section */}
|
||||
<div id="about" data-section="about">
|
||||
<TextSplitAbout
|
||||
title="Our Story"
|
||||
description={[
|
||||
"JBS (Jamshidi Businessmen Services) was founded on the belief that establishing a business in the UAE should be straightforward, transparent, and supported by true experts. We recognized the challenges entrepreneurs and international investors face when navigating UAE regulations and market dynamics.",
|
||||
"Today, we've grown into one of Dubai's most trusted corporate services providers, having successfully guided over 500 companies through their setup journey. From startups to multinational enterprises, our clients trust us because we deliver results with integrity and professionalism.",
|
||||
"We're committed to being more than just a service provider—we're your strategic partner in building a successful business in the UAE. Every consultation, every document, every decision is guided by our core mission: your success.",
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
showBorder={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
{/* Why Choose JBS Section */}
|
||||
<div id="why-choose" data-section="why-choose">
|
||||
<div id="about-section" data-section="about-section">
|
||||
<FeatureCardEight
|
||||
title="What Makes Us Different"
|
||||
description="Our commitment to excellence and client success"
|
||||
title="Our Story"
|
||||
description="From vision to reality - how JBS came to be"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Deep UAE Expertise",
|
||||
description: "With years of experience in UAE corporate law and business setup, our team possesses comprehensive knowledge that ensures compliance and optimal outcomes.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-black-businesswoman-signs-documents-buys-new-car-car-dealer-is-standing-him_146671-18392.jpg?_wi=2",
|
||||
imageAlt: "Deep UAE expertise",
|
||||
},
|
||||
title: "Founded with Purpose", description:
|
||||
"JBS was established to simplify business setup in Dubai, founded by entrepreneurs who understood the complexities of UAE regulations firsthand.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/medium-shot-men-working_23-2148349936.jpg", imageAlt: "business startup launch registration documents"},
|
||||
{
|
||||
id: 2,
|
||||
title: "Client-Centric Approach",
|
||||
description: "We believe every business is unique. Our personalized services are tailored to your specific needs, goals, and timeline—not one-size-fits-all solutions.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hr-manager-interviewing-woman-after-doing-background-checks_482257-115673.jpg?_wi=2",
|
||||
imageAlt: "Client-centric support",
|
||||
},
|
||||
title: "Rapid Growth", description:
|
||||
"Through our dedication to excellence and client success, we've helped over 500 companies establish operations in the UAE.", imageSrc:
|
||||
"http://img.b2bpic.net/free-vector/gradient-patented-label-collection_23-2149722723.jpg", imageAlt: "business license approval government certification"},
|
||||
{
|
||||
id: 3,
|
||||
title: "Transparent & Honest",
|
||||
description: "No hidden fees, no surprises. We believe in clear communication and transparent pricing from the first consultation to the final handover of your business.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-working-call-center-with-headphones-computer_23-2149256095.jpg?_wi=2",
|
||||
imageAlt: "Transparent service",
|
||||
},
|
||||
title: "Industry Leadership", description:
|
||||
"Today, JBS stands as a trusted partner for entrepreneurs and investors worldwide seeking to launch businesses in Dubai and the UAE.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/content-businesspeople-discussing-project-watching-documents-standing-together-near-table-with-laptops_74855-9756.jpg", imageAlt: "professional corporate office management services"},
|
||||
{
|
||||
id: 4,
|
||||
title: "Our Commitment", description:
|
||||
"We remain committed to providing transparent, efficient, and personalized service to every client who entrusts us with their business journey.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-two-businesspeople-shaking-hands_23-2147838559.jpg", imageAlt: "business strategy growth consulting charts"},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
buttonAnimation="opacity"
|
||||
/>
|
||||
</div>
|
||||
|
||||
{/* Metrics Section */}
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardThree
|
||||
title="By The Numbers"
|
||||
description="Our impact and commitment to client success"
|
||||
tag="Our Achievements"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
icon: Building2,
|
||||
title: "Companies Established",
|
||||
value: "500+",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
icon: Users,
|
||||
title: "Happy Clients",
|
||||
value: "300+",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
icon: Clock,
|
||||
title: "Years in Business",
|
||||
value: "15+",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
icon: TrendingUp,
|
||||
title: "Success Rate",
|
||||
value: "99%",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
{/* Footer */}
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="JBS"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
rightLink={{
|
||||
text: "Terms of Service",
|
||||
href: "#",
|
||||
}}
|
||||
leftLink={{ text: "Privacy Policy", href: "#" }}
|
||||
rightLink={{ text: "Terms of Service", href: "#" }}
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user