Merge version_18 into main #32

Merged
bender merged 2 commits from version_18 into main 2026-03-07 17:34:21 +00:00
2 changed files with 4 additions and 5 deletions

View File

@@ -5,8 +5,7 @@ import "./globals.css";
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "Auto Motives - Expert Auto Repair in Silverthorne | 970-485-0085", description: "Professional auto repair services in Silverthorne, CO. Expert mechanics, honest pricing, and reliable service for all vehicle types. Call 970-485-0085."
};
title: "Auto Motives | Expert Auto Repair in Silverthorne", description: "Professional auto repair services in Silverthorne, Colorado. ASE certified mechanics, fair pricing, honest diagnostics. Call 970-485-0085."};
export default function RootLayout({
children,
@@ -1385,4 +1384,4 @@ export default function RootLayout({
</body>
</html>
);
}
}

View File

@@ -45,7 +45,7 @@ export default function LandingPage() {
title="Expert Auto Repair You Can Trust"
description="Expert service for every vehicle. Fast turnaround, fair pricing, and honest diagnostics you can count on."
background={{ variant: "glowing-orb" }}
tag="Local Auto Repair • ASE Certified • 970-485-0085"
tag="ASE Certified • 14+ Years Local • 970-485-0085"
tagIcon={Award}
tagAnimation="slide-up"
buttons={[
@@ -224,4 +224,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}