Merge version_3 into main #6

Merged
bender merged 5 commits from version_3 into main 2026-03-11 21:00:11 +00:00
5 changed files with 9 additions and 9 deletions

View File

@@ -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>
);
}
}

View File

@@ -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>
);
}
}

View File

@@ -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>
);
}
}

View File

@@ -129,4 +129,4 @@ export default function ReviewsPage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -137,4 +137,4 @@ export default function ServicesPage() {
</div>
</ThemeProvider>
);
}
}