10 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
563c2a10d3 Update src/app/page.tsx 2026-03-03 11:59:53 +00:00
8eac27f45a Update src/app/layout.tsx 2026-03-03 11:59:52 +00:00
2da5d3f272 Merge version_1 into main
Merge version_1 into main
2026-03-03 11:48:10 +00:00
4898650ebd Merge version_1 into main
Merge version_1 into main
2026-03-03 11:40:55 +00:00
4a5c0e078c Merge version_1 into main
Merge version_1 into main
2026-03-03 11:36:42 +00:00
5bb991f6c3 Merge version_1 into main
Merge version_1 into main
2026-03-03 11:35:13 +00:00
05e5e3e944 Merge version_1 into main
Merge version_1 into main
2026-03-03 11:33:48 +00:00
2 changed files with 9 additions and 10 deletions

View File

@@ -1409,4 +1409,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -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>
);
}
}