Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c125cf7d15 | |||
| 22325df084 | |||
| 2bd6288b5d | |||
| 1d0a06e265 | |||
| 98e021852a | |||
| 1f3e4a3534 | |||
| f3423bf53d | |||
| 8a166c1ccb |
@@ -1,51 +1,20 @@
|
|||||||
import type { Metadata } from "next";
|
import type { Metadata } from "next";
|
||||||
import { DM_Sans } from "next/font/google";
|
|
||||||
import { Inter } from "next/font/google";
|
import { Inter } from "next/font/google";
|
||||||
import "./globals.css";
|
import "@/styles/globals.css";
|
||||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
|
||||||
import Tag from "@/tag/Tag";
|
|
||||||
|
|
||||||
const dmSans = DM_Sans({
|
const inter = Inter({ subsets: ["latin"] });
|
||||||
variable: "--font-dm-sans", subsets: ["latin"],
|
|
||||||
});
|
|
||||||
|
|
||||||
const inter = Inter({
|
|
||||||
variable: "--font-inter", subsets: ["latin"],
|
|
||||||
});
|
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "UAE Visa & Residency Services Dubai | Fast Trusted Experts", description: "Expert visa services in Dubai for family visas, Golden Visa, entry permits & PRO services. 24/7 support from GDRFA specialists. 4.6 star rated. Call 058 980 3121.", keywords: "Dubai family visa, Golden Visa UAE, freelance visa, entry permit, PRO services Dubai, visa services Deira, GDRFA Dubai, residential visa", metadataBase: new URL("https://visaservicesdubai.ae"),
|
title: "Visa Services UAE", description: "UAE Visa & Residency Experts – Fast, Trusted & Government Compliant"};
|
||||||
alternates: {
|
|
||||||
canonical: "https://visaservicesdubai.ae"},
|
|
||||||
openGraph: {
|
|
||||||
title: "UAE Visa & Residency Experts – Fast, Trusted & Government Compliant", description: "Expert visa consulting in Dubai. Family visas, Golden Visa, entry permits, PRO services. 24/7 support. Open 24 hours.", url: "https://visaservicesdubai.ae", siteName: "Visa Services Dubai UAE", type: "website", images: [
|
|
||||||
{
|
|
||||||
url: "http://img.b2bpic.net/free-photo/business-partners-team-walking-down-discussing-work_1150-3027.jpg", alt: "Visa Services Dubai - Professional Office"},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
twitter: {
|
|
||||||
card: "summary_large_image", title: "UAE Visa & Residency Services Dubai", description: "Expert visa services & PRO consulting. Family visas, Golden Visa, entry permits. 24/7 support.", images: ["http://img.b2bpic.net/free-photo/business-partners-team-walking-down-discussing-work_1150-3027.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={inter.className}>{children}
|
||||||
<body
|
|
||||||
className={`${dmSans.variable} ${inter.variable} antialiased`}
|
|
||||||
>
|
|
||||||
<Tag />
|
|
||||||
{children}
|
|
||||||
|
|
||||||
<script
|
<script
|
||||||
dangerouslySetInnerHTML={{
|
dangerouslySetInnerHTML={{
|
||||||
__html: `
|
__html: `
|
||||||
@@ -1413,7 +1382,6 @@ export default function RootLayout({
|
|||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
</body>
|
</body>
|
||||||
</ServiceWrapper>
|
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -121,7 +121,7 @@ export default function LandingPage() {
|
|||||||
tagIcon={Mail}
|
tagIcon={Mail}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
inputPlaceholder="Enter your email address"
|
inputPlaceholder="Enter your email address"
|
||||||
buttonText="Get Free Consultation"
|
buttonText="Get Free Consultation (2 Hour Response)"
|
||||||
termsText="We respect your privacy. Your information is secure and will only be used to contact you about your visa assessment."
|
termsText="We respect your privacy. Your information is secure and will only be used to contact you about your visa assessment."
|
||||||
background={{ variant: "rotated-rays-animated-grid" }}
|
background={{ variant: "rotated-rays-animated-grid" }}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
|
|||||||
Reference in New Issue
Block a user