Merge version_2 into main #4

Merged
bender merged 2 commits from version_2 into main 2026-03-03 12:23:54 +00:00
2 changed files with 6 additions and 3 deletions

View File

@@ -1415,4 +1415,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -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" }
]}
/>
</div>
@@ -218,4 +221,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}