From 84e7f3ab93753a024549aafb5349f3f792de07ae Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 13:29:10 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 99f10b2..b39ac93 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1384,4 +1384,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file -- 2.49.1 From ef3cfdde4e58f6e3769530895815346d686f959e Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 13:29:11 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d3b0d20..52a6d9a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -229,6 +229,9 @@ export default function LandingPage() { id: "6", title: "Do you create mobile-friendly websites?", content: "Every website we create is mobile-first responsive design. Your site will look and work perfectly on phones, tablets, and desktops." } ]} + buttons={[ + { text: "Ready to Get Started?", href: "#contact" } + ]} /> @@ -285,4 +288,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1