|
|
|
|
@@ -55,7 +55,7 @@ export default function HomePage() {
|
|
|
|
|
imageSrc="http://img.b2bpic.net/free-photo/front-view-young-woman-holding-globe-preparing-vacation-blue-floor-plane-female-vacation-journey-voyage-sea_140725-92635.jpg"
|
|
|
|
|
imageAlt="globe visa international travel airport world"
|
|
|
|
|
buttons={[
|
|
|
|
|
{ text: "Start Your Free Visa Assessment", href: "/contact" },
|
|
|
|
|
{ text: "Get Free Visa Assessment", href: "/contact" },
|
|
|
|
|
{ text: "Explore Our Services", href: "/services" },
|
|
|
|
|
]}
|
|
|
|
|
/>
|
|
|
|
|
@@ -64,9 +64,11 @@ export default function HomePage() {
|
|
|
|
|
{/* About Metrics Section */}
|
|
|
|
|
<div id="about-metrics" data-section="about-metrics">
|
|
|
|
|
<AboutMetric
|
|
|
|
|
title="13 Years of Excellence in Visa Consultancy"
|
|
|
|
|
title="Why Families Choose Fly Sky"
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
metricsAnimation="slide-up"
|
|
|
|
|
titleClassName="text-4xl md:text-5xl font-bold bg-gradient-to-r from-blue-600 to-blue-400 bg-clip-text text-transparent"
|
|
|
|
|
metricValueClassName="text-accent"
|
|
|
|
|
metrics={[
|
|
|
|
|
{ icon: CheckCircle, label: "Visas Processed", value: "10,000+" },
|
|
|
|
|
{ icon: Globe, label: "Countries Served", value: "4" },
|
|
|
|
|
@@ -85,12 +87,9 @@ export default function HomePage() {
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
animationType="slide-up"
|
|
|
|
|
features={[
|
|
|
|
|
{
|
|
|
|
|
id: "1", title: "Student Visas", description: "Fast-track your education abroad with our expert student visa guidance for Canada, UK, Australia, and USA.", tag: "Education", imageSrc: "http://img.b2bpic.net/free-photo/colleagues-studying-together-university-library_23-2148844696.jpg?_wi=1", imageAlt: "student education university international student learning academic"},
|
|
|
|
|
{
|
|
|
|
|
id: "2", title: "Tourist & Visitor Visas", description: "Hassle-free family travel planning with honest advice and transparent timelines for visitor visas.", tag: "Family Travel", imageSrc: "http://img.b2bpic.net/free-photo/happy-father-hiking-with-children-mountains_74855-21367.jpg?_wi=1", imageAlt: "family travel vacation tourism tour explore"},
|
|
|
|
|
{
|
|
|
|
|
id: "3", title: "Refusal Case Expertise", description: "Specialized support for reapplication after rejection. We strengthen cases and rebuild confidence.", tag: "Specialized Help", imageSrc: "http://img.b2bpic.net/free-photo/business-executives-discussing-laptop_107420-65753.jpg?_wi=1", imageAlt: "support help business consultation advice professional"},
|
|
|
|
|
{ id: "1", title: "Student Visas", description: "Fast-track your education abroad with our expert student visa guidance for Canada, UK, Australia, and USA.", tag: "Education", imageSrc: "http://img.b2bpic.net/free-photo/colleagues-studying-together-university-library_23-2148844696.jpg?_wi=1", imageAlt: "student education university international student learning academic"},
|
|
|
|
|
{ id: "2", title: "Tourist & Visitor Visas", description: "Hassle-free family travel planning with honest advice and transparent timelines for visitor visas.", tag: "Family Travel", imageSrc: "http://img.b2bpic.net/free-photo/happy-father-hiking-with-children-mountains_74855-21367.jpg?_wi=1", imageAlt: "family travel vacation tourism tour explore"},
|
|
|
|
|
{ id: "3", title: "Refusal Case Expertise", description: "Specialized support for reapplication after rejection. We strengthen cases and rebuild confidence.", tag: "Specialized Help", imageSrc: "http://img.b2bpic.net/free-photo/business-executives-discussing-laptop_107420-65753.jpg?_wi=1", imageAlt: "support help business consultation advice professional"},
|
|
|
|
|
]}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
@@ -207,4 +206,4 @@ export default function HomePage() {
|
|
|
|
|
</div>
|
|
|
|
|
</ThemeProvider>
|
|
|
|
|
);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|