diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 076e5dd..f8bf071 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 60e138b..edc3bab 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -74,8 +74,8 @@ export default function HomePage() { ]} carouselPosition="right" buttons={[ - { text: "View Project Portfolio", href: "portfolio" }, - { text: "Schedule Consultation", href: "contact" }, + { text: "See What We've Built", href: "portfolio" }, + { text: "View Experience", href: "contact" }, ]} buttonAnimation="slide-up" /> @@ -244,4 +244,4 @@ export default function HomePage() { ); -} \ No newline at end of file +}