Merge version_2 into main #10
@@ -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({
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<body>
|
||||
{children}
|
||||
<Analytics />
|
||||
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
|
||||
Reference in New Issue
Block a user