From 1eb3666c04abe82ae293a2501f64f90047f836ea Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 13:43:26 +0000 Subject: [PATCH] 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 ( - +