From ef0ba876e0184b462b5bb880f8b2fdf0adc4ee78 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 11:47:36 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9342aae..d883453 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,32 +13,32 @@ import FooterBase from "@/components/sections/footer/FooterBase"; export default function HomePage() { const navItems = [ - { name: "Tuis", id: "/" }, - { name: "Oor Mij", id: "/about" }, - { name: "Dienste", id: "/services" }, - { name: "Kontak", id: "/contact" }, + { name: "Home", id: "/" }, + { name: "About Me", id: "/about" }, + { name: "Services", id: "/services" }, + { name: "Contact", id: "/contact" }, ]; const footerColumns = [ { - title: "Vinnige Skakels", items: [ - { label: "Tuis", href: "/" }, - { label: "Oor My", href: "/about" }, - { label: "Dienste", href: "/services" }, - { label: "Kontak", href: "/contact" }, + title: "Quick Links", items: [ + { label: "Home", href: "/" }, + { label: "About Me", href: "/about" }, + { label: "Services", href: "/services" }, + { label: "Contact", href: "/contact" }, ], }, { - title: "Kontak", items: [ - { label: "Bel: 082 452 9260", href: "tel:0824529260" }, + title: "Contact", items: [ + { label: "Call: 082 452 9260", href: "tel:0824529260" }, { label: "16 Malva Rd, Dana Bay", href: "#" }, - { label: "Mosselbaai, 6510", href: "#" }, + { label: "Mossel Bay, 6510", href: "#" }, ], }, { - title: "Beleid", items: [ - { label: "Privacybeleid", href: "#" }, - { label: "Voorwaardes", href: "#" }, + title: "Legal", items: [ + { label: "Privacy Policy", href: "#" }, + { label: "Terms", href: "#" }, ], }, ]; @@ -50,7 +50,7 @@ export default function HomePage() { borderRadius="rounded" contentWidth="mediumSmall" sizing="mediumLargeSizeLargeTitles" - background="blurBottom" + background="aurora" cardStyle="gradient-bordered" primaryButtonStyle="gradient" secondaryButtonStyle="glass" @@ -64,7 +64,7 @@ export default function HomePage() { @@ -91,7 +91,7 @@ export default function HomePage() {