diff --git a/src/app/layout.tsx b/src/app/layout.tsx index ad0926c..df72594 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1414,4 +1414,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index a50bd3b..c5df8b8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -72,8 +72,8 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/hallway-building_23-2149397551.jpg?_wi=2", imageAlt: "Drop ceiling system"}, ]} buttons={[ - { text: "Get Free Quote", href: "contact" }, - { text: "View Services", href: "services" }, + { text: "Start Your Project Free", href: "contact" }, + { text: "See Our Work", href: "services" }, ]} buttonAnimation="slide-up" /> @@ -258,4 +258,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file