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