Merge version_1 into main #3
@@ -26,49 +26,27 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "/about",
|
||||
},
|
||||
name: "About Us", id: "/about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
name: "Services", id: "/services"},
|
||||
{
|
||||
name: "Countries",
|
||||
id: "/countries",
|
||||
},
|
||||
name: "Countries", id: "/countries"},
|
||||
{
|
||||
name: "Vacancies",
|
||||
id: "/vacancies",
|
||||
},
|
||||
name: "Vacancies", id: "/vacancies"},
|
||||
{
|
||||
name: "Residency Programs",
|
||||
id: "/residency",
|
||||
},
|
||||
name: "Residency Programs", id: "/residency"},
|
||||
{
|
||||
name: "Football Invitations",
|
||||
id: "/football",
|
||||
},
|
||||
name: "Football Invitations", id: "/football"},
|
||||
{
|
||||
name: "Visa Updates",
|
||||
id: "/news",
|
||||
},
|
||||
name: "Visa Updates", id: "/news"},
|
||||
{
|
||||
name: "Apply Online",
|
||||
id: "/apply",
|
||||
},
|
||||
name: "Apply Online", id: "/apply"},
|
||||
{
|
||||
name: "Partnerships",
|
||||
id: "/partnerships",
|
||||
},
|
||||
name: "Partnerships", id: "/partnerships"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
brandName="ONS Document Clearance"
|
||||
/>
|
||||
@@ -79,30 +57,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Step 1: Create Your Account",
|
||||
content: "Register easily using your Google account or email/password. This secure portal will be your hub for all application activities.",
|
||||
},
|
||||
id: "1", title: "Step 1: Create Your Account", content: "Register easily using your Google account or email/password. This secure portal will be your hub for all application activities."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Step 2: Upload Required Documents",
|
||||
content: "Securely upload your CV, passport copies, photos, and any supporting videos directly through your dashboard. Our system guides you on required formats.",
|
||||
},
|
||||
id: "2", title: "Step 2: Upload Required Documents", content: "Securely upload your CV, passport copies, photos, and any supporting videos directly through your dashboard. Our system guides you on required formats."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Step 3: Track Your Application Status",
|
||||
content: "Monitor your application in real-time. Stages include: Documents Received, Under Review, Embassy Processing, Invitation Issued, and Visa Approved.",
|
||||
},
|
||||
id: "3", title: "Step 3: Track Your Application Status", content: "Monitor your application in real-time. Stages include: Documents Received, Under Review, Embassy Processing, Invitation Issued, and Visa Approved."},
|
||||
{
|
||||
id: "4",
|
||||
title: "What are the typical document requirements?",
|
||||
content: "Standard documents include a valid passport, updated CV, recent passport-sized photos, educational certificates, and professional references. Some visas may require additional forms or medical certificates.",
|
||||
},
|
||||
id: "4", title: "What are the typical document requirements?", content: "Standard documents include a valid passport, updated CV, recent passport-sized photos, educational certificates, and professional references. Some visas may require additional forms or medical certificates."},
|
||||
{
|
||||
id: "5",
|
||||
title: "Can I update my application after submission?",
|
||||
content: "Yes, you can upload additional documents or amend certain details through your dashboard until your application reaches the 'Embassy Processing' stage. For critical changes, please contact our support team.",
|
||||
},
|
||||
id: "5", title: "Can I update my application after submission?", content: "Yes, you can upload additional documents or amend certain details through your dashboard until your application reaches the 'Embassy Processing' stage. For critical changes, please contact our support team."},
|
||||
]}
|
||||
sideTitle="Your Application Journey"
|
||||
sideDescription="Experience a streamlined and transparent application process designed to make your international career dreams a reality. Track your progress every step of the way."
|
||||
@@ -115,16 +78,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "glowing-orb",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Ready to Begin?"
|
||||
title="Start Your International Journey Today"
|
||||
description="Register and apply for your next global opportunity through our intuitive online platform. Your future awaits!"
|
||||
buttons={[
|
||||
{
|
||||
text: "Register & Apply",
|
||||
href: "#",
|
||||
},
|
||||
text: "Register & Apply", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -133,83 +93,49 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "International Recruitment",
|
||||
href: "/services#recruitment",
|
||||
},
|
||||
label: "International Recruitment", href: "/services#recruitment"},
|
||||
{
|
||||
label: "Visa & Immigration",
|
||||
href: "/services#visa",
|
||||
},
|
||||
label: "Visa & Immigration", href: "/services#visa"},
|
||||
{
|
||||
label: "Document Clearance",
|
||||
href: "/services#documents",
|
||||
},
|
||||
label: "Document Clearance", href: "/services#documents"},
|
||||
{
|
||||
label: "Business Support",
|
||||
href: "/services#business",
|
||||
},
|
||||
label: "Business Support", href: "/services#business"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About Us", href: "/about"},
|
||||
{
|
||||
label: "Team",
|
||||
href: "/about#team",
|
||||
},
|
||||
label: "Team", href: "/about#team"},
|
||||
{
|
||||
label: "Partnerships",
|
||||
href: "/partnerships",
|
||||
},
|
||||
label: "Partnerships", href: "/partnerships"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact", href: "/contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{
|
||||
label: "Vacancies",
|
||||
href: "/vacancies",
|
||||
},
|
||||
label: "Vacancies", href: "/vacancies"},
|
||||
{
|
||||
label: "Residency Programs",
|
||||
href: "/residency",
|
||||
},
|
||||
label: "Residency Programs", href: "/residency"},
|
||||
{
|
||||
label: "Football Invitations",
|
||||
href: "/football",
|
||||
},
|
||||
label: "Football Invitations", href: "/football"},
|
||||
{
|
||||
label: "Visa Updates",
|
||||
href: "/news",
|
||||
},
|
||||
label: "Visa Updates", href: "/news"},
|
||||
{
|
||||
label: "Apply Online",
|
||||
href: "/apply",
|
||||
},
|
||||
label: "Apply Online", href: "/apply"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -26,49 +26,27 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "/about",
|
||||
},
|
||||
name: "About Us", id: "/about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
name: "Services", id: "/services"},
|
||||
{
|
||||
name: "Countries",
|
||||
id: "/countries",
|
||||
},
|
||||
name: "Countries", id: "/countries"},
|
||||
{
|
||||
name: "Vacancies",
|
||||
id: "/vacancies",
|
||||
},
|
||||
name: "Vacancies", id: "/vacancies"},
|
||||
{
|
||||
name: "Residency Programs",
|
||||
id: "/residency",
|
||||
},
|
||||
name: "Residency Programs", id: "/residency"},
|
||||
{
|
||||
name: "Football Invitations",
|
||||
id: "/football",
|
||||
},
|
||||
name: "Football Invitations", id: "/football"},
|
||||
{
|
||||
name: "Visa Updates",
|
||||
id: "/news",
|
||||
},
|
||||
name: "Visa Updates", id: "/news"},
|
||||
{
|
||||
name: "Apply Online",
|
||||
id: "/apply",
|
||||
},
|
||||
name: "Apply Online", id: "/apply"},
|
||||
{
|
||||
name: "Partnerships",
|
||||
id: "/partnerships",
|
||||
},
|
||||
name: "Partnerships", id: "/partnerships"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
brandName="ONS Document Clearance"
|
||||
/>
|
||||
@@ -83,58 +61,15 @@ export default function LandingPage() {
|
||||
description="Stay informed with the latest updates on visa policies, travel regulations, seasonal opportunities, and residency program changes from around the world."
|
||||
blogs={[
|
||||
{
|
||||
id: "1",
|
||||
category: "Visa Policy",
|
||||
title: "Schengen Visa Policy Changes for 2024: What You Need to Know",
|
||||
excerpt: "Key updates affecting travel to the Schengen Area, including new application procedures and extended validity periods.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-geometric-abstract-twist-background_1048-17183.jpg",
|
||||
imageAlt: "Schengen map graphic",
|
||||
authorName: "ONS Editorial",
|
||||
authorAvatar: "http://img.b2bpic.net/free-vector/gradient-funcode-logo_23-2148808629.jpg",
|
||||
date: "October 26, 2024",
|
||||
},
|
||||
id: "1", category: "Visa Policy", title: "Schengen Visa Policy Changes for 2024: What You Need to Know", excerpt: "Key updates affecting travel to the Schengen Area, including new application procedures and extended validity periods.", imageSrc: "asset://news-schengen", imageAlt: "Schengen map graphic", authorName: "ONS Editorial", authorAvatar: "asset://logo-ons-company__2", date: "October 26, 2024"},
|
||||
{
|
||||
id: "2",
|
||||
category: "Work Permits",
|
||||
title: "New Work Permit Regulations in UAE: A Guide for Employers and Employees",
|
||||
excerpt: "An in-depth look at recent changes to work permit laws in the United Arab Emirates, impacting both skilled and unskilled workers.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/holiday-suspended-due-covid19_23-2148570675.jpg",
|
||||
imageAlt: "UAE skyline graphic",
|
||||
authorName: "ONS Editorial",
|
||||
authorAvatar: "http://img.b2bpic.net/free-vector/realistic-metaverse-background_52683-80914.jpg",
|
||||
date: "October 20, 2024",
|
||||
},
|
||||
id: "2", category: "Work Permits", title: "New Work Permit Regulations in UAE: A Guide for Employers and Employees", excerpt: "An in-depth look at recent changes to work permit laws in the United Arab Emirates, impacting both skilled and unskilled workers.", imageSrc: "asset://news-uae", imageAlt: "UAE skyline graphic", authorName: "ONS Editorial", authorAvatar: "asset://logo-ons-company__3", date: "October 20, 2024"},
|
||||
{
|
||||
id: "3",
|
||||
category: "Residency",
|
||||
title: "The Rise of Digital Nomad Visas: A Global Trend and How to Apply",
|
||||
excerpt: "Exploring the increasing popularity of digital nomad visas worldwide and outlining the requirements for remote workers seeking international residency.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-professional-young-businesswoman-working-home_273609-20483.jpg",
|
||||
imageAlt: "Digital nomad laptop graphic",
|
||||
authorName: "ONS Editorial",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/globalization-network-technology-perforated-paper-globe_53876-14272.jpg",
|
||||
date: "October 15, 2024",
|
||||
},
|
||||
id: "3", category: "Residency", title: "The Rise of Digital Nomad Visas: A Global Trend and How to Apply", excerpt: "Exploring the increasing popularity of digital nomad visas worldwide and outlining the requirements for remote workers seeking international residency.", imageSrc: "asset://news-nomad", imageAlt: "Digital nomad laptop graphic", authorName: "ONS Editorial", authorAvatar: "asset://logo-ons-company__4", date: "October 15, 2024"},
|
||||
{
|
||||
id: "4",
|
||||
category: "Seasonal Work",
|
||||
title: "Harvesting Opportunities: Seasonal Work Visas for Europe",
|
||||
excerpt: "A guide to obtaining seasonal work permits for agricultural and tourism sectors across various European countries.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-city_23-2150893027.jpg",
|
||||
imageAlt: "Aerial view of city",
|
||||
authorName: "ONS Insights",
|
||||
authorAvatar: "http://img.b2bpic.net/free-vector/gradient-pc-logo-template_23-2151182575.jpg",
|
||||
date: "September 30, 2024",
|
||||
},
|
||||
id: "4", category: "Seasonal Work", title: "Harvesting Opportunities: Seasonal Work Visas for Europe", excerpt: "A guide to obtaining seasonal work permits for agricultural and tourism sectors across various European countries.", imageSrc: "asset://gen-stock-rsv-178", imageAlt: "Aerial view of city", authorName: "ONS Insights", authorAvatar: "asset://gen-stock-rsv-189", date: "September 30, 2024"},
|
||||
{
|
||||
id: "5",
|
||||
category: "Business Immigration",
|
||||
title: "Investment Migration Trends: New Pathways for Entrepreneurs",
|
||||
excerpt: "Recent developments in investment-based residency and citizenship programs, offering unique benefits for global entrepreneurs.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-planet-earth_23-2150498472.jpg",
|
||||
imageAlt: "3D rendering of planet earth",
|
||||
authorName: "ONS Business",
|
||||
},
|
||||
id: "5", category: "Business Immigration", title: "Investment Migration Trends: New Pathways for Entrepreneurs", excerpt: "Recent developments in investment-based residency and citizenship programs, offering unique benefits for global entrepreneurs.", imageSrc: "asset://gen-stock-rsv-179", imageAlt: "3d rendering of planet earth", authorName: "ONS Business", authorAvatar: "asset://logo-ons-company__2", date: "September 25, 2024"}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -143,16 +78,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Stay Informed"
|
||||
title="Never Miss an Update"
|
||||
description="Subscribe to our newsletter for exclusive visa news, policy changes, and international opportunity alerts straight to your inbox."
|
||||
buttons={[
|
||||
{
|
||||
text: "Subscribe Now",
|
||||
href: "#",
|
||||
},
|
||||
text: "Subscribe Now", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -161,83 +93,49 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "International Recruitment",
|
||||
href: "/services#recruitment",
|
||||
},
|
||||
label: "International Recruitment", href: "/services#recruitment"},
|
||||
{
|
||||
label: "Visa & Immigration",
|
||||
href: "/services#visa",
|
||||
},
|
||||
label: "Visa & Immigration", href: "/services#visa"},
|
||||
{
|
||||
label: "Document Clearance",
|
||||
href: "/services#documents",
|
||||
},
|
||||
label: "Document Clearance", href: "/services#documents"},
|
||||
{
|
||||
label: "Business Support",
|
||||
href: "/services#business",
|
||||
},
|
||||
label: "Business Support", href: "/services#business"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About Us", href: "/about"},
|
||||
{
|
||||
label: "Team",
|
||||
href: "/about#team",
|
||||
},
|
||||
label: "Team", href: "/about#team"},
|
||||
{
|
||||
label: "Partnerships",
|
||||
href: "/partnerships",
|
||||
},
|
||||
label: "Partnerships", href: "/partnerships"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact", href: "/contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{
|
||||
label: "Vacancies",
|
||||
href: "/vacancies",
|
||||
},
|
||||
label: "Vacancies", href: "/vacancies"},
|
||||
{
|
||||
label: "Residency Programs",
|
||||
href: "/residency",
|
||||
},
|
||||
label: "Residency Programs", href: "/residency"},
|
||||
{
|
||||
label: "Football Invitations",
|
||||
href: "/football",
|
||||
},
|
||||
label: "Football Invitations", href: "/football"},
|
||||
{
|
||||
label: "Visa Updates",
|
||||
href: "/news",
|
||||
},
|
||||
label: "Visa Updates", href: "/news"},
|
||||
{
|
||||
label: "Apply Online",
|
||||
href: "/apply",
|
||||
},
|
||||
label: "Apply Online", href: "/apply"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -6,7 +6,7 @@ import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import FeatureCardTen from '@/components/sections/feature/FeatureCardTen';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import { Cloud, Home, Laptop, Lightbulb, Sunrise, Wallet, Wifi } from "lucide-react";
|
||||
import { Lightbulb, Wallet, Home, Sunrise, Laptop, Cloud, Wifi, Activity, Euro } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -27,49 +27,27 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "/about",
|
||||
},
|
||||
name: "About Us", id: "/about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
name: "Services", id: "/services"},
|
||||
{
|
||||
name: "Countries",
|
||||
id: "/countries",
|
||||
},
|
||||
name: "Countries", id: "/countries"},
|
||||
{
|
||||
name: "Vacancies",
|
||||
id: "/vacancies",
|
||||
},
|
||||
name: "Vacancies", id: "/vacancies"},
|
||||
{
|
||||
name: "Residency Programs",
|
||||
id: "/residency",
|
||||
},
|
||||
name: "Residency Programs", id: "/residency"},
|
||||
{
|
||||
name: "Football Invitations",
|
||||
id: "/football",
|
||||
},
|
||||
name: "Football Invitations", id: "/football"},
|
||||
{
|
||||
name: "Visa Updates",
|
||||
id: "/news",
|
||||
},
|
||||
name: "Visa Updates", id: "/news"},
|
||||
{
|
||||
name: "Apply Online",
|
||||
id: "/apply",
|
||||
},
|
||||
name: "Apply Online", id: "/apply"},
|
||||
{
|
||||
name: "Partnerships",
|
||||
id: "/partnerships",
|
||||
},
|
||||
name: "Partnerships", id: "/partnerships"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
brandName="ONS Document Clearance"
|
||||
/>
|
||||
@@ -82,79 +60,52 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "D2 Visa: Entrepreneurial Visa",
|
||||
description: "For foreign citizens who wish to set up a business or invest in an existing business in Portugal.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-taking-shots-with-gadgets-street_23-2147762296.jpg",
|
||||
imageAlt: "Portugal D2 Visa icon",
|
||||
},
|
||||
title: "D2 Visa: Entrepreneurial Visa", description: "For foreign citizens who wish to set up a business or invest in an existing business in Portugal.", media: {
|
||||
imageSrc: "asset://program-d2-visa", imageAlt: "Portugal D2 Visa icon"},
|
||||
items: [
|
||||
{
|
||||
icon: Lightbulb,
|
||||
text: "Business Investment",
|
||||
},
|
||||
text: "Business Investment"},
|
||||
{
|
||||
icon: Growth,
|
||||
text: "Entrepreneurship Focus",
|
||||
},
|
||||
icon: Activity,
|
||||
text: "Entrepreneurship Focus"},
|
||||
{
|
||||
icon: Euro,
|
||||
text: "Economic Contribution",
|
||||
},
|
||||
text: "Economic Contribution"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/map-cook-islands-gold-glitter-map-dark-background_559531-10689.jpg?_wi=4",
|
||||
imageAlt: "portugal d2 visa entrepreneurship",
|
||||
reverse: false
|
||||
},
|
||||
{
|
||||
title: "D7 Visa: Passive Income / Retirement Visa",
|
||||
description: "Ideal for non-EU citizens who wish to reside in Portugal and have a reasonable passive income.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-man-tourist-shows-two-tickets-passport-goes-holiday-traveller-like-travel-agency_1258-314654.jpg",
|
||||
imageAlt: "Portugal D7 Visa icon",
|
||||
},
|
||||
title: "D7 Visa: Passive Income / Retirement Visa", description: "Ideal for non-EU citizens who wish to reside in Portugal and have a reasonable passive income.", media: {
|
||||
imageSrc: "asset://program-d7-visa", imageAlt: "Portugal D7 Visa icon"},
|
||||
items: [
|
||||
{
|
||||
icon: Wallet,
|
||||
text: "Stable Passive Income",
|
||||
},
|
||||
text: "Stable Passive Income"},
|
||||
{
|
||||
icon: Home,
|
||||
text: "Retirement Friendly",
|
||||
},
|
||||
text: "Retirement Friendly"},
|
||||
{
|
||||
icon: Sunrise,
|
||||
text: "Quality of Life",
|
||||
},
|
||||
text: "Quality of Life"},
|
||||
],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/teammates-working-late-office_23-2148991374.jpg?_wi=4",
|
||||
imageAlt: "portugal d2 visa entrepreneurship",
|
||||
reverse: true
|
||||
},
|
||||
{
|
||||
title: "D8 Digital Nomad Visa",
|
||||
description: "Aimed at remote workers and freelancers who wish to live in Portugal while working for non-Portuguese entities.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/digital-nomad-working-remotly-their-project_23-2149241863.jpg",
|
||||
imageAlt: "Portugal D8 Digital Nomad Visa icon",
|
||||
},
|
||||
title: "D8 Digital Nomad Visa", description: "Aimed at remote workers and freelancers who wish to live in Portugal while working for non-Portuguese entities.", media: {
|
||||
imageSrc: "asset://program-d8-visa", imageAlt: "Portugal D8 Digital Nomad Visa icon"},
|
||||
items: [
|
||||
{
|
||||
icon: Laptop,
|
||||
text: "Remote Work Eligibility",
|
||||
},
|
||||
text: "Remote Work Eligibility"},
|
||||
{
|
||||
icon: Cloud,
|
||||
text: "Global Employment",
|
||||
},
|
||||
text: "Global Employment"},
|
||||
{
|
||||
icon: Wifi,
|
||||
text: "Flexible Lifestyle",
|
||||
},
|
||||
text: "Flexible Lifestyle"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cup-tea-lamp-laptop-desktop-night_169016-17447.jpg?_wi=3",
|
||||
imageAlt: "portugal d2 visa entrepreneurship",
|
||||
reverse: false
|
||||
},
|
||||
]}
|
||||
title="Portugal Residency Programs"
|
||||
@@ -166,16 +117,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "glowing-orb",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Residency Experts"
|
||||
title="Secure Your Future in Portugal"
|
||||
description="Learn more about eligibility, documentation, and the application process for Portugal's leading residency programs."
|
||||
buttons={[
|
||||
{
|
||||
text: "Inquire Now",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Inquire Now", href: "/contact"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -184,83 +132,49 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "International Recruitment",
|
||||
href: "/services#recruitment",
|
||||
},
|
||||
label: "International Recruitment", href: "/services#recruitment"},
|
||||
{
|
||||
label: "Visa & Immigration",
|
||||
href: "/services#visa",
|
||||
},
|
||||
label: "Visa & Immigration", href: "/services#visa"},
|
||||
{
|
||||
label: "Document Clearance",
|
||||
href: "/services#documents",
|
||||
},
|
||||
label: "Document Clearance", href: "/services#documents"},
|
||||
{
|
||||
label: "Business Support",
|
||||
href: "/services#business",
|
||||
},
|
||||
label: "Business Support", href: "/services#business"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About Us", href: "/about"},
|
||||
{
|
||||
label: "Team",
|
||||
href: "/about#team",
|
||||
},
|
||||
label: "Team", href: "/about#team"},
|
||||
{
|
||||
label: "Partnerships",
|
||||
href: "/partnerships",
|
||||
},
|
||||
label: "Partnerships", href: "/partnerships"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact", href: "/contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{
|
||||
label: "Vacancies",
|
||||
href: "/vacancies",
|
||||
},
|
||||
label: "Vacancies", href: "/vacancies"},
|
||||
{
|
||||
label: "Residency Programs",
|
||||
href: "/residency",
|
||||
},
|
||||
label: "Residency Programs", href: "/residency"},
|
||||
{
|
||||
label: "Football Invitations",
|
||||
href: "/football",
|
||||
},
|
||||
label: "Football Invitations", href: "/football"},
|
||||
{
|
||||
label: "Visa Updates",
|
||||
href: "/news",
|
||||
},
|
||||
label: "Visa Updates", href: "/news"},
|
||||
{
|
||||
label: "Apply Online",
|
||||
href: "/apply",
|
||||
},
|
||||
label: "Apply Online", href: "/apply"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user