11 Commits

Author SHA1 Message Date
213a905c4e Update src/app/page.tsx 2026-03-25 13:57:15 +00:00
4899dbc541 Update src/app/payment/page.tsx 2026-03-25 13:55:07 +00:00
705f801e42 Update src/app/page.tsx 2026-03-25 13:55:06 +00:00
12d7a6782f Update src/app/confirmation/page.tsx 2026-03-25 13:55:06 +00:00
0b277bbf86 Update src/app/payment/page.tsx 2026-03-25 13:52:58 +00:00
760c1d2f6e Update src/app/page.tsx 2026-03-25 13:52:57 +00:00
0c7c0a3471 Update src/app/confirmation/page.tsx 2026-03-25 13:52:56 +00:00
39a7bbaf5f Update src/app/application-form/page.tsx 2026-03-25 13:52:56 +00:00
5dedf5acc5 Add src/app/admin-dashboard/page.tsx 2026-03-25 13:52:55 +00:00
9ce509a175 Update src/app/page.tsx 2026-03-25 13:47:34 +00:00
b1cc83b7c1 Update src/app/application-form/page.tsx 2026-03-25 13:47:33 +00:00

View File

@@ -247,7 +247,7 @@ export default function LandingPage() {
background={{ variant: "sparkles-gradient" }} background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false} useInvertedBackground={false}
buttons={[ buttons={[
{ text: "Get Expert Guidance Now", href: "#" }, { text: "Schedule Consultation", href: "#" },
{ text: "Browse Listings", href: "#properties" } { text: "Browse Listings", href: "#properties" }
]} ]}
/> />