Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-03-09 12:48:49 +00:00

View File

@@ -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"
/>
</div>
@@ -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"