Compare commits
13 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3ca7a6f224 | |||
| d63695898c | |||
| 38deed47f0 | |||
| 4302a8681f | |||
| d0d5d80784 | |||
| d538cf1034 | |||
| 4b8c80fb14 | |||
| 2a5920eb68 | |||
| d0047c42c3 | |||
| 32985a9fd3 | |||
| f1b95e669b | |||
| 8cf53dbcd3 | |||
| 067ac6e8f8 |
@@ -68,13 +68,13 @@ const AboutPage = () => {
|
|||||||
headingFontWeight="normal"
|
headingFontWeight="normal"
|
||||||
>
|
>
|
||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarStyleApple brandName="Aajel" navItems={navItems} />
|
<NavbarStyleApple brandName="" navItems={navItems} />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="why-choose-us" data-section="why-choose-us">
|
<div id="why-choose-us" data-section="why-choose-us">
|
||||||
<FeatureCardMedia
|
<FeatureCardMedia
|
||||||
tag="Why Choose Us"
|
tag="Why Choose Us"
|
||||||
title="Why Aajel Business Services Stands Out"
|
title="Why Business Services Stands Out"
|
||||||
description="Trusted by hundreds of Dubai clients for professional, fast, and reliable business support services."
|
description="Trusted by hundreds of Dubai clients for professional, fast, and reliable business support services."
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
@@ -135,7 +135,7 @@ const AboutPage = () => {
|
|||||||
<div id="faq" data-section="faq">
|
<div id="faq" data-section="faq">
|
||||||
<FaqSplitText
|
<FaqSplitText
|
||||||
sideTitle="Frequently Asked Questions"
|
sideTitle="Frequently Asked Questions"
|
||||||
sideDescription="Quick answers to common questions about Aajel Business Services."
|
sideDescription="Quick answers to common questions about Business Services."
|
||||||
textPosition="left"
|
textPosition="left"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
faqsAnimation="slide-up"
|
faqsAnimation="slide-up"
|
||||||
@@ -182,9 +182,9 @@ const AboutPage = () => {
|
|||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterBaseCard
|
<FooterBaseCard
|
||||||
logoText="Aajel Business Services"
|
logoText=" Business Services"
|
||||||
columns={footerColumns}
|
columns={footerColumns}
|
||||||
copyrightText="© 2025 Aajel Business Services. All rights reserved. Professional Typing & Business Support in Dubai."
|
copyrightText="© 2025 Business Services. All rights reserved. Professional Typing & Business Support in Dubai."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
|
|||||||
@@ -68,13 +68,13 @@ const ContactPage = () => {
|
|||||||
headingFontWeight="normal"
|
headingFontWeight="normal"
|
||||||
>
|
>
|
||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarStyleApple brandName="Aajel" navItems={navItems} />
|
<NavbarStyleApple brandName="" navItems={navItems} />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="contact-form" data-section="contact-form">
|
<div id="contact-form" data-section="contact-form">
|
||||||
<ContactSplitForm
|
<ContactSplitForm
|
||||||
title="Get in Touch Today"
|
title="Get in Touch Today"
|
||||||
description="Need professional typing, business support, or document assistance? Contact Aajel Business Services now via phone, WhatsApp, or the form below."
|
description="Need professional typing, business support, or document assistance? Contact Business Services now via phone, WhatsApp, or the form below."
|
||||||
inputs={[
|
inputs={[
|
||||||
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
||||||
{ name: "phone", type: "tel", placeholder: "Phone Number", required: true },
|
{ name: "phone", type: "tel", placeholder: "Phone Number", required: true },
|
||||||
@@ -137,9 +137,9 @@ const ContactPage = () => {
|
|||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterBaseCard
|
<FooterBaseCard
|
||||||
logoText="Aajel Business Services"
|
logoText=" Business Services"
|
||||||
columns={footerColumns}
|
columns={footerColumns}
|
||||||
copyrightText="© 2025 Aajel Business Services. All rights reserved. Professional Typing & Business Support in Dubai."
|
copyrightText="© 2025 Business Services. All rights reserved. Professional Typing & Business Support in Dubai."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
|
|||||||
1435
src/app/layout.tsx
1435
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -68,7 +68,10 @@ const HomePage = () => {
|
|||||||
headingFontWeight="normal"
|
headingFontWeight="normal"
|
||||||
>
|
>
|
||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarStyleApple brandName="Aajel" navItems={navItems} />
|
<NavbarStyleApple
|
||||||
|
brandName=""
|
||||||
|
navItems={navItems}
|
||||||
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
@@ -76,7 +79,7 @@ const HomePage = () => {
|
|||||||
tag="Trusted Local Service"
|
tag="Trusted Local Service"
|
||||||
tagIcon={Shield}
|
tagIcon={Shield}
|
||||||
title="Fast, Reliable Business Support for Dubai"
|
title="Fast, Reliable Business Support for Dubai"
|
||||||
description="Aajel Business Services provides professional typing, visa assistance, legal documentation, and government form support. Call now or WhatsApp for immediate help with your UAE business and document needs."
|
description=" Business Services provides professional typing, visa assistance, legal documentation, and government form support. Call now or WhatsApp for immediate help with your UAE business and document needs."
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Call Now: 04 234 4002", href: "tel:042344002" },
|
{ text: "Call Now: 04 234 4002", href: "tel:042344002" },
|
||||||
{ text: "WhatsApp Now", href: "https://wa.me/971" },
|
{ text: "WhatsApp Now", href: "https://wa.me/971" },
|
||||||
@@ -124,7 +127,7 @@ const HomePage = () => {
|
|||||||
<TextAbout
|
<TextAbout
|
||||||
tag="About Our Company"
|
tag="About Our Company"
|
||||||
tagIcon={Building2}
|
tagIcon={Building2}
|
||||||
title="Aajel Business Services: Your Trusted Partner for Professional Business Support in Dubai. Helping individuals, entrepreneurs, and businesses navigate typing, documentation, visa, and legal processes with expertise, professionalism, and reliable service since our establishment in Al Twar."
|
title=" Business Services: Your Trusted Partner for Professional Business Support in Dubai. Helping individuals, entrepreneurs, and businesses navigate typing, documentation, visa, and legal processes with expertise, professionalism, and reliable service since our establishment in Al Twar."
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Our Services", href: "/services" },
|
{ text: "Our Services", href: "/services" },
|
||||||
@@ -151,7 +154,7 @@ const HomePage = () => {
|
|||||||
<TestimonialCardSix
|
<TestimonialCardSix
|
||||||
tag="Customer Reviews"
|
tag="Customer Reviews"
|
||||||
title="What Our Clients Say"
|
title="What Our Clients Say"
|
||||||
description="Real feedback from Dubai customers who trust Aajel Business Services for their business needs."
|
description="Real feedback from Dubai customers who trust Business Services for their business needs."
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
@@ -161,19 +164,19 @@ const HomePage = () => {
|
|||||||
"Professional and experienced team. They handled my business registration paperwork flawlessly. Highly recommended for anyone starting a business in Dubai.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Ahmed Al Mansouri"},
|
"Professional and experienced team. They handled my business registration paperwork flawlessly. Highly recommended for anyone starting a business in Dubai.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Ahmed Al Mansouri"},
|
||||||
{
|
{
|
||||||
id: "2", name: "Fatima Hassan", handle: "HR Manager", testimonial:
|
id: "2", name: "Fatima Hassan", handle: "HR Manager", testimonial:
|
||||||
"Aajel solved our complex visa documentation issues quickly. Their expertise with government processes saved us so much time and stress.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman-office_1398-6.jpg", imageAlt: "Fatima Hassan"},
|
" solved our complex visa documentation issues quickly. Their expertise with government processes saved us so much time and stress.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman-office_1398-6.jpg", imageAlt: "Fatima Hassan"},
|
||||||
{
|
{
|
||||||
id: "3", name: "Mohammed Al Zahra", handle: "Entrepreneur", testimonial:
|
id: "3", name: "Mohammed Al Zahra", handle: "Entrepreneur", testimonial:
|
||||||
"Fast service, competitive prices, and helpful staff. They made the entire process simple and transparent. Best business service provider in Al Twar.", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-man-working-laptop_23-2148479521.jpg", imageAlt: "Mohammed Al Zahra"},
|
"Fast service, competitive prices, and helpful staff. They made the entire process simple and transparent. Best business service provider in Al Twar.", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-man-working-laptop_23-2148479521.jpg", imageAlt: "Mohammed Al Zahra"},
|
||||||
{
|
{
|
||||||
id: "4", name: "Sarah Johnson", handle: "Expatriate Professional", testimonial:
|
id: "4", name: "Sarah Johnson", handle: "Expatriate Professional", testimonial:
|
||||||
"I was confused with all the paperwork, but Aajel guided me through everything. Professional, friendly, and they really care about solving your problems.", imageSrc: "http://img.b2bpic.net/free-photo/afro-american-woman-smiling-close-up_23-2148336947.jpg", imageAlt: "Sarah Johnson"},
|
"I was confused with all the paperwork, but guided me through everything. Professional, friendly, and they really care about solving your problems.", imageSrc: "http://img.b2bpic.net/free-photo/afro-american-woman-smiling-close-up_23-2148336947.jpg", imageAlt: "Sarah Johnson"},
|
||||||
{
|
{
|
||||||
id: "5", name: "Raj Patel", handle: "Company Manager", testimonial:
|
id: "5", name: "Raj Patel", handle: "Company Manager", testimonial:
|
||||||
"Excellent service for document processing. Their team knows the UAE system inside out. Worth every dirham spent.", imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg", imageAlt: "Raj Patel"},
|
"Excellent service for document processing. Their team knows the UAE system inside out. Worth every dirham spent.", imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg", imageAlt: "Raj Patel"},
|
||||||
{
|
{
|
||||||
id: "6", name: "Layla Al Mansoori", handle: "Business Consultant", testimonial:
|
id: "6", name: "Layla Al Mansoori", handle: "Business Consultant", testimonial:
|
||||||
"Aajel demonstrates genuine hospitality alongside professional expertise. They handle difficult cases that others can't. Highly trusted partner.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-businesswoman_1098-3531.jpg", imageAlt: "Layla Al Mansoori"},
|
" demonstrates genuine hospitality alongside professional expertise. They handle difficult cases that others can't. Highly trusted partner.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-businesswoman_1098-3531.jpg", imageAlt: "Layla Al Mansoori"},
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -181,7 +184,7 @@ const HomePage = () => {
|
|||||||
<div id="cta" data-section="cta">
|
<div id="cta" data-section="cta">
|
||||||
<FeatureCardMedia
|
<FeatureCardMedia
|
||||||
tag="Ready to Get Started"
|
tag="Ready to Get Started"
|
||||||
title="Transform Your Business with Aajel Services"
|
title="Transform Your Business with Services"
|
||||||
description="Stop worrying about paperwork and documentation. Let our expert team handle your typing, visa, and business support needs while you focus on growing your business."
|
description="Stop worrying about paperwork and documentation. Let our expert team handle your typing, visa, and business support needs while you focus on growing your business."
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
@@ -199,13 +202,13 @@ const HomePage = () => {
|
|||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterBaseCard
|
<FooterBaseCard
|
||||||
logoText="Aajel Business Services"
|
logoText=" Business Services"
|
||||||
columns={footerColumns}
|
columns={footerColumns}
|
||||||
copyrightText="© 2025 Aajel Business Services. All rights reserved. Professional Typing & Business Support in Dubai."
|
copyrightText="© 2025 Business Services. All rights reserved. Professional Typing & Business Support in Dubai."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
||||||
export default HomePage;
|
export default HomePage;
|
||||||
|
|||||||
@@ -68,14 +68,14 @@ const ReviewsPage = () => {
|
|||||||
headingFontWeight="normal"
|
headingFontWeight="normal"
|
||||||
>
|
>
|
||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarStyleApple brandName="Aajel" navItems={navItems} />
|
<NavbarStyleApple brandName="" navItems={navItems} />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="testimonials" data-section="testimonials">
|
<div id="testimonials" data-section="testimonials">
|
||||||
<TestimonialCardSix
|
<TestimonialCardSix
|
||||||
tag="Customer Reviews"
|
tag="Customer Reviews"
|
||||||
title="What Our Clients Say"
|
title="What Our Clients Say"
|
||||||
description="Real feedback from Dubai customers who trust Aajel Business Services for their business needs."
|
description="Real feedback from Dubai customers who trust Business Services for their business needs."
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
@@ -94,7 +94,7 @@ const ReviewsPage = () => {
|
|||||||
name: "Fatima Hassan",
|
name: "Fatima Hassan",
|
||||||
handle: "HR Manager",
|
handle: "HR Manager",
|
||||||
testimonial:
|
testimonial:
|
||||||
"Aajel solved our complex visa documentation issues quickly. Their expertise with government processes saved us so much time and stress.",
|
" solved our complex visa documentation issues quickly. Their expertise with government processes saved us so much time and stress.",
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman-office_1398-6.jpg?_wi=2",
|
imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman-office_1398-6.jpg?_wi=2",
|
||||||
imageAlt: "Fatima Hassan",
|
imageAlt: "Fatima Hassan",
|
||||||
},
|
},
|
||||||
@@ -112,7 +112,7 @@ const ReviewsPage = () => {
|
|||||||
name: "Sarah Johnson",
|
name: "Sarah Johnson",
|
||||||
handle: "Expatriate Professional",
|
handle: "Expatriate Professional",
|
||||||
testimonial:
|
testimonial:
|
||||||
"I was confused with all the paperwork, but Aajel guided me through everything. Professional, friendly, and they really care about solving your problems.",
|
"I was confused with all the paperwork, but guided me through everything. Professional, friendly, and they really care about solving your problems.",
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/afro-american-woman-smiling-close-up_23-2148336947.jpg?_wi=2",
|
imageSrc: "http://img.b2bpic.net/free-photo/afro-american-woman-smiling-close-up_23-2148336947.jpg?_wi=2",
|
||||||
imageAlt: "Sarah Johnson",
|
imageAlt: "Sarah Johnson",
|
||||||
},
|
},
|
||||||
@@ -130,7 +130,7 @@ const ReviewsPage = () => {
|
|||||||
name: "Layla Al Mansoori",
|
name: "Layla Al Mansoori",
|
||||||
handle: "Business Consultant",
|
handle: "Business Consultant",
|
||||||
testimonial:
|
testimonial:
|
||||||
"Aajel demonstrates genuine hospitality alongside professional expertise. They handle difficult cases that others can't. Highly trusted partner.",
|
" demonstrates genuine hospitality alongside professional expertise. They handle difficult cases that others can't. Highly trusted partner.",
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-businesswoman_1098-3531.jpg?_wi=2",
|
imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-businesswoman_1098-3531.jpg?_wi=2",
|
||||||
imageAlt: "Layla Al Mansoori",
|
imageAlt: "Layla Al Mansoori",
|
||||||
},
|
},
|
||||||
@@ -142,7 +142,7 @@ const ReviewsPage = () => {
|
|||||||
<FeatureCardMedia
|
<FeatureCardMedia
|
||||||
tag="Contact Information"
|
tag="Contact Information"
|
||||||
title="Let's Talk Business"
|
title="Let's Talk Business"
|
||||||
description="Multiple ways to reach Aajel Business Services. Choose what works best for you."
|
description="Multiple ways to reach Business Services. Choose what works best for you."
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
@@ -177,9 +177,9 @@ const ReviewsPage = () => {
|
|||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterBaseCard
|
<FooterBaseCard
|
||||||
logoText="Aajel Business Services"
|
logoText=" Business Services"
|
||||||
columns={footerColumns}
|
columns={footerColumns}
|
||||||
copyrightText="© 2025 Aajel Business Services. All rights reserved. Professional Typing & Business Support in Dubai."
|
copyrightText="© 2025 Business Services. All rights reserved. Professional Typing & Business Support in Dubai."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
|
|||||||
@@ -67,7 +67,7 @@ const ServicesPage = () => {
|
|||||||
headingFontWeight="normal"
|
headingFontWeight="normal"
|
||||||
>
|
>
|
||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarStyleApple brandName="Aajel" navItems={navItems} />
|
<NavbarStyleApple brandName="" navItems={navItems} />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="services" data-section="services">
|
<div id="services" data-section="services">
|
||||||
@@ -178,9 +178,9 @@ const ServicesPage = () => {
|
|||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterBaseCard
|
<FooterBaseCard
|
||||||
logoText="Aajel Business Services"
|
logoText=" Business Services"
|
||||||
columns={footerColumns}
|
columns={footerColumns}
|
||||||
copyrightText="© 2025 Aajel Business Services. All rights reserved. Professional Typing & Business Support in Dubai."
|
copyrightText="© 2025 Business Services. All rights reserved. Professional Typing & Business Support in Dubai."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
|
|||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #f5f5f5;
|
--background: #ffffff;
|
||||||
--card: #ffffff;
|
--card: #f9f9f9;
|
||||||
--foreground: #1c1c1c;
|
--foreground: #000612e6;
|
||||||
--primary-cta: #1c7a2f;
|
--primary-cta: #15479c;
|
||||||
--primary-cta-text: #ffffff;
|
--primary-cta-text: #ffffff;
|
||||||
--secondary-cta: #ffffff;
|
--secondary-cta: #f9f9f9;
|
||||||
--secondary-cta-text: #1c1c1c;
|
--secondary-cta-text: #000612e6;
|
||||||
--accent: #159c49;
|
--accent: #e2e2e2;
|
||||||
--background-accent: #a8e8ba;
|
--background-accent: #c4c4c4;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
|
|||||||
Reference in New Issue
Block a user