Update src/app/page.tsx

This commit is contained in:
2026-03-12 12:21:42 +00:00
parent 842dcbd0fb
commit 22bb68ccf1

View File

@@ -21,7 +21,7 @@ export default function LandingPage() {
borderRadius="rounded"
contentWidth="mediumLarge"
sizing="large"
background="floatingGradient"
background="circleGradient"
cardStyle="solid"
primaryButtonStyle="radial-glow"
secondaryButtonStyle="layered"
@@ -47,7 +47,7 @@ export default function LandingPage() {
<HeroSplitKpi
title="Travel the World with Confidence"
description="Visa processing, air tickets, and luxury tours handled by professionals who deliver fast responses, expert guidance, and successful travel experiences. From UK visas to Schengen documentation, we handle your travel paperwork with precision."
background={{ variant: "floatingGradient" }}
background={{ variant: "glowing-orb" }}
kpis={[
{ value: "15+", label: "Years Travel Expertise" },
{ value: "98%", label: "Visa Approval Rate" },
@@ -84,6 +84,7 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-photo/business-professionals-using-analytics-reports-papers-review-progress_482257-122889.jpg"
imageAlt="Travel agency expertise and professional team"
mediaAnimation="blur-reveal"
metricsAnimation="slide-up"
/>
</div>