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 +} 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 +}