diff --git a/src/app/layout.tsx b/src/app/layout.tsx index a152c13..4f3430f 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,9 +1,9 @@ import type { Metadata } from "next"; -import { Analytics } from "@vercel/analytics/react"; import "@/styles/globals.css"; export const metadata: Metadata = { - title: "ICAR AUTOS - Luxury Porsche Vehicles", description: "Experience engineering excellence with ICAR AUTOS. Discover premium Porsche vehicles, cutting-edge technology, and precision performance."}; + title: "ICAR AUTOS - Luxury Porsche Vehicles", description: "Experience engineering excellence with ICAR AUTOS. Discover premium Porsche vehicles, cutting-edge technology, and precision performance." +}; export default function RootLayout({ children, @@ -14,7 +14,6 @@ export default function RootLayout({ {children} -