Update src/app/layout.tsx

This commit is contained in:
2026-03-07 17:37:44 +00:00
parent 3537ec298f
commit 2bbdfd09a8

View File

@@ -5,7 +5,8 @@ import "./globals.css";
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
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."};
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,
@@ -1384,4 +1385,4 @@ export default function RootLayout({
</body>
</html>
);
}
}