From c0510959c8533136c7532bbdf157a6318d03cd6a Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 05:44:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 65652af..e98a51f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -35,7 +35,7 @@ export default function LandingPage() { { name: "Testimonials", id: "#testimonials" }, { name: "Contact", id: "#contact" }, ]} - brandName="Lumina Interior" + brandName="KKG Design Studio" button={{ text: "Contact Us", href: "#contact" }} /> @@ -158,4 +158,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}