From a82bc8cc8297551d72042b7620e3f5ae37e36952 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 12:23:48 +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 1c8cd65..8c6e043 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1415,4 +1415,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} -- 2.49.1 From 1625acf788efeba6678d4b9f6966f8aeb770484a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 12:23:49 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7592b46..44dfa75 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -79,7 +79,10 @@ export default function HomePage() { tag="Established 2004" title="The UK's leading GDC-compliant teeth whitening training academy delivering comprehensive theory, practical application, and commercial implementation within one structured framework. Built for both dentists and non-dentists." useInvertedBackground={true} - buttons={[{ text: "Learn More", href: "/about" }]} + buttons={[ + { text: "Learn More", href: "/about" }, + { text: "View Programme Details", href: "/programme" } + ]} /> @@ -218,4 +221,4 @@ export default function HomePage() { ); -} \ No newline at end of file +} -- 2.49.1