304 lines
19 KiB
TypeScript
304 lines
19 KiB
TypeScript
"use client";
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
|
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
|
|
import SplitAbout from '@/components/sections/about/SplitAbout';
|
|
import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne';
|
|
import PricingCardFive from '@/components/sections/pricing/PricingCardFive';
|
|
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
|
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
|
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
|
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
|
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
|
import { CheckCircle, Award, Zap, Eye, Shield, TrendingUp, Briefcase, DollarSign, Rocket, Sparkles, Building2, BarChart3, Users, Star, Mail } from "lucide-react";
|
|
|
|
export default function LandingPage() {
|
|
return (
|
|
<ThemeProvider
|
|
defaultButtonVariant="text-stagger"
|
|
defaultTextAnimation="reveal-blur"
|
|
borderRadius="soft"
|
|
contentWidth="compact"
|
|
sizing="mediumLargeSizeLargeTitles"
|
|
background="none"
|
|
cardStyle="inset"
|
|
primaryButtonStyle="double-inset"
|
|
secondaryButtonStyle="radial-glow"
|
|
headingFontWeight="light"
|
|
>
|
|
<div id="nav" data-section="nav">
|
|
<NavbarLayoutFloatingOverlay
|
|
brandName="Alif Star Business Services"
|
|
navItems={[
|
|
{ name: "Services", id: "services" },
|
|
{ name: "Pricing", id: "pricing" },
|
|
{ name: "About", id: "about" },
|
|
{ name: "Testimonials", id: "testimonials" },
|
|
{ name: "FAQ", id: "faq" }
|
|
]}
|
|
button={{ text: "Start Your Journey", href: "#contact" }}
|
|
/>
|
|
</div>
|
|
|
|
<div id="hero" data-section="hero">
|
|
<HeroBillboard
|
|
title="Your Trusted Dubai Business & Visa Partner"
|
|
description="Fast processing, transparent pricing, expert guidance. From company formation to family visas—we handle the paperwork so you can focus on your future in Dubai."
|
|
background={{ variant: "plain" }}
|
|
tag="Expert-Driven Solutions"
|
|
tagIcon={CheckCircle}
|
|
tagAnimation="slide-up"
|
|
buttons={[
|
|
{ text: "Start Your Journey Today", href: "#contact" },
|
|
{ text: "Learn More", href: "#about" }
|
|
]}
|
|
imageSrc="http://img.b2bpic.net/free-photo/contemporary-room-workplace-office-supplies-concept_53876-31812.jpg"
|
|
imageAlt="Dubai business setup workspace"
|
|
mediaAnimation="slide-up"
|
|
/>
|
|
</div>
|
|
|
|
<div id="about" data-section="about">
|
|
<SplitAbout
|
|
title="Why Alif Star is Your Best Partner"
|
|
description="We're committed to making your Dubai journey seamless with professional expertise and transparent processes."
|
|
tag="About Us"
|
|
tagIcon={Award}
|
|
tagAnimation="slide-up"
|
|
bulletPoints={[
|
|
{
|
|
title: "Fast & Efficient", description: "Expedited processing for business setup, visas, and documentation with proven turnaround times.", icon: Zap
|
|
},
|
|
{
|
|
title: "Transparent Pricing", description: "No hidden fees. Clear, upfront pricing for all services so you know exactly what to expect.", icon: Eye
|
|
},
|
|
{
|
|
title: "Expert Guidance", description: "Our team navigates UAE regulations with deep expertise in government procedures and requirements.", icon: Shield
|
|
},
|
|
{
|
|
title: "Proven Track Record", description: "Thousands of successful business setups, family visas, and government approvals across diverse industries.", icon: TrendingUp
|
|
}
|
|
]}
|
|
imageSrc="http://img.b2bpic.net/free-photo/businesswoman-talking-customer-mobile-phone_1262-20978.jpg"
|
|
imageAlt="Professional business services team"
|
|
mediaAnimation="slide-up"
|
|
textboxLayout="default"
|
|
useInvertedBackground={false}
|
|
imagePosition="right"
|
|
/>
|
|
</div>
|
|
|
|
<div id="services" data-section="services">
|
|
<FeatureCardTwentyOne
|
|
title="Our Core Services"
|
|
description="Comprehensive solutions designed for entrepreneurs, families, and corporate organizations navigating UAE business and visa processes."
|
|
tag="Services"
|
|
tagIcon={Briefcase}
|
|
tagAnimation="slide-up"
|
|
accordionItems={[
|
|
{
|
|
id: "1", title: "Business Setup & Company Formation", content: "Complete business registration, trade license acquisition, office setup, and compliance documentation. We handle all UAE government procedures so your business launches smoothly."
|
|
},
|
|
{
|
|
id: "2", title: "Visa Processing & Immigration", content: "Family visa sponsorship, employment visa applications, work permits, and residence visas. Our team ensures compliance with UAE immigration requirements and maximizes approval rates."
|
|
},
|
|
{
|
|
id: "3", title: "Government Documentation", content: "Labour contracts, attestation services, NOC applications, business licenses, and official permits. We maintain relationships with all key UAE government agencies for faster processing."
|
|
},
|
|
{
|
|
id: "4", title: "PRO Services & Compliance", content: "Public relations officer support, regulatory compliance, corporate documentation, and ongoing government liaison to keep your business aligned with UAE regulations."
|
|
}
|
|
]}
|
|
imageSrc="http://img.b2bpic.net/free-photo/male-employees-warehouse_23-2148923106.jpg"
|
|
imageAlt="Fast processing efficiency service"
|
|
mediaAnimation="slide-up"
|
|
useInvertedBackground={true}
|
|
mediaPosition="left"
|
|
/>
|
|
</div>
|
|
|
|
<div id="pricing" data-section="pricing">
|
|
<PricingCardFive
|
|
title="Simple, Transparent Pricing"
|
|
description="No hidden fees. Choose the package that fits your needs and launch your Dubai journey with confidence."
|
|
tag="Pricing"
|
|
tagIcon={DollarSign}
|
|
tagAnimation="slide-up"
|
|
plans={[
|
|
{
|
|
id: "startup", tag: "Startup Essentials", tagIcon: Rocket,
|
|
price: "AED 2,999", period: "one-time", description: "Perfect for first-time entrepreneurs establishing their UAE presence.", button: { text: "Get Started", href: "#contact" },
|
|
featuresTitle: "Included:", features: [
|
|
"Trade license processing", "Business registration", "Initial compliance documentation", "5 government submissions", "Email support"
|
|
]
|
|
},
|
|
{
|
|
id: "professional", tag: "Professional Plan", tagIcon: Sparkles,
|
|
price: "AED 5,999", period: "one-time", description: "Comprehensive package for established businesses and family visa sponsorship.", button: { text: "Choose Plan", href: "#contact" },
|
|
featuresTitle: "Included:", features: [
|
|
"Business setup (all licenses)", "Family visa sponsorship setup", "Complete documentation package", "Unlimited government submissions", "Dedicated account manager", "Priority processing"
|
|
]
|
|
},
|
|
{
|
|
id: "enterprise", tag: "Enterprise Solutions", tagIcon: Building2,
|
|
price: "AED 9,999", period: "one-time", description: "Full-service solution for corporations managing multiple visas and compliance needs.", button: { text: "Schedule Consultation", href: "#contact" },
|
|
featuresTitle: "Included:", features: [
|
|
"Complete corporate setup", "Unlimited visa processing", "HR and labour compliance", "Quarterly government liaisons", "24/7 priority support", "Dedicated compliance officer"
|
|
]
|
|
}
|
|
]}
|
|
animationType="slide-up"
|
|
textboxLayout="default"
|
|
useInvertedBackground={false}
|
|
/>
|
|
</div>
|
|
|
|
<div id="metrics" data-section="metrics">
|
|
<MetricCardOne
|
|
title="Our Impact & Credibility"
|
|
description="Proven results that demonstrate our expertise and reliability in Dubai's business and visa landscape."
|
|
tag="Statistics"
|
|
tagIcon={BarChart3}
|
|
tagAnimation="slide-up"
|
|
metrics={[
|
|
{
|
|
id: "1", value: "5000", title: "Businesses Setup", description: "Successfully established across UAE sectors", icon: TrendingUp
|
|
},
|
|
{
|
|
id: "2", value: "8500", title: "Visas Processed", description: "Family and employment approvals secured", icon: Users
|
|
},
|
|
{
|
|
id: "3", value: "98", title: "Approval Rate", description: "Percentage of successful applications", icon: CheckCircle
|
|
},
|
|
{
|
|
id: "4", value: "12", title: "Years Experience", description: "Trusted by UAE businesses since 2012", icon: Award
|
|
}
|
|
]}
|
|
gridVariant="uniform-all-items-equal"
|
|
animationType="slide-up"
|
|
textboxLayout="default"
|
|
useInvertedBackground={false}
|
|
/>
|
|
</div>
|
|
|
|
<div id="testimonials" data-section="testimonials">
|
|
<TestimonialCardTen
|
|
title="Trusted by Our Clients"
|
|
description="Real success stories from entrepreneurs, families, and corporations who transformed their Dubai dreams into reality."
|
|
tag="Testimonials"
|
|
tagIcon={Star}
|
|
tagAnimation="slide-up"
|
|
testimonials={[
|
|
{
|
|
id: "1", title: "Business Setup Made Simple", quote: "Alif Star handled everything from start to finish. Within weeks, my import-export business was officially registered and operational. Their transparency and responsiveness made the entire process stress-free.", name: "Ahmed Al-Mazrouei", role: "Founder, Global Trade Solutions", imageSrc: "http://img.b2bpic.net/free-photo/business-coworkers-shaking-hands-meeting-office-focus-is-businessman_637285-7009.jpg?id=26390769", imageAlt: "Ahmed Al-Mazrouei"
|
|
},
|
|
{
|
|
id: "2", title: "Family Visa Process Was Smooth", quote: "Sponsoring my family was overwhelming, but Alif Star guided me through every step. They explained the requirements clearly and handled all the documentation. My wife and children are now settled here thanks to their expertise.", name: "Fatima Al-Mansoori", role: "HR Manager, Dubai Corporation", imageSrc: "http://img.b2bpic.net/free-photo/young-family-with-cute-little-daughter-resting-forest-sunset_1303-24075.jpg?id=10298404", imageAlt: "Fatima Al-Mansoori"
|
|
},
|
|
{
|
|
id: "3", title: "Transparent Pricing, Zero Surprises", quote: "What impressed me most was their upfront pricing. No hidden fees, no last-minute charges. They quoted AED 5,999, and that's exactly what I paid. Highly professional and reliable.", name: "Marcus Johnson", role: "CEO, Tech Ventures Middle East", imageSrc: "http://img.b2bpic.net/free-photo/team-work-process-young-business-managers-crew-working-with-new-startup-project-labtop-wood-table-typing-keyboard-texting-message-analyze-graph-plans_1253-799.jpg?id=1131477", imageAlt: "Marcus Johnson"
|
|
},
|
|
{
|
|
id: "4", title: "Dedicated Account Management", quote: "Our company processes 15+ employee visas annually. Alif Star's dedicated account manager understands our needs and ensures everything moves efficiently. They're true partners in our growth.", name: "Priya Sharma", role: "Director of Operations, TechCore Systems", imageSrc: "http://img.b2bpic.net/free-photo/corporate-strategy-financial-growth-modern-business-environment_84443-73946.jpg?id=426492867", imageAlt: "Priya Sharma"
|
|
},
|
|
{
|
|
id: "5", title: "Fast and Professional Service", quote: "I needed my business registered urgently. Alif Star prioritized my application and delivered results in record time. Their team is knowledgeable, professional, and truly customer-focused.", name: "Hassan Al-Khalifa", role: "Entrepreneur, Logistics", imageSrc: "http://img.b2bpic.net/premium-photo/group-happy-multiethnic-business-people-formal-wear-gathered-around-computer-office_1326977-3974.jpg?id=372518992", imageAlt: "Hassan Al-Khalifa"
|
|
},
|
|
{
|
|
id: "6", title: "Exceptional Support Throughout", quote: "From the initial consultation to final approval, Alif Star's support was exceptional. They answered every question and proactively communicated every step. I recommend them to everyone relocating to Dubai.", name: "Sarah Mitchell", role: "International Business Consultant", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-smiling-posing-purple-wall_176420-2852.jpg?_wi=2", imageAlt: "Sarah Mitchell"
|
|
}
|
|
]}
|
|
textboxLayout="default"
|
|
useInvertedBackground={false}
|
|
/>
|
|
</div>
|
|
|
|
<div id="faq" data-section="faq">
|
|
<FaqSplitText
|
|
sideTitle="Frequently Asked Questions"
|
|
sideDescription="Get answers to common questions about our services, processing times, and visa requirements."
|
|
faqs={[
|
|
{
|
|
id: "1", title: "How long does business setup typically take?", content: "Most business setups are completed within 10-15 working days. For urgent cases, we offer expedited processing with completion in 5-7 days. Processing time depends on the business type and required approvals."
|
|
},
|
|
{
|
|
id: "2", title: "What's the success rate for visa applications?", content: "We maintain a 98% approval rate for visa applications. This high success rate is due to our deep expertise in UAE immigration requirements and thorough preparation of all documentation."
|
|
},
|
|
{
|
|
id: "3", title: "Are there any hidden fees?", content: "No. We provide transparent, upfront pricing with no hidden costs. All fees are clearly itemized in our initial quote. You'll know exactly what you're paying before proceeding."
|
|
},
|
|
{
|
|
id: "4", title: "Can you handle urgent government submissions?", content: "Yes. We offer priority processing and can handle urgent submissions through our direct government relationships. Additional expedite fees apply, but we guarantee faster turnaround."
|
|
},
|
|
{
|
|
id: "5", title: "What documents do I need for family visa sponsorship?", content: "Required documents include valid passports, marriage/birth certificates, health certificates, employment letters, and salary slips. We'll provide a complete checklist customized to your specific situation."
|
|
},
|
|
{
|
|
id: "6", title: "Do you offer ongoing compliance support?", content: "Yes. Our Enterprise plan includes quarterly compliance reviews and ongoing government liaison services. We also offer à la carte compliance consultations for existing clients."
|
|
}
|
|
]}
|
|
useInvertedBackground={false}
|
|
textPosition="left"
|
|
faqsAnimation="slide-up"
|
|
/>
|
|
</div>
|
|
|
|
<div id="contact" data-section="contact">
|
|
<ContactSplit
|
|
tag="Get Started"
|
|
tagIcon={Mail}
|
|
tagAnimation="slide-up"
|
|
title="Ready to Start Your Dubai Journey?"
|
|
description="Subscribe to our newsletter for exclusive updates, industry insights, and special offers. Or contact our team directly to schedule a personalized consultation."
|
|
background={{ variant: "plain" }}
|
|
useInvertedBackground={false}
|
|
imageSrc="http://img.b2bpic.net/free-psd/computer-repair-template-design_23-2151458805.jpg"
|
|
imageAlt="Contact and communication"
|
|
mediaAnimation="slide-up"
|
|
mediaPosition="right"
|
|
inputPlaceholder="Enter your email address"
|
|
buttonText="Subscribe Now"
|
|
termsText="We respect your privacy. Unsubscribe at any time. By subscribing, you agree to receive updates about our services."
|
|
/>
|
|
</div>
|
|
|
|
<div id="footer" data-section="footer">
|
|
<FooterLogoEmphasis
|
|
logoText="Alif Star"
|
|
columns={[
|
|
{
|
|
items: [
|
|
{ label: "Services", href: "#services" },
|
|
{ label: "Pricing", href: "#pricing" },
|
|
{ label: "About Us", href: "#about" }
|
|
]
|
|
},
|
|
{
|
|
items: [
|
|
{ label: "Testimonials", href: "#testimonials" },
|
|
{ label: "FAQ", href: "#faq" },
|
|
{ label: "Contact", href: "#contact" }
|
|
]
|
|
},
|
|
{
|
|
items: [
|
|
{ label: "Privacy Policy", href: "#" },
|
|
{ label: "Terms of Service", href: "#" },
|
|
{ label: "Careers", href: "#" }
|
|
]
|
|
},
|
|
{
|
|
items: [
|
|
{ label: "Dubai Office", href: "#" },
|
|
{ label: "+971 4 XXX XXXX", href: "tel:+97144440000" },
|
|
{ label: "info@alifstar.ae", href: "mailto:info@alifstar.ae" }
|
|
]
|
|
}
|
|
]}
|
|
/>
|
|
</div>
|
|
</ThemeProvider>
|
|
);
|
|
}
|