diff --git a/src/app/layout.tsx b/src/app/layout.tsx index d917b9b..c05d934 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1392,4 +1392,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index 2b8b0fc..51df4d4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -167,8 +167,8 @@ export default function HomePage() { title="Let's Build Your Next Website" description="Schedule a free 30-minute consultation with our team to discuss your project, goals, and how we can help you grow your business." buttons={[ - { text: "Schedule Consultation", href: "#contact-form" }, - { text: "View Portfolio", href: "/services" }, + { text: "Book Your Free Consultation Today", href: "#contact-form" }, + { text: "Download Our Work Portfolio", href: "/services" }, ]} background={{ variant: "radial-gradient" }} useInvertedBackground={true} @@ -218,4 +218,4 @@ export default function HomePage() { ); -} +} \ No newline at end of file