Merge version_4 into main #4

Merged
bender merged 1 commits from version_4 into main 2026-06-13 08:37:33 +00:00

View File

@@ -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" }}
/>
</div>
@@ -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" }
]}
/>
</div>
@@ -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