Merge version_2 into main #4
@@ -1415,4 +1415,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user