diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 9369f73..f303485 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 | Luxury Renovations Amsterdam', - description: 'Professional high-end home renovations and craftsmanship in Amsterdam. Transforming spaces with precision and style.', + title: 'Welcome to Our Platform', + description: 'Empowering your business with cutting-edge technology.', openGraph: { "siteName": "AMAN Klussenbedrijf", "type": "website" diff --git a/src/app/page.tsx b/src/app/page.tsx index 3afd9cf..59ffdd9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,127 +10,108 @@ import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import FaqDouble from '@/components/sections/faq/FaqDouble'; import ContactText from '@/components/sections/contact/ContactText'; import FooterSimple from '@/components/sections/footer/FooterSimple'; -import { Bath, PaintBucket, Hammer, Home } from "lucide-react"; +import { ArrowRight, Shield, Zap, Target, Star, CheckCircle } from 'lucide-react'; -const navItems = [ - { name: "Home", id: "/" }, - { name: "About", id: "/about" }, - { name: "Contact", id: "/contact" } -]; +const navItems = [{ name: "Home", id: "/" }]; export default function Page() { return ( - +
-
-
-
-
-
-
-
-