Merge version_3 into main #5
@@ -3,9 +3,10 @@
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple";
|
||||
import HeroBillboardScroll from "@/components/sections/hero/HeroBillboardScroll";
|
||||
import AboutMetric from "@/components/sections/about/AboutMetric";
|
||||
import TestimonialAboutCard from "@/components/sections/about/TestimonialAboutCard";
|
||||
import ContactCTA from "@/components/sections/contact/ContactCTA";
|
||||
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
|
||||
import { Award, Users, Clock, MapPin } from "lucide-react";
|
||||
import { Award, Phone } from "lucide-react";
|
||||
|
||||
export default function AboutPage() {
|
||||
const navItems = [
|
||||
@@ -61,54 +62,52 @@ export default function AboutPage() {
|
||||
<NavbarStyleApple brandName="Aajel" navItems={navItems} />
|
||||
</div>
|
||||
|
||||
{/* About Hero Section */}
|
||||
<div id="about-hero" data-section="about-hero">
|
||||
{/* Hero Section */}
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
tag="About Aajel"
|
||||
tagAnimation="slide-up"
|
||||
title="Your Trusted Partner for Professional Business Services in Dubai"
|
||||
description="With over a decade of experience, Aajel Business Services has been helping thousands of individuals, families, and businesses navigate their documentation and administrative needs with professionalism and care. Based in Al Twar, Dubai, we pride ourselves on fast response times and transparent pricing."
|
||||
title="Your Trusted Partner for Business Services in Dubai"
|
||||
description="With over 10 years of experience serving Dubai's business community, Aajel Business Services has become the go-to provider for professional typing, documentation, visa assistance, and comprehensive business support."
|
||||
background={{ variant: "plain" }}
|
||||
buttons={[
|
||||
{ text: "Contact Us", href: "/contact" },
|
||||
{ text: "View Services", href: "/services" },
|
||||
{ text: "Get in Touch", href: "tel:+97142344002" },
|
||||
{ text: "Learn More", href: "/services" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/crop-businesswoman-using-laptop_1098-19997.jpg?_wi=2"
|
||||
imageAlt="About Aajel Business Services"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/office-employee-with-documents-folders-working-job-sitting-table_1262-20399.jpg"
|
||||
imageAlt="Aajel Team at Work"
|
||||
/>
|
||||
</div>
|
||||
|
||||
{/* Company Metrics Section */}
|
||||
<div id="company-metrics" data-section="company-metrics">
|
||||
<AboutMetric
|
||||
title="Our Track Record of Excellence and Commitment to Service Quality"
|
||||
metricsAnimation="slide-up"
|
||||
metrics={[
|
||||
{ icon: Users, label: "Satisfied Customers", value: "500+" },
|
||||
{ icon: Clock, label: "Average Response", value: "4 Hours" },
|
||||
{ icon: Award, label: "Years in Service", value: "10+" },
|
||||
{ icon: MapPin, label: "Serving Since", value: "2014" },
|
||||
]}
|
||||
{/* About/Company Story Section */}
|
||||
<div id="about" data-section="about">
|
||||
<TestimonialAboutCard
|
||||
tag="Our Story"
|
||||
title="Founded on the principle of delivering excellence and building lasting relationships with our clients."
|
||||
description="Aajel Business Services"
|
||||
subdescription="Serving Dubai Since 2015"
|
||||
icon={Award}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/diverse-team-working-together-office-meeting_1262-18843.jpg"
|
||||
imageAlt="Aajel Business Services Team"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
{/* Our Story Section */}
|
||||
<div id="our-story" data-section="our-story">
|
||||
<HeroBillboardScroll
|
||||
tag="Our Story"
|
||||
{/* Contact CTA Section */}
|
||||
<div id="contact-cta" data-section="contact-cta">
|
||||
<ContactCTA
|
||||
tag="Connect With Us"
|
||||
tagIcon={Phone}
|
||||
tagAnimation="slide-up"
|
||||
title="Building Trust Through Expertise and Dedication"
|
||||
description="Aajel was founded with a simple mission: to make professional business and typing services accessible and affordable for everyone in the UAE. From humble beginnings in Al Twar, we've grown into a trusted partner for hundreds of satisfied customers. Today, we combine experienced professionals, modern processes, and genuine care to deliver exceptional results for every client we serve. Your success is our success."
|
||||
background={{ variant: "plain" }}
|
||||
title="Let's Work Together"
|
||||
description="Have questions about our services or want to discuss your business needs? Reach out to our team today. We're ready to provide professional support tailored to your requirements."
|
||||
buttons={[
|
||||
{ text: "Explore Services", href: "/services" },
|
||||
{ text: "Get Started", href: "/contact" },
|
||||
{ text: "Call Now: 04 234 4002", href: "tel:+97142344002" },
|
||||
{ text: "WhatsApp Us", href: "https://wa.me/97142344002" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/happy-african-american-businesswoman-talking-female-colleagues-while-working-office_637285-9843.jpg?_wi=2"
|
||||
imageAlt="Our Team"
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -121,4 +120,4 @@ export default function AboutPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple";
|
||||
import ContactCTA from "@/components/sections/contact/ContactCTA";
|
||||
import FaqSplitText from "@/components/sections/faq/FaqSplitText";
|
||||
import HeroBillboardScroll from "@/components/sections/hero/HeroBillboardScroll";
|
||||
import ContactCenter from "@/components/sections/contact/ContactCenter";
|
||||
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
|
||||
import { Phone } from "lucide-react";
|
||||
|
||||
@@ -18,8 +18,7 @@ export default function ContactPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Services", href: "/services" },
|
||||
@@ -27,8 +26,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Phone: 04 234 4002", href: "tel:+97142344002" },
|
||||
{ label: "WhatsApp", href: "https://wa.me/97142344002" },
|
||||
{ label: "Email Us", href: "/contact" },
|
||||
@@ -36,8 +34,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Typing Services", href: "/services" },
|
||||
{ label: "Document Assistance", href: "/services" },
|
||||
{ label: "Visa Support", href: "/services" },
|
||||
@@ -64,71 +61,39 @@ export default function ContactPage() {
|
||||
<NavbarStyleApple brandName="Aajel" navItems={navItems} />
|
||||
</div>
|
||||
|
||||
{/* Main Contact CTA Section */}
|
||||
<div id="contact-main" data-section="contact-main">
|
||||
<ContactCTA
|
||||
{/* Hero Section */}
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
tag="Get in Touch"
|
||||
tagIcon={Phone}
|
||||
tagAnimation="slide-up"
|
||||
title="Ready to Get Professional Support?"
|
||||
description="Contact Aajel Business Services today. Whether you need typing assistance, document processing, visa support, or business guidance, our experienced team is ready to help you quickly and professionally. Reach out now for immediate assistance."
|
||||
title="Contact Aajel Business Services Today"
|
||||
description="Have questions about our services or need immediate assistance? Reach out to our professional team. We're available 24/7 to provide fast, reliable support for your business needs in Dubai."
|
||||
background={{ variant: "plain" }}
|
||||
buttons={[
|
||||
{ text: "Call Now: 04 234 4002", href: "tel:+97142344002" },
|
||||
{ text: "WhatsApp Us", href: "https://wa.me/97142344002" },
|
||||
{ text: "Call: 04 234 4002", href: "tel:+97142344002" },
|
||||
{ text: "WhatsApp Now", href: "https://wa.me/97142344002" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/business-people-meeting-office-conference-table_1262-19308.jpg"
|
||||
imageAlt="Contact Us"
|
||||
/>
|
||||
</div>
|
||||
|
||||
{/* FAQ Section */}
|
||||
<div id="contact-faq" data-section="contact-faq">
|
||||
<FaqSplitText
|
||||
sideTitle="Frequently Asked Questions"
|
||||
sideDescription="Find answers to common questions about our services, contact methods, pricing, and support options."
|
||||
textPosition="left"
|
||||
{/* Contact Form Section */}
|
||||
<div id="contact-form" data-section="contact-form">
|
||||
<ContactCenter
|
||||
tag="Send us a Message"
|
||||
tagIcon={Phone}
|
||||
tagAnimation="slide-up"
|
||||
title="Get in Touch With Our Team"
|
||||
description="Have a question or need more information about our services? Fill out the form below and we'll get back to you as soon as possible. For urgent matters, please call us directly at 04 234 4002."
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
animationType="smooth"
|
||||
faqsAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What services do you provide?",
|
||||
content:
|
||||
"We offer comprehensive typing services, document processing, business documentation assistance, visa and government form support, PRO services, and administrative support for UAE residents and businesses. Visit our Services page for detailed information on all offerings.",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Can I contact you on WhatsApp?",
|
||||
content:
|
||||
"Yes! WhatsApp is one of our preferred contact methods for quick inquiries and fast responses. Message us at your convenience, and our team will respond promptly with the help you need.",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Do you help with business and document services in Dubai?",
|
||||
content:
|
||||
"Absolutely. We specialize in supporting businesses and individuals across Dubai and the UAE with professional typing, documentation, visa assistance, government forms, and business setup support.",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "Where are you located?",
|
||||
content:
|
||||
"We are located at 163 Al Nahda St - Al Twar 5 - Dubai, in the Zahrat Al Madan area. Our office is easily accessible and serves customers across Dubai and the UAE. You can visit us or contact us for services.",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
title: "How can I request your services?",
|
||||
content:
|
||||
"You can reach us by phone (04 234 4002), WhatsApp, or by visiting our office. Our team is ready to listen to your requirements and provide guidance on the best support for your needs.",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
title: "What are your pricing and response times?",
|
||||
content:
|
||||
"We pride ourselves on competitive pricing and fast service delivery. For specific quotes and detailed pricing information, please contact our team directly. We typically respond within 24 hours to all inquiries.",
|
||||
},
|
||||
]}
|
||||
inputPlaceholder="Enter your email address"
|
||||
buttonText="Send Message"
|
||||
termsText="We'll respond to your inquiry within 24 hours. Your information is secure and will never be shared."
|
||||
onSubmit={(email) => console.log("Email submitted:", email)}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -141,4 +106,4 @@ export default function ContactPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,17 +1,19 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Geist, Geist_Mono } from "next/font/google";
|
||||
import { DM_Sans } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import "./globals.css";
|
||||
|
||||
const geist = Geist({
|
||||
variable: "--font-geist-sans", subsets: ["latin"],
|
||||
const dmSans = DM_Sans({
|
||||
variable: "--font-dm-sans", subsets: ["latin"],
|
||||
});
|
||||
|
||||
const geistMono = Geist_Mono({
|
||||
variable: "--font-geist-mono", subsets: ["latin"],
|
||||
const inter = Inter({
|
||||
variable: "--font-inter", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Create Next App", description: "Generated by create next app"};
|
||||
title: "Aajel Business Services - Professional Typing & Business Support in Dubai", description: "Fast, reliable typing, document processing, visa assistance, and business support services in Dubai. Trusted by 500+ businesses."
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
@@ -20,7 +22,7 @@ export default function RootLayout({
|
||||
}) {
|
||||
return (
|
||||
<html lang="en">
|
||||
<body className={`${geist.variable} ${geistMono.variable} antialiased`}>
|
||||
<body className={`${dmSans.variable} ${inter.variable} antialiased`}>
|
||||
{children}
|
||||
|
||||
<script
|
||||
|
||||
@@ -100,10 +100,12 @@ export default function HomePage() {
|
||||
title: "Typing & Document Services", description:
|
||||
"Professional typing, data entry, document formatting, and application preparation with accuracy and speed.", phoneOne: {
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/very-busy-day-comany-s-office_329181-15326.jpg"},
|
||||
"http://img.b2bpic.net/free-photo/very-busy-day-comany-s-office_329181-15326.jpg"
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWtXFm7YveRngEeGBLGWU1rzdI/uploaded-1772720712002-0tsjrtax.png"},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWtXFm7YveRngEeGBLGWU1rzdI/uploaded-1772720712002-0tsjrtax.png"
|
||||
},
|
||||
buttons: [{ text: "Inquire", href: "/services" }],
|
||||
},
|
||||
{
|
||||
@@ -111,10 +113,12 @@ export default function HomePage() {
|
||||
title: "Business Documentation & Support", description:
|
||||
"Complete business documentation assistance including setup, contracts, agreements, and administrative paperwork for UAE companies.", phoneOne: {
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/happy-african-american-businesswoman-talking-female-colleagues-while-working-office_637285-9843.jpg?_wi=1"},
|
||||
"http://img.b2bpic.net/free-photo/happy-african-american-businesswoman-talking-female-colleagues-while-working-office_637285-9843.jpg?_wi=1"
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWtXFm7YveRngEeGBLGWU1rzdI/uploaded-1772720712002-vzon6txy.png"},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWtXFm7YveRngEeGBLGWU1rzdI/uploaded-1772720712002-vzon6txy.png"
|
||||
},
|
||||
buttons: [{ text: "Learn More", href: "/services" }],
|
||||
},
|
||||
{
|
||||
@@ -122,10 +126,12 @@ export default function HomePage() {
|
||||
title: "Visa & Government Form Assistance", description:
|
||||
"Expert guidance on visa applications, government forms, PRO services, and official documentation requirements in the UAE.", phoneOne: {
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/top-view-green-card-application_23-2149601334.jpg"},
|
||||
"http://img.b2bpic.net/free-photo/top-view-green-card-application_23-2149601334.jpg"
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWtXFm7YveRngEeGBLGWU1rzdI/uploaded-1772720712002-do4hnpnn.png"},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWtXFm7YveRngEeGBLGWU1rzdI/uploaded-1772720712002-do4hnpnn.png"
|
||||
},
|
||||
buttons: [{ text: "Get Help", href: "/services" }],
|
||||
},
|
||||
]}
|
||||
@@ -162,27 +168,33 @@ export default function HomePage() {
|
||||
{
|
||||
id: "1", name: "Ahmed Al Mansouri", role: "Business Owner", company: "Dubai Trading Co.", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg"},
|
||||
"http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Fatima Al Mazrouei", role: "HR Manager", company: "UAE Tech Solutions", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/business-woman-with-two-businessmen-sides_1262-824.jpg"},
|
||||
"http://img.b2bpic.net/free-photo/business-woman-with-two-businessmen-sides_1262-824.jpg"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Mohammed Al Falahi", role: "Entrepreneur", company: "Digital Innovation LLC", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/real-professional-smiling-businesswoman-looking-confident-determined-face-expression-standing-suit-white-background_1258-123234.jpg"},
|
||||
"http://img.b2bpic.net/free-photo/real-professional-smiling-businesswoman-looking-confident-determined-face-expression-standing-suit-white-background_1258-123234.jpg"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Layla Hassan", role: "Executive Manager", company: "Gulf Business Group", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg"},
|
||||
"http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Khalid Al Naqbi", role: "Company Director", company: "Emirates Trade Services", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg"},
|
||||
"http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Noor Al Kaabi", role: "Office Manager", company: "Professional Services Inc.", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg"},
|
||||
"http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple";
|
||||
import HeroBillboardScroll from "@/components/sections/hero/HeroBillboardScroll";
|
||||
import TestimonialCardOne from "@/components/sections/testimonial/TestimonialCardOne";
|
||||
import ContactCTA from "@/components/sections/contact/ContactCTA";
|
||||
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
|
||||
@@ -18,8 +19,7 @@ export default function ReviewsPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Services", href: "/services" },
|
||||
@@ -27,8 +27,7 @@ export default function ReviewsPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Phone: 04 234 4002", href: "tel:+97142344002" },
|
||||
{ label: "WhatsApp", href: "https://wa.me/97142344002" },
|
||||
{ label: "Email Us", href: "/contact" },
|
||||
@@ -36,8 +35,7 @@ export default function ReviewsPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Typing Services", href: "/services" },
|
||||
{ label: "Document Assistance", href: "/services" },
|
||||
{ label: "Visa Support", href: "/services" },
|
||||
@@ -64,11 +62,28 @@ export default function ReviewsPage() {
|
||||
<NavbarStyleApple brandName="Aajel" navItems={navItems} />
|
||||
</div>
|
||||
|
||||
{/* Customer Testimonials Section */}
|
||||
<div id="all-testimonials" data-section="all-testimonials">
|
||||
{/* Hero Section */}
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
tag="Customer Reviews"
|
||||
title="Trusted by Dubai's Business Community"
|
||||
description="See what our satisfied clients say about Aajel Business Services. With hundreds of five-star reviews, we're committed to delivering excellence in every service we provide."
|
||||
background={{ variant: "plain" }}
|
||||
buttons={[
|
||||
{ text: "Get in Touch", href: "tel:+97142344002" },
|
||||
{ text: "Our Services", href: "/services" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/happy-successful-businessman-looking-camera-smiling_1262-2227.jpg"
|
||||
imageAlt="Happy Customers"
|
||||
/>
|
||||
</div>
|
||||
|
||||
{/* Testimonials Section */}
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardOne
|
||||
title="Customer Reviews & Success Stories"
|
||||
description="Read what our satisfied clients have to say about their experience with Aajel Business Services. Your success is our priority, and these testimonials reflect our commitment to excellence."
|
||||
title="What Our Customers Say"
|
||||
description="Real testimonials from businesses and individuals who have benefited from Aajel's professional services."
|
||||
tag="Customer Testimonials"
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -77,71 +92,47 @@ export default function ReviewsPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Ahmed Al Mansouri",
|
||||
role: "Business Owner",
|
||||
company: "Dubai Trading Co.",
|
||||
rating: 5,
|
||||
id: "1", name: "Ahmed Al Mansouri", role: "Business Owner", company: "Dubai Trading Co.", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=2",
|
||||
"http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Fatima Al Mazrouei",
|
||||
role: "HR Manager",
|
||||
company: "UAE Tech Solutions",
|
||||
rating: 5,
|
||||
id: "2", name: "Fatima Al Mazrouei", role: "HR Manager", company: "UAE Tech Solutions", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/business-woman-with-two-businessmen-sides_1262-824.jpg?_wi=2",
|
||||
"http://img.b2bpic.net/free-photo/business-woman-with-two-businessmen-sides_1262-824.jpg"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Mohammed Al Falahi",
|
||||
role: "Entrepreneur",
|
||||
company: "Digital Innovation LLC",
|
||||
rating: 5,
|
||||
id: "3", name: "Mohammed Al Falahi", role: "Entrepreneur", company: "Digital Innovation LLC", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/real-professional-smiling-businesswoman-looking-confident-determined-face-expression-standing-suit-white-background_1258-123234.jpg?_wi=2",
|
||||
"http://img.b2bpic.net/free-photo/real-professional-smiling-businesswoman-looking-confident-determined-face-expression-standing-suit-white-background_1258-123234.jpg"
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Layla Hassan",
|
||||
role: "Executive Manager",
|
||||
company: "Gulf Business Group",
|
||||
rating: 5,
|
||||
id: "4", name: "Layla Hassan", role: "Executive Manager", company: "Gulf Business Group", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg?_wi=2",
|
||||
"http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg"
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Khalid Al Naqbi",
|
||||
role: "Company Director",
|
||||
company: "Emirates Trade Services",
|
||||
rating: 5,
|
||||
id: "5", name: "Khalid Al Naqbi", role: "Company Director", company: "Emirates Trade Services", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2",
|
||||
"http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg"
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Noor Al Kaabi",
|
||||
role: "Office Manager",
|
||||
company: "Professional Services Inc.",
|
||||
rating: 5,
|
||||
id: "6", name: "Noor Al Kaabi", role: "Office Manager", company: "Professional Services Inc.", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=2",
|
||||
"http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
{/* CTA Section */}
|
||||
<div id="reviews-cta" data-section="reviews-cta">
|
||||
{/* Contact CTA Section */}
|
||||
<div id="contact-cta" data-section="contact-cta">
|
||||
<ContactCTA
|
||||
tag="Join Our Satisfied Customers"
|
||||
tag="Join Our Satisfied Clients"
|
||||
tagIcon={Phone}
|
||||
tagAnimation="slide-up"
|
||||
title="Experience Professional Business Support Today"
|
||||
description="Don't let documentation challenges slow you down. Join hundreds of satisfied customers who trust Aajel Business Services for their typing, documentation, and business support needs."
|
||||
title="Experience Professional Service Excellence"
|
||||
description="Ready to join hundreds of satisfied customers who trust Aajel Business Services? Contact us today to learn how we can support your business."
|
||||
buttons={[
|
||||
{ text: "Call Now: 04 234 4002", href: "tel:+97142344002" },
|
||||
{ text: "WhatsApp Us", href: "https://wa.me/97142344002" },
|
||||
@@ -161,4 +152,4 @@ export default function ReviewsPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2,10 +2,11 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple";
|
||||
import HeroBillboardScroll from "@/components/sections/hero/HeroBillboardScroll";
|
||||
import FeatureCardNine from "@/components/sections/feature/FeatureCardNine";
|
||||
import ContactCTA from "@/components/sections/contact/ContactCTA";
|
||||
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
|
||||
import { Phone } from "lucide-react";
|
||||
import { ShieldCheck, Phone } from "lucide-react";
|
||||
|
||||
export default function ServicesPage() {
|
||||
const navItems = [
|
||||
@@ -18,8 +19,7 @@ export default function ServicesPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Services", href: "/services" },
|
||||
@@ -27,8 +27,7 @@ export default function ServicesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Phone: 04 234 4002", href: "tel:+97142344002" },
|
||||
{ label: "WhatsApp", href: "https://wa.me/97142344002" },
|
||||
{ label: "Email Us", href: "/contact" },
|
||||
@@ -36,8 +35,7 @@ export default function ServicesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Typing Services", href: "/services" },
|
||||
{ label: "Document Assistance", href: "/services" },
|
||||
{ label: "Visa Support", href: "/services" },
|
||||
@@ -64,12 +62,31 @@ export default function ServicesPage() {
|
||||
<NavbarStyleApple brandName="Aajel" navItems={navItems} />
|
||||
</div>
|
||||
|
||||
{/* Services Detail Section */}
|
||||
<div id="services-detail" data-section="services-detail">
|
||||
{/* Hero Section */}
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
tag="Our Professional Services"
|
||||
tagIcon={ShieldCheck}
|
||||
tagAnimation="slide-up"
|
||||
title="Comprehensive Business Support Solutions for Dubai"
|
||||
description="From professional typing and document processing to visa assistance and comprehensive business support, Aajel delivers tailored solutions designed to streamline your operations and ensure compliance with UAE regulations."
|
||||
background={{ variant: "plain" }}
|
||||
buttons={[
|
||||
{ text: "Contact Us", href: "tel:+97142344002" },
|
||||
{ text: "Get a Quote", href: "/contact" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/successful-business-team-working-finance-market_1262-19170.jpg"
|
||||
imageAlt="Professional Business Services"
|
||||
/>
|
||||
</div>
|
||||
|
||||
{/* Services Details Section */}
|
||||
<div id="services" data-section="services">
|
||||
<FeatureCardNine
|
||||
title="Our Comprehensive Service Offerings"
|
||||
description="Complete solutions for all your typing, documentation, and business support needs. From simple typing tasks to complex visa assistance, we have the expertise to help."
|
||||
tag="Service Categories"
|
||||
title="Services We Specialize In"
|
||||
description="Expert solutions tailored to meet the unique needs of individuals, families, and businesses across the UAE."
|
||||
tag="Service Expertise"
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
@@ -78,58 +95,68 @@ export default function ServicesPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Professional Typing & Data Entry",
|
||||
description:
|
||||
"Fast, accurate typing services including data entry, document formatting, resume preparation, letter writing, and transcription. All work completed with meticulous attention to detail.",
|
||||
phoneOne: {
|
||||
title: "Professional Typing & Data Entry", description:
|
||||
"Accurate and efficient typing services for reports, documents, forms, and data entry. Fast turnaround with 100% accuracy guaranteed.", phoneOne: {
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/very-busy-day-comany-s-office_329181-15326.jpg?_wi=2",
|
||||
"http://img.b2bpic.net/free-photo/close-up-hands-typing-laptop_1098-16206.jpg"
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWtXFm7YveRngEeGBLGWU1rzdI/uploaded-1772720712002-0tsjrtax.png?_wi=2",
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWtXFm7YveRngEeGBLGWU1rzdI/uploaded-1772720712002-0tsjrtax.png"
|
||||
},
|
||||
buttons: [{ text: "Inquire Now", href: "tel:+97142344002" }],
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Business Documentation & Setup",
|
||||
description:
|
||||
"Complete assistance with business registration, contract drafting, company agreement preparation, employment documents, and all administrative paperwork needed to launch or maintain your UAE business.",
|
||||
phoneOne: {
|
||||
title: "Business Documentation & Setup", description:
|
||||
"Complete assistance with business registration, license applications, contract drafting, and administrative documentation for UAE companies.", phoneOne: {
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/happy-african-american-businesswoman-talking-female-colleagues-while-working-office_637285-9843.jpg?_wi=3",
|
||||
"http://img.b2bpic.net/free-photo/business-people-discussing-contract_1157-8046.jpg"
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWtXFm7YveRngEeGBLGWU1rzdI/uploaded-1772720712002-vzon6txy.png?_wi=2",
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWtXFm7YveRngEeGBLGWU1rzdI/uploaded-1772720712002-vzon6txy.png"
|
||||
},
|
||||
buttons: [{ text: "Get Started", href: "tel:+97142344002" }],
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Visa & Government Services",
|
||||
description:
|
||||
"Expert guidance on UAE visa applications, government form completion, PRO services coordination, passport renewals, labor card applications, and all official documentation requirements.",
|
||||
phoneOne: {
|
||||
title: "Visa & Government Form Support", description:
|
||||
"Expert PRO services, visa application support, government form completion, and official documentation assistance for all visa categories.", phoneOne: {
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/top-view-green-card-application_23-2149601334.jpg?_wi=2",
|
||||
"http://img.b2bpic.net/free-photo/immigration-concept-with-visa-passport_23-2149601305.jpg"
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWtXFm7YveRngEeGBLGWU1rzdI/uploaded-1772720712002-do4hnpnn.png?_wi=2",
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWtXFm7YveRngEeGBLGWU1rzdI/uploaded-1772720712002-do4hnpnn.png"
|
||||
},
|
||||
buttons: [{ text: "Learn More", href: "tel:+97142344002" }],
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
title: "Document Translation & Certification", description:
|
||||
"Professional translation services for legal documents, certificates, and official paperwork. Certified and notarized translations available.", phoneOne: {
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-document-with-word-translation_1262-19307.jpg"
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWtXFm7YveRngEeGBLGWU1rzdI/uploaded-1772720712002-do4hnpnn.png"
|
||||
},
|
||||
buttons: [{ text: "Request Translation", href: "tel:+97142344002" }],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
{/* CTA Section */}
|
||||
<div id="services-cta" data-section="services-cta">
|
||||
{/* Contact CTA Section */}
|
||||
<div id="contact-cta" data-section="contact-cta">
|
||||
<ContactCTA
|
||||
tag="Ready to Get Help?"
|
||||
tag="Ready for Professional Support?"
|
||||
tagIcon={Phone}
|
||||
tagAnimation="slide-up"
|
||||
title="Let's Handle Your Business Needs"
|
||||
description="Whether you need typing assistance, business documentation support, or help with government forms, our team is ready to provide professional, fast, and reliable service. Contact us today for a free consultation."
|
||||
title="Let's Solve Your Business Challenges"
|
||||
description="Whether you need typing assistance, business documentation, visa support, or any other professional service, our expert team is ready to help. Contact us today for a consultation."
|
||||
buttons={[
|
||||
{ text: "Call Now: 04 234 4002", href: "tel:+97142344002" },
|
||||
{ text: "WhatsApp Us", href: "https://wa.me/97142344002" },
|
||||
@@ -149,4 +176,4 @@ export default function ServicesPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -11,7 +11,7 @@ html {
|
||||
body {
|
||||
background-color: var(--background);
|
||||
color: var(--foreground);
|
||||
font-family: var(--font-lato), sans-serif;
|
||||
font-family: var(--font-inter), sans-serif;
|
||||
position: relative;
|
||||
min-height: 100vh;
|
||||
overscroll-behavior: none;
|
||||
@@ -24,5 +24,5 @@ h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
font-family: var(--font-lato), sans-serif;
|
||||
font-family: var(--font-dm-sans), sans-serif;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user