From f9e6de268f56422074160aec5c034bc8337edd47 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 17:34:16 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 359cbcb..afe5d65 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -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({ ); -} \ No newline at end of file +} -- 2.49.1 From dc84892809ecdfd0d258f855a0d26fc8ac31f75c Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 17:34:16 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0fa0969..e08f9a9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { ); -} \ No newline at end of file +} -- 2.49.1