From 56019dd114ad702085ac676e7baa6014b8dc97ca Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 29 Apr 2026 19:16:29 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 8288c76..7984fee 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -11,8 +11,8 @@ import { Playfair_Display, Inter } from "next/font/google"; export const metadata: Metadata = { - title: 'AMAN Klussenbedrijf | Luxury Renovations Amsterdam', - description: 'Precision craftsmanship and effortless living for your home in Amsterdam.', + title: 'AMAN | Luxury Renovations Amsterdam', + description: 'High-end renovation services in Amsterdam, specializing in bespoke bathrooms, home upgrades, and quality craftsmanship.', openGraph: { "siteName": "AMAN Klussenbedrijf", "type": "website" -- 2.49.1 From c4bc71ec2a7838760d4fcaf89ffa2f6e64d3b37d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 29 Apr 2026 19:16:30 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 259 +++++++++++++++++++++++------------------------ 1 file changed, 128 insertions(+), 131 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d253306..18dfc4e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,146 +29,143 @@ export default function LandingPage() { headingFontWeight="medium" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
-
+
+
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1