3 Commits

Author SHA1 Message Date
dc3c92e0e5 Merge version_3 into main
Merge version_3 into main
2026-03-03 12:02:54 +00:00
888a6e5c54 Update src/app/page.tsx 2026-03-03 12:02:49 +00:00
23015581db Merge version_2 into main
Merge version_2 into main
2026-03-03 11:59:58 +00:00

View File

@@ -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>