From 22921d48e52625c888287d08b2a5ce01d8fe3db4 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 07:43:23 +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 021846e..c36ce1c 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 -- 2.49.1 From 723c3ba4c72ebfec6ffbab1742c5dd358242ce5b Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 07:43:23 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1ba0f82..c0396c8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -61,7 +61,7 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-vector/postmodern-business-cover-collection_23-2148884225.jpg", imageAlt: "Digital illustration" }, ]} buttons={[ - { text: "Explore Our Portfolio", href: "features" }, + { text: "View Our Work", href: "features" }, { text: "Start Your Project", href: "contact" }, ]} buttonAnimation="slide-up" @@ -243,4 +243,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1