diff --git a/src/app/page.tsx b/src/app/page.tsx index 52a3004..069d329 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,88 +29,55 @@ export default function LandingPage() {
@@ -121,26 +88,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - tag: "Education", - title: "Study in Australia", - subtitle: "Education Placement", - description: "Expert guidance for students seeking university placements.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-looking-laptop_23-2149080781.jpg", - }, + tag: "Education", title: "Study in Australia", subtitle: "Education Placement", description: "Expert guidance for students seeking university placements.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-looking-laptop_23-2149080781.jpg"}, { - tag: "Work", - title: "Skilled Visas", - subtitle: "Career Growth", - description: "Helping skilled professionals secure the right visa for their career.", - imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-traveler-man-holding-air-tickets-raising-fist-after-victory-exited-happy-smiling-cheerfully-standing-orange-background_141793-15128.jpg?_wi=1", - }, + tag: "Work", title: "Skilled Visas", subtitle: "Career Growth", description: "Helping skilled professionals secure the right visa for their career.", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-traveler-man-holding-air-tickets-raising-fist-after-victory-exited-happy-smiling-cheerfully-standing-orange-background_141793-15128.jpg?_wi=1"}, { - tag: "Migration", - title: "PR Services", - subtitle: "Permanent Residency", - description: "Clear guidance through the complex process of obtaining Australian PR.", - imageSrc: "http://img.b2bpic.net/free-photo/anonymous-woman-raising-hands-american-flag-honor-independence-day_23-2148157176.jpg?_wi=1", - }, + tag: "Migration", title: "PR Services", subtitle: "Permanent Residency", description: "Clear guidance through the complex process of obtaining Australian PR.", imageSrc: "http://img.b2bpic.net/free-photo/anonymous-woman-raising-hands-american-flag-honor-independence-day_23-2148157176.jpg?_wi=1"}, ]} title="Our Professional Visa Services" description="Comprehensive migration and education consultancy services designed to guide you through every major step of your journey." @@ -152,14 +104,9 @@ export default function LandingPage() { useInvertedBackground={false} heading={[ { - type: "text", - content: "About My Visa Guide", - }, + type: "text", content: "About My Visa Guide"}, { - type: "image", - src: "http://img.b2bpic.net/free-photo/medium-shot-people-looking-laptop_23-2149080781.jpg", - alt: "About My Visa Guide", - }, + type: "image", src: "http://img.b2bpic.net/free-photo/medium-shot-people-looking-laptop_23-2149080781.jpg", alt: "About My Visa Guide"}, ]} /> @@ -171,40 +118,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Twinkle Sehdev", - handle: "@client", - testimonial: "I had a great experience with MyVisa Guide. The process was handled professionally and smoothly.", - imageSrc: "http://img.b2bpic.net/free-photo/anonymous-woman-raising-hands-american-flag-honor-independence-day_23-2148157176.jpg?_wi=2", - }, + id: "1", name: "Twinkle Sehdev", handle: "@client", testimonial: "I had a great experience with MyVisa Guide. The process was handled professionally and smoothly.", imageSrc: "http://img.b2bpic.net/free-photo/anonymous-woman-raising-hands-american-flag-honor-independence-day_23-2148157176.jpg?_wi=2"}, { - id: "2", - name: "Manav Sethi", - handle: "@client", - testimonial: "I’ve been with My Visa Guide since 2018 and they’ve supported me through every major step.", - imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-traveler-man-holding-air-tickets-raising-fist-after-victory-exited-happy-smiling-cheerfully-standing-orange-background_141793-15128.jpg?_wi=2", - }, + id: "2", name: "Manav Sethi", handle: "@client", testimonial: "I’ve been with My Visa Guide since 2018 and they’ve supported me through every major step.", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-traveler-man-holding-air-tickets-raising-fist-after-victory-exited-happy-smiling-cheerfully-standing-orange-background_141793-15128.jpg?_wi=2"}, { - id: "3", - name: "Aman Virk", - handle: "@client", - testimonial: "Extremely grateful to the team for their outstanding support in securing my 482 visa.", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-couple-traveling_23-2149986612.jpg", - }, + id: "3", name: "Aman Virk", handle: "@client", testimonial: "Extremely grateful to the team for their outstanding support in securing my 482 visa.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-couple-traveling_23-2149986612.jpg"}, { - id: "4", - name: "Sarah J.", - handle: "@client", - testimonial: "Clear communication throughout the entire process. Highly recommended.", - imageSrc: "http://img.b2bpic.net/free-photo/young-man-surprising-girlfriend-with-passport-plane-tickets-traveling_23-2149205299.jpg", - }, + id: "4", name: "Sarah J.", handle: "@client", testimonial: "Clear communication throughout the entire process. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-surprising-girlfriend-with-passport-plane-tickets-traveling_23-2149205299.jpg"}, { - id: "5", - name: "David K.", - handle: "@client", - testimonial: "They were professional, knowledgeable, and always clear about the process.", - imageSrc: "http://img.b2bpic.net/free-photo/elegant-young-woman-smiling-photo_23-2147605112.jpg", - }, + id: "5", name: "David K.", handle: "@client", testimonial: "They were professional, knowledgeable, and always clear about the process.", imageSrc: "http://img.b2bpic.net/free-photo/elegant-young-woman-smiling-photo_23-2147605112.jpg"}, ]} title="Client Success Stories" description="See why our clients trust us with their migration journey." @@ -215,8 +137,7 @@ export default function LandingPage() { ); -} +} \ No newline at end of file