From f72ec43898115a217906c350e15bbb54c9317d29 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 12:48:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ffb7024..762e90e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,7 @@ import FeatureBento from "@/components/sections/feature/FeatureBento"; import MetricCardFourteen from "@/components/sections/metrics/MetricCardFourteen"; import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; import FooterBase from "@/components/sections/footer/FooterBase"; -import { Award, CheckCircle, Globe, Map, Passport, Users, Shield, Zap } from "lucide-react"; +import { Award, CheckCircle, Globe, Map, Users, Shield, Zap } from "lucide-react"; export default function LandingPage() { return ( @@ -46,15 +46,15 @@ export default function LandingPage() { background={{ variant: "sparkles-gradient" }} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/here-is-your-trip-destination-rear-view-beautiful-couple-looking-map-laptop-travel-agency-choosing-where-go-vacation_662251-2196.jpg?_wi=1", imageAlt: "Professional visa consultation"}, + imageSrc: "http://img.b2bpic.net/free-photo/here-is-your-trip-destination-rear-view-beautiful-couple-looking-map-laptop-travel-agency-choosing-where-go-vacation_662251-2196.jpg", imageAlt: "Professional visa consultation"}, { - imageSrc: "http://img.b2bpic.net/free-photo/young-team-working-together-use-laptop_1157-27531.jpg?_wi=1", imageAlt: "Immigration expertise team"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-team-working-together-use-laptop_1157-27531.jpg", imageAlt: "Immigration expertise team"}, { imageSrc: "http://img.b2bpic.net/free-photo/top-view-green-card-application_23-2149601367.jpg", imageAlt: "Visa services illustration"}, { - imageSrc: "http://img.b2bpic.net/free-photo/here-is-your-trip-destination-rear-view-beautiful-couple-looking-map-laptop-travel-agency-choosing-where-go-vacation_662251-2196.jpg?_wi=2", imageAlt: "Global migration support"}, + imageSrc: "http://img.b2bpic.net/free-photo/here-is-your-trip-destination-rear-view-beautiful-couple-looking-map-laptop-travel-agency-choosing-where-go-vacation_662251-2196.jpg", imageAlt: "Global migration support"}, { - imageSrc: "http://img.b2bpic.net/free-photo/audio-equipment-headset-with-mic-used-customer-support-job-workspace-closeup_482257-126144.jpg?_wi=1", imageAlt: "Professional consultation space"}, + imageSrc: "http://img.b2bpic.net/free-photo/audio-equipment-headset-with-mic-used-customer-support-job-workspace-closeup_482257-126144.jpg", imageAlt: "Professional consultation space"}, ]} buttons={[ { text: "Start Your Journey", href: "contact" }, @@ -73,10 +73,11 @@ export default function LandingPage() { { value: "27+", title: "Years of Industry Leadership" }, { value: "10K+", title: "Successful Client Cases" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/young-team-working-together-use-laptop_1157-27531.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/young-team-working-together-use-laptop_1157-27531.jpg" imageAlt="Jieesheng immigration team" useInvertedBackground={false} mediaAnimation="slide-up" + metricsAnimation="slide-up" /> @@ -92,8 +93,8 @@ export default function LandingPage() { title: "Global Network", description: "Connections with immigration authorities across multiple countries", bentoComponent: "orbiting-icons", centerIcon: Globe, items: [ { icon: CheckCircle, ring: 1 }, - { icon: Passport, ring: 2 }, - { icon: Map, ring: 3 }, + { icon: Map, ring: 2 }, + { icon: Users, ring: 3 }, ], }, { @@ -156,7 +157,7 @@ export default function LandingPage() { required: true, }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/audio-equipment-headset-with-mic-used-customer-support-job-workspace-closeup_482257-126144.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/audio-equipment-headset-with-mic-used-customer-support-job-workspace-closeup_482257-126144.jpg" imageAlt="Professional immigration consultation" mediaAnimation="slide-up" mediaPosition="right"