Update src/app/page.tsx
This commit is contained in:
103
src/app/page.tsx
103
src/app/page.tsx
@@ -92,29 +92,11 @@ export default function HomePage() {
|
||||
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: "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", 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: "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", 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: "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", imageAlt: "support help business consultation advice professional"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -129,34 +111,16 @@ export default function HomePage() {
|
||||
animationType="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "98%",
|
||||
title: "Approval Success Rate",
|
||||
items: [
|
||||
"Industry-leading approval rates",
|
||||
"Consistent results across all visa types",
|
||||
"Proven expertise with complex cases",
|
||||
],
|
||||
id: "1", value: "98%", title: "Approval Success Rate", items: [
|
||||
"Industry-leading approval rates", "Consistent results across all visa types", "Proven expertise with complex cases"],
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "72hrs",
|
||||
title: "Offer Letter Processing",
|
||||
items: [
|
||||
"Fastest turnaround in Punjab",
|
||||
"University coordination included",
|
||||
"Direct institutional relationships",
|
||||
],
|
||||
id: "2", value: "72hrs", title: "Offer Letter Processing", items: [
|
||||
"Fastest turnaround in Punjab", "University coordination included", "Direct institutional relationships"],
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "13+",
|
||||
title: "Years Serving Punjab",
|
||||
items: [
|
||||
"Deep community connections",
|
||||
"Trusted local references",
|
||||
"Family-oriented approach",
|
||||
],
|
||||
id: "3", value: "13+", title: "Years Serving Punjab", items: [
|
||||
"Deep community connections", "Trusted local references", "Family-oriented approach"],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -170,17 +134,11 @@ export default function HomePage() {
|
||||
author="Priya Sharma, Student Visa Approved - Canada"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/attractive-latino-female-model-warm-bright-blue-sweater_633478-2090.jpg",
|
||||
alt: "portrait woman professional headshot avatar Indian",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/attractive-latino-female-model-warm-bright-blue-sweater_633478-2090.jpg", alt: "portrait woman professional headshot avatar Indian"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-young-hispanic-man-casuals-studio_662251-600.jpg",
|
||||
alt: "portrait man professional headshot avatar Indian",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-young-hispanic-man-casuals-studio_662251-600.jpg", alt: "portrait man professional headshot avatar Indian"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/indian-woman-posing-cute-stylish-outfit-camera-smiling_482257-122351.jpg",
|
||||
alt: "portrait woman smiling headshot avatar Indian",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/indian-woman-posing-cute-stylish-outfit-camera-smiling_482257-122351.jpg", alt: "portrait woman smiling headshot avatar Indian"},
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="entrance-slide"
|
||||
@@ -196,15 +154,7 @@ export default function HomePage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"University of Toronto",
|
||||
"University of British Columbia",
|
||||
"University of Sydney",
|
||||
"University of Melbourne",
|
||||
"LSE London",
|
||||
"Imperial College London",
|
||||
"UC Berkeley",
|
||||
"MIT Boston",
|
||||
]}
|
||||
"University of Toronto", "University of British Columbia", "University of Sydney", "University of Melbourne", "LSE London", "Imperial College London", "UC Berkeley", "MIT Boston"]}
|
||||
showCard={true}
|
||||
speed={40}
|
||||
/>
|
||||
@@ -218,7 +168,7 @@ export default function HomePage() {
|
||||
description="Subscribe to our newsletter for weekly immigration insights, visa updates, and exclusive guidance for aspiring students and families from Punjab."
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/e-mail-global-communications-connection-social-networking-concept_53876-134026.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/e-mail-global-communications-connection-social-networking-concept_53876-134026.jpg"
|
||||
imageAlt="email newsletter subscription communication digital inbox"
|
||||
mediaPosition="right"
|
||||
mediaAnimation="blur-reveal"
|
||||
@@ -228,6 +178,31 @@ export default function HomePage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
{/* FAQ Section */}
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqDouble
|
||||
title="Frequently Asked Questions"
|
||||
description="Get answers to common questions about visa applications, timelines, and our consultation process."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqsAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "How long does the visa application process take?", content: "Student visa processing typically takes 4-8 weeks depending on the destination country. Our 72-hour offer letter service accelerates institutional documentation. Tourist visas average 2-4 weeks. Refusal cases require 6-12 weeks for strengthened reapplication."},
|
||||
{
|
||||
id: "2", title: "What makes Fly Sky different from other consultants?", content: "We combine 13 years of experience with genuine expertise in complex refusal cases. Our success rate of 98% reflects our honest approach—we never promise guaranteed approval, but we deliver results through meticulous documentation and institutional relationships."},
|
||||
{
|
||||
id: "3", title: "Do you handle refusal cases?", content: "Yes, we specialize in refusal case support. Our team analyzes rejection reasons, strengthens your documentation, and rebuilds your application strategy. We've successfully reapplied over 2,000 refusal cases with high success rates."},
|
||||
{
|
||||
id: "4", title: "What countries do you serve?", content: "We have specialized expertise in Canada, UK, Australia, and USA. Our institutional partnerships span major universities in all four countries, ensuring smooth admissions and visa coordination."},
|
||||
{
|
||||
id: "5", title: "How much does consultation cost?", content: "Initial visa assessments are completely free. We believe in transparent pricing with no hidden fees. Detailed consultation packages start at reasonable rates and vary based on your specific requirements."},
|
||||
{
|
||||
id: "6", title: "Can I trust your success rate statistics?", content: "Absolutely. Our 98% success rate is verified through university admissions coordinators and immigration records. We maintain relationships with over 100+ partner institutions that confirm our track record."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
{/* Footer */}
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
|
||||
Reference in New Issue
Block a user