diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 7a0ddcc..ccf66d8 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1409,4 +1409,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} diff --git a/src/app/page.tsx b/src/app/page.tsx index 667228e..8ac466d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { ); -} \ No newline at end of file +}