Merge version_1 into main #4
@@ -26,7 +26,11 @@ export default function HomePage() {
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline navItems={navItems} brandName="The House of Dentistry" />
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={navItems}
|
||||
brandName="The House of Dentistry"
|
||||
button={{ text: "Contact", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
@@ -109,6 +113,7 @@ export default function HomePage() {
|
||||
background={{ variant: "plain" }}
|
||||
text="Request a Callback. Leave your details and we’ll contact you shortly to book your appointment."
|
||||
buttons={[{ text: "Call Now to Book Appointment", href: "tel:08072982811" }]}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
<div id="final-cta" data-section="final-cta">
|
||||
|
||||
Reference in New Issue
Block a user