diff --git a/src/app/page.tsx b/src/app/page.tsx index 9a078d8..82e8c83 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -15,7 +15,7 @@ import { Lightbulb, Palette, Wrench, CheckCircle } from "lucide-react"; export default function HomePage() { const navItems = [ { name: "Home", id: "home" }, - { name: "Services", id: "services" }, + { name: "Compleet Aanbod", id: "services" }, { name: "Portfolio", id: "portfolio" }, { name: "About", id: "about" }, { name: "Contact", id: "contact" }, @@ -94,7 +94,7 @@ export default function HomePage() { textboxLayout="default" useInvertedBackground={false} animationType="blur-reveal" - tag="Services" + tag="Compleet Aanbod" negativeCard={{ items: [ "Gevelreclame", "Interieur signing", "Wandaankleding"], @@ -199,4 +199,4 @@ export default function HomePage() { ); -} \ No newline at end of file +}