diff --git a/src/app/page.tsx b/src/app/page.tsx index d921636..c0b2551 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -38,7 +38,7 @@ export default function LandingPage() { { name: "Testimonials", id: "testimonials" }, { name: "Contact", id: "contact" } ]} - button={{ text: "Schedule Viewing", href: "contact" }} + button={{ text: "Schedule Viewing", href: "#contact" }} /> @@ -102,7 +102,7 @@ export default function LandingPage() { imageAlt="Luxe Properties Dubai team" useInvertedBackground={false} buttons={[ - { text: "Learn Our Story", href: "#" } + { text: "Learn Our Story", href: "#about" } ]} /> @@ -174,7 +174,7 @@ export default function LandingPage() { useInvertedBackground={false} gridVariant="uniform-all-items-equal" buttons={[ - { text: "View Insights", href: "#" } + { text: "View Insights", href: "#metrics" } ]} metrics={[ { @@ -201,7 +201,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} buttons={[ - { text: "Read All Reviews", href: "#" } + { text: "Read All Reviews", href: "#testimonials" } ]} testimonials={[ { @@ -241,6 +241,9 @@ export default function LandingPage() { { name: "name", type: "text", placeholder: "Your Name", required: true }, { name: "email", type: "email", placeholder: "Your Email", required: true } ]} + multiSelect={{ + name: "interest", label: "I am interested in...", options: ["Villa", "Penthouse", "Townhouse", "Apartment", "Land"] + }} textarea={{ name: "message", placeholder: "Your Message", rows: 4, required: true