From 1eb3666c04abe82ae293a2501f64f90047f836ea Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 13:43:26 +0000 Subject: [PATCH 1/2] Update src/app/application-form/page.tsx --- src/app/application-form/page.tsx | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/src/app/application-form/page.tsx b/src/app/application-form/page.tsx index 23b43bb..1da8ae1 100644 --- a/src/app/application-form/page.tsx +++ b/src/app/application-form/page.tsx @@ -71,9 +71,6 @@ export default function ApplicationFormPage() { } ]; - const themeProviderProps = { - defaultButtonVariant: "hover-magnetic", defaultTextAnimation: "entrance-slide", borderRadius: "pill", contentWidth: "mediumSmall", sizing: "mediumLarge", background: "none", cardStyle: "glass-elevated", primaryButtonStyle: "primary-glow", secondaryButtonStyle: "radial-glow", headingFontWeight: "medium"}; - const navbarProps = { brandName: "Luxe Properties", navItems: [ { name: "Properties", id: "properties" }, @@ -81,14 +78,25 @@ export default function ApplicationFormPage() { { name: "Services", id: "services" }, { name: "Team", id: "team" }, { name: "Testimonials", id: "testimonials" }, - { name: "Application", href: "/application-form" }, + { name: "Application", id: "/application-form" }, { name: "Contact", id: "contact" } ], button: { text: "Schedule Viewing", href: "#contact" } }; return ( - + From 3b0e739d234b9f4b5a184d723b8a8c698233a1f6 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 13:43:27 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a8dbdb7..ae69c57 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -39,7 +39,7 @@ export default function LandingPage() { { name: "Testimonials", id: "testimonials" }, { name: "FAQ", id: "faq" }, { name: "Contact", id: "contact" }, - { name: "Admin Dashboard", href: "/admin" } + { name: "Admin Dashboard", id: "/admin" } ]} button={{ text: "Schedule Viewing", href: "#contact" }} />