Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4035047761 | |||
| b78a2b209a | |||
| 1eca67f30d | |||
| ae358c3107 | |||
| 7bfb568ec6 | |||
| c33f628acc | |||
| fee2dbb2e9 |
@@ -81,7 +81,7 @@ export default function AboutPage() {
|
||||
imageAlt="Experienced mechanic working professional tools"
|
||||
buttons={[
|
||||
{
|
||||
text: "Request Service", href: "/contact"},
|
||||
text: "Request Service", href: "#contact-cta"},
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
@@ -138,4 +138,4 @@ export default function AboutPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -75,7 +75,7 @@ export default function ContactPage() {
|
||||
description="Bradenton's Trusted Auto Repair Shop. Honest, reliable automotive repair and maintenance you can trust."
|
||||
buttons={[
|
||||
{ text: "Call Now", href: "tel:+19417491090" },
|
||||
{ text: "Get a Free Quote", href: "#contact" },
|
||||
{ text: "Get a Free Quote", href: "#contact-cta" },
|
||||
]}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
imageSrc="https://images.unsplash.com/photo-1487754180144-351b8e6f60db?w=800&q=80&_wi=2"
|
||||
@@ -110,4 +110,4 @@ export default function ContactPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -81,7 +81,7 @@ export default function HomePage() {
|
||||
{
|
||||
text: "Call Now", href: "tel:+19417491090"},
|
||||
{
|
||||
text: "Get a Free Quote", href: "#contact"},
|
||||
text: "Get a Free Quote", href: "#contact-cta"},
|
||||
]}
|
||||
background={{
|
||||
variant: "sparkles-gradient"}}
|
||||
@@ -119,7 +119,7 @@ export default function HomePage() {
|
||||
imageAlt="experienced mechanic working professional tools"
|
||||
buttons={[
|
||||
{
|
||||
text: "Request Service", href: "#contact"},
|
||||
text: "Request Service", href: "#contact-cta"},
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
buttonAnimation="opacity"
|
||||
@@ -180,4 +180,4 @@ export default function HomePage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -129,4 +129,4 @@ export default function ReviewsPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -137,4 +137,4 @@ export default function ServicesPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user