5 Commits

Author SHA1 Message Date
e87a139d56 Update src/app/page.tsx 2026-03-05 14:46:01 +00:00
91cc2d181c Update src/app/layout.tsx 2026-03-05 14:46:00 +00:00
5c4afa5759 Merge version_1 into main
Merge version_1 into main
2026-03-05 14:29:16 +00:00
08c6e205b2 Merge version_1 into main
Merge version_1 into main
2026-03-05 14:28:25 +00:00
6967dbe469 Merge version_1 into main
Merge version_1 into main
2026-03-05 14:27:10 +00:00
2 changed files with 15 additions and 63 deletions

View File

@@ -1,74 +1,27 @@
import type { Metadata } from "next"; import type { Metadata } from "next";
import { Halant } from "next/font/google"; import { Geist, Geist_Mono } from "next/font/google";
import { Inter } from "next/font/google";
import { Lato } from "next/font/google";
import "./globals.css"; import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const halant = Halant({ const geist = Geist({
variable: "--font-halant", variable: "--font-geist-sans", subsets: ["latin"],
subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
}); });
const inter = Inter({ const geistMono = Geist_Mono({
variable: "--font-inter", variable: "--font-geist-mono", subsets: ["latin"],
subsets: ["latin"],
});
const lato = Lato({
variable: "--font-lato",
subsets: ["latin"],
weight: ["100", "300", "400", "700", "900"],
}); });
export const metadata: Metadata = { export const metadata: Metadata = {
title: "Aajel Business Services Dubai - Typing & Document Support", title: "Create Next App", description: "Generated by create next app"};
description: "Fast, reliable typing, document processing, and business support services in Dubai. Professional assistance for visa, government forms, and administrative needs. Call 04 234 4002 or WhatsApp today.",
keywords: "typing service Dubai, document processing UAE, visa assistance Dubai, business support services, government forms help, Al Twar Dubai, professional typing",
metadataBase: new URL("https://aajelbusiness.com"),
alternates: {
canonical: "https://aajelbusiness.com",
},
openGraph: {
title: "Aajel Business Services - Your Trusted Partner for Typing & Business Support",
description: "Professional typing, document processing, and business support services in Dubai. Fast responses, transparent pricing, trusted by 500+ customers.",
url: "https://aajelbusiness.com",
siteName: "Aajel Business Services",
type: "website",
images: [
{
url: "http://img.b2bpic.net/free-photo/crop-businesswoman-using-laptop_1098-19997.jpg",
alt: "Aajel Business Services Office",
},
],
},
twitter: {
card: "summary_large_image",
title: "Aajel Business Services Dubai",
description: "Fast & reliable typing, documentation, and business support services. Call 04 234 4002",
images: ["http://img.b2bpic.net/free-photo/crop-businesswoman-using-laptop_1098-19997.jpg"],
},
robots: {
index: true,
follow: true,
},
};
export default function RootLayout({ export default function RootLayout({
children, children,
}: Readonly<{ }: {
children: React.ReactNode; children: React.ReactNode;
}>) { }) {
return ( return (
<html lang="en" suppressHydrationWarning> <html lang="en">
<ServiceWrapper> <body className={`${geist.variable} ${geistMono.variable} antialiased`}>
<body {children}
className={`${halant.variable} ${inter.variable} ${lato.variable} antialiased`}
>
<Tag />
{children}
<script <script
dangerouslySetInnerHTML={{ dangerouslySetInnerHTML={{
@@ -1437,7 +1390,6 @@ export default function RootLayout({
}} }}
/> />
</body> </body>
</ServiceWrapper>
</html> </html>
); );
} }

View File

@@ -135,7 +135,7 @@ export default function HomePage() {
{/* About/Metrics Section */} {/* About/Metrics Section */}
<div id="about" data-section="about"> <div id="about" data-section="about">
<AboutMetric <AboutMetric
title="Why Choose Aajel Business Services - Trusted Partner for Your Business Needs" title="Trusted by 500+ Dubai Businesses for Fast, Reliable Support"
metricsAnimation="slide-up" metricsAnimation="slide-up"
metrics={[ metrics={[
{ icon: Users, label: "Satisfied Customers", value: "500+" }, { icon: Users, label: "Satisfied Customers", value: "500+" },