Merge version_2 into main #6

Merged
bender merged 2 commits from version_2 into main 2026-03-03 11:59:59 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1409,4 +1409,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -55,7 +55,7 @@ export default function HomePage() {
imageSrc="http://img.b2bpic.net/free-photo/front-view-young-woman-holding-globe-preparing-vacation-blue-floor-plane-female-vacation-journey-voyage-sea_140725-92635.jpg"
imageAlt="globe visa international travel airport world"
buttons={[
{ text: "Start Your Free Visa Assessment", href: "/contact" },
{ text: "Get Free Visa Assessment", href: "/contact" },
{ text: "Explore Our Services", href: "/services" },
]}
/>
@@ -207,4 +207,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}