From 576dc00876b394f08473120ecbe16d908487cc9d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 07:34:57 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 -- 2.49.1 From 6d4ebcc64802817e9f5ef9dae8b45f266c968b3e Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 07:34:57 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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 -- 2.49.1