Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 888a6e5c54 | |||
| 23015581db | |||
| 563c2a10d3 | |||
| 8eac27f45a | |||
| 2da5d3f272 | |||
| 4898650ebd | |||
| 4a5c0e078c | |||
| 5bb991f6c3 | |||
| 05e5e3e944 |
@@ -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"
|
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"
|
imageAlt="globe visa international travel airport world"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Start Your Free Visa Assessment", href: "/contact" },
|
{ text: "Get Free Visa Assessment", href: "/contact" },
|
||||||
{ text: "Explore Our Services", href: "/services" },
|
{ text: "Explore Our Services", href: "/services" },
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
@@ -64,9 +64,11 @@ export default function HomePage() {
|
|||||||
{/* About Metrics Section */}
|
{/* About Metrics Section */}
|
||||||
<div id="about-metrics" data-section="about-metrics">
|
<div id="about-metrics" data-section="about-metrics">
|
||||||
<AboutMetric
|
<AboutMetric
|
||||||
title="13 Years of Excellence in Visa Consultancy"
|
title="Why Families Choose Fly Sky"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
metricsAnimation="slide-up"
|
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={[
|
metrics={[
|
||||||
{ icon: CheckCircle, label: "Visas Processed", value: "10,000+" },
|
{ icon: CheckCircle, label: "Visas Processed", value: "10,000+" },
|
||||||
{ icon: Globe, label: "Countries Served", value: "4" },
|
{ icon: Globe, label: "Countries Served", value: "4" },
|
||||||
@@ -85,12 +87,9 @@ export default function HomePage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
features={[
|
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: "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: "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>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user