From db765e65f05f38acc2435f23b5369d1ef5e89e0b Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Mar 2026 12:02:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 144 +++++++++++------------------------------------ 1 file changed, 33 insertions(+), 111 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 255e2e8..01c151e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,21 +28,13 @@ export default function LandingPage() { @@ -51,51 +43,28 @@ export default function LandingPage() {
@@ -108,23 +77,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Buy Property", - description: "Expert guidance finding your dream home in Burgas.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZazIZfvncVfn7GLBXgrUKSloB/modern-real-estate-photography-of-a-luxu-1774699338998-0b83f2dd.png?_wi=2", - imageAlt: "Buying Property", - }, + title: "Buy Property", description: "Expert guidance finding your dream home in Burgas.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZazIZfvncVfn7GLBXgrUKSloB/modern-real-estate-photography-of-a-luxu-1774699338998-0b83f2dd.png", imageAlt: "Buying Property"}, { - title: "Sell Property", - description: "Maximize your property value with our expert team.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZazIZfvncVfn7GLBXgrUKSloB/exterior-view-of-a-modern-apartment-comp-1774699338893-5e18347b.png?_wi=2", - imageAlt: "Selling Property", - }, + title: "Sell Property", description: "Maximize your property value with our expert team.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZazIZfvncVfn7GLBXgrUKSloB/exterior-view-of-a-modern-apartment-comp-1774699338893-5e18347b.png", imageAlt: "Selling Property"}, { - title: "Property Consultation", - description: "Clear insights and professional advice for buyers.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZazIZfvncVfn7GLBXgrUKSloB/close-up-of-a-modern-home-office-desk-wi-1774699338112-a8f0cb7f.png?_wi=2", - imageAlt: "Consultation", - }, + title: "Property Consultation", description: "Clear insights and professional advice for buyers.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZazIZfvncVfn7GLBXgrUKSloB/close-up-of-a-modern-home-office-desk-wi-1774699338112-a8f0cb7f.png", imageAlt: "Consultation"}, ]} title="How We Help You" description="Your partners in achieving your real estate goals in Burgas." @@ -133,63 +90,33 @@ export default function LandingPage() {
-- 2.49.1