Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4d509212b8 | |||
| 421a137d33 | |||
| 7b4d82e9e3 | |||
| e131ff3164 | |||
| a0ba55a695 | |||
| 8990ca2633 |
@@ -50,7 +50,7 @@ export default function LandingPage() {
|
|||||||
background={{
|
background={{
|
||||||
variant: "gradient-bars"}}
|
variant: "gradient-bars"}}
|
||||||
imagePosition="right"
|
imagePosition="right"
|
||||||
title="Dentistry built on trust, not upsells"
|
title="Dentistry built on trust. "
|
||||||
description="For over a decade, Autumn Hill Dental has earned 100% five-star reviews by prioritizing your health and honesty. Meet Dr. Jaura and experience the difference."
|
description="For over a decade, Autumn Hill Dental has earned 100% five-star reviews by prioritizing your health and honesty. Meet Dr. Jaura and experience the difference."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
@@ -205,7 +205,10 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
background={{
|
background={{
|
||||||
variant: "rotated-rays-static"}}
|
variant: "rotated-rays-static"}}
|
||||||
text="Experience dentistry the way it was meant to be. Dr. Jaura and Dr. Braun the Autumn Hill team are here for you."
|
text="Experience dentistry the way it was meant to be.
|
||||||
|
Dr. Jaura & Dr. Braun
|
||||||
|
The Autumn Hill Team is here for you."
|
||||||
|
textClassName="text-center"
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Book Your Consultation", href: "mailto:info@autumnhilldental.com"},
|
text: "Book Your Consultation", href: "mailto:info@autumnhilldental.com"},
|
||||||
@@ -252,4 +255,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user