Merge version_2 into main #4
@@ -1,51 +1,20 @@
|
||||
import type { Metadata } from "next";
|
||||
import { DM_Sans } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const dmSans = DM_Sans({
|
||||
variable: "--font-dm-sans", subsets: ["latin"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter", subsets: ["latin"],
|
||||
});
|
||||
const inter = Inter({ subsets: ["latin"] });
|
||||
|
||||
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"),
|
||||
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,
|
||||
},
|
||||
};
|
||||
title: "UAE Visa & Residency Experts – Fast, Trusted & Government Compliant", description: "Family Visa • Golden Visa • Freelance Visa • Entry Permits • PRO Services • Open 24 Hours"};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
}: {
|
||||
children: React.ReactNode;
|
||||
}>) {
|
||||
}) {
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body
|
||||
className={`${dmSans.variable} ${inter.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
|
||||
<html lang="en">
|
||||
<body className={inter.className}>{children}
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: `
|
||||
@@ -1413,7 +1382,6 @@ export default function RootLayout({
|
||||
}}
|
||||
/>
|
||||
</body>
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
|
||||
@@ -71,13 +71,16 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
icon: Users,
|
||||
title: "Residency & Family Visas", description: "Family visa sponsorship, wife visa, newborn baby visa, residency renewal, parents sponsorship, employment visa, investor visa. Avoid AED 100 daily overstay fines."},
|
||||
title: "Residency & Family Visas", description: "Avoid AED 100/day overstay fines with guaranteed family visa approval within 7-14 days. Includes wife visa, newborn baby visa, residency renewal, parents sponsorship, and employment visa with government-level compliance."
|
||||
},
|
||||
{
|
||||
icon: Crown,
|
||||
title: "Golden & Entry Permits", description: "Golden Visa services, green visa (5-year skilled employee), multiple entry visa, business opportunity permits, exploring job opportunities, overstay assistance."},
|
||||
title: "Golden & Entry Permits", description: "Secure premium residency status with guaranteed Golden Visa approval and green visa (5-year skilled employee) within 10-15 days. Includes multiple entry visa, business opportunity permits, and overstay assistance."
|
||||
},
|
||||
{
|
||||
icon: Building2,
|
||||
title: "Business & PRO Services", description: "Establishment card services, visa typing, status change, medical application typing, visa stamping with Emirates ID, business setup, real estate licensing, trading licenses."},
|
||||
title: "Business & PRO Services", description: "Accelerate your business setup with guaranteed document processing and visa stamping within 24-48 hours. Includes establishment card services, status change, medical application typing, Emirates ID, real estate licensing, and trading licenses."
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -95,19 +98,24 @@ export default function LandingPage() {
|
||||
bulletPoints={[
|
||||
{
|
||||
icon: CheckCircle,
|
||||
title: "24/7 Support Available", description: "Round-the-clock assistance for all your visa and immigration queries"},
|
||||
title: "24/7 Support Available", description: "Round-the-clock assistance for all your visa and immigration queries"
|
||||
},
|
||||
{
|
||||
icon: Shield,
|
||||
title: "Government Process Expert", description: "Deep knowledge of GDRFA Dubai, ICP UAE, and Ministry of Human Resources procedures"},
|
||||
title: "Government Process Expert", description: "Deep knowledge of GDRFA Dubai, ICP UAE, and Ministry of Human Resources procedures"
|
||||
},
|
||||
{
|
||||
icon: Zap,
|
||||
title: "Fast Processing", description: "Expedited visa processing with transparent timelines and status updates"},
|
||||
title: "Fast Processing", description: "Expedited visa processing with transparent timelines and status updates"
|
||||
},
|
||||
{
|
||||
icon: DollarSign,
|
||||
title: "Transparent Pricing", description: "No hidden fees – clear, upfront pricing for all services"},
|
||||
title: "Transparent Pricing", description: "No hidden fees – clear, upfront pricing for all services"
|
||||
},
|
||||
{
|
||||
icon: Star,
|
||||
title: "4.6 Star Rating", description: "Trusted by over 25 satisfied clients across Dubai and UAE"},
|
||||
title: "4.6 Star Rating", description: "Trusted by over 25 satisfied clients across Dubai and UAE"
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Schedule Free Assessment", href: "#contact" }]}
|
||||
/>
|
||||
@@ -141,22 +149,28 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Al-Mansoori", role: "Family Visa Applicant", company: "Dubai", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Sarah Al-Mansoori"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Sarah Al-Mansoori"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Ahmed Al-Mazrouei", role: "Golden Visa Sponsor", company: "Abu Dhabi", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Ahmed Al-Mazrouei"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Ahmed Al-Mazrouei"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Fatima Al-Ketbi", role: "Business Owner", company: "Deira, Dubai", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Fatima Al-Ketbi"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Fatima Al-Ketbi"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Mohammed Al-Suwaidi", role: "Freelance Visa Holder", company: "Dubai Marina", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "Mohammed Al-Suwaidi"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "Mohammed Al-Suwaidi"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Layla Al-Qasimi", role: "Investor Visa Client", company: "Downtown Dubai", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5", imageAlt: "Layla Al-Qasimi"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5", imageAlt: "Layla Al-Qasimi"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Khalid Al-Hammadi", role: "PRO Services Client", company: "Business Bay", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", imageAlt: "Khalid Al-Hammadi"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", imageAlt: "Khalid Al-Hammadi"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -172,17 +186,23 @@ export default function LandingPage() {
|
||||
faqsAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "How long does a family visa take to process?", content: "Family visa processing typically takes 7-14 business days from the date of application submission, depending on completeness of documents and current government processing times. We expedite the process where possible."},
|
||||
id: "1", title: "How long does a family visa take to process?", content: "Family visa processing typically takes 7-14 business days from the date of application submission, depending on completeness of documents and current government processing times. We expedite the process where possible."
|
||||
},
|
||||
{
|
||||
id: "2", title: "What documents are required for a Golden Visa?", content: "Golden Visa requirements include valid passport, proof of investment (AED 1 million or AED 500,000 in specific sectors), bank statements, medical report, accommodation proof, and completed application forms. We guide you through the complete document checklist."},
|
||||
id: "2", title: "What documents are required for a Golden Visa?", content: "Golden Visa requirements include valid passport, proof of investment (AED 1 million or AED 500,000 in specific sectors), bank statements, medical report, accommodation proof, and completed application forms. We guide you through the complete document checklist."
|
||||
},
|
||||
{
|
||||
id: "3", title: "Can I sponsor my parents for residency?", content: "Yes, you can sponsor your parents for UAE residency if you meet income requirements (typically AED 5,000+ monthly salary) and can provide accommodation. We handle all documentation and submission processes."},
|
||||
id: "3", title: "Can I sponsor my parents for residency?", content: "Yes, you can sponsor your parents for UAE residency if you meet income requirements (typically AED 5,000+ monthly salary) and can provide accommodation. We handle all documentation and submission processes."
|
||||
},
|
||||
{
|
||||
id: "4", title: "What is the Green Visa for skilled employees?", content: "The Green Visa is a 5-year renewable visa for skilled employees, specialized talents, and key professionals. It allows work for specific employers with easier switching and family sponsorship eligibility after 18 months."},
|
||||
id: "4", title: "What is the Green Visa for skilled employees?", content: "The Green Visa is a 5-year renewable visa for skilled employees, specialized talents, and key professionals. It allows work for specific employers with easier switching and family sponsorship eligibility after 18 months."
|
||||
},
|
||||
{
|
||||
id: "5", title: "How do I avoid overstay fines?", content: "Overstay in UAE costs AED 100 per day. We help you apply for visa extensions, exit re-entry visas, or status changes BEFORE your current visa expires. Early application is key to avoiding fines."},
|
||||
id: "5", title: "How do I avoid overstay fines?", content: "Overstay in UAE costs AED 100 per day. We help you apply for visa extensions, exit re-entry visas, or status changes BEFORE your current visa expires. Early application is key to avoiding fines."
|
||||
},
|
||||
{
|
||||
id: "6", title: "What is your pricing model?", content: "Our pricing is transparent and varies by service type. Family visas start from AED 800-1,500, Golden Visa processing from AED 2,000-5,000, and PRO services from AED 500-2,000. We provide upfront quotes after initial consultation."},
|
||||
id: "6", title: "What is your pricing model?", content: "Our pricing is transparent and varies by service type. Family visas start from AED 800-1,500, Golden Visa processing from AED 2,000-5,000, and PRO services from AED 500-2,000. We provide upfront quotes after initial consultation."
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user