From 79f26ff4741b77cbc6b4f0ba46c5d6f00a17016d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 21:12:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 179 ++++++++++------------------------------------- 1 file changed, 37 insertions(+), 142 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e0f667c..2b25ee6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,25 +31,15 @@ export default function LandingPage() { @@ -61,13 +51,9 @@ export default function LandingPage() { description="Your trusted partner in finding the perfect property. We make buying and selling real estate simple, transparent, and rewarding." buttons={[ { - text: "Explore Listings", - href: "#listings", - }, + text: "Explore Listings", href: "#listings"}, { - text: "Contact Us", - href: "#contact", - }, + text: "Contact Us", href: "#contact"}, ]} buttonAnimation="slide-up" imageSrc="http://img.b2bpic.net/free-photo/luxury-modern-house-with-pool-lush-rainforest_23-2152008217.jpg?_wi=1" @@ -80,20 +66,13 @@ export default function LandingPage() { useInvertedBackground={false} heading={[ { - type: "text", - content: "Professional Excellence in Real Estate", - }, + type: "text", content: "Professional Excellence in Real Estate"}, { - type: "image", - src: "http://img.b2bpic.net/free-photo/colleagues-working-together-project_23-2149286147.jpg", - alt: "About Ayham Immobilier", - }, + type: "image", src: "http://img.b2bpic.net/free-photo/colleagues-working-together-project_23-2149286147.jpg", alt: "About Ayham Immobilier"}, ]} buttons={[ { - text: "Learn More", - href: "#", - }, + text: "Learn More", href: "#"}, ]} /> @@ -102,30 +81,17 @@ export default function LandingPage() { ); -} +} \ No newline at end of file