diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 5a33235..3e76525 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,7 +5,8 @@ import "./globals.css"; const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "Automotion Cars Europa | Curated European Automotive Listings", description: "A selective platform connecting serious buyers with trusted dealerships across Europe."}; + title: "Automotion Cars Europa | Curated European Automotive Listings", description: "A selective platform connecting serious buyers with trusted dealerships across Europe." +}; export default function RootLayout({ children, @@ -1384,4 +1385,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index 0d5ed63..2c7073c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -95,9 +95,13 @@ export default function LandingPage() {
@@ -123,4 +127,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file