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