From d31665edb3b234d8a79fd2a33a6ace0e6b3c5cc9 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 13:42:12 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2f8c53c..b443f39 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -57,9 +57,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} features={[ - { id: 1, title: "Expert Guidance", description: "Navigating the property market with years of specialized experience.", imageSrc: "https://pixabay.com/get/gdd99f2f7dc85fd6010b0df9748752681a35dc1afa4e92b7646fd113f4eda3e3de299f2c6d29ef75904d752ac3b3265644cc134aeba06590296669cfc272e1168_1280.jpg" }, - { id: 2, title: "Luxury Portfolio", description: "Access to exclusive listings that aren't on the general market.", imageSrc: "https://pixabay.com/get/gdd99f2f7dc85fd6010b0df9748752681a35dc1afa4e92b7646fd113f4eda3e3de299f2c6d29ef75904d752ac3b3265644cc134aeba06590296669cfc272e1168_1280.jpg" }, - { id: 3, title: "Personalized Strategy", description: "Tailored approach for both buyers and sellers to meet your goals.", imageSrc: "https://pixabay.com/get/gdd99f2f7dc85fd6010b0df9748752681a35dc1afa4e92b7646fd113f4eda3e3de299f2c6d29ef75904d752ac3b3265644cc134aeba06590296669cfc272e1168_1280.jpg" }, + { id: 1, title: "Expert Guidance", description: "Navigating the property market with years of specialized experience.", imageSrc: "https://pixabay.com/get/gdd99f2f7dc85fd6010b0df9748752681a35dc1afa4e92b7646fd113f4eda3e3de299f2c6d29ef75904d752ac3b3265644cc134aeba06590296669cfc272e1168_1280.jpg?_wi=1" }, + { id: 2, title: "Luxury Portfolio", description: "Access to exclusive listings that aren't on the general market.", imageSrc: "https://pixabay.com/get/gdd99f2f7dc85fd6010b0df9748752681a35dc1afa4e92b7646fd113f4eda3e3de299f2c6d29ef75904d752ac3b3265644cc134aeba06590296669cfc272e1168_1280.jpg?_wi=2" }, + { id: 3, title: "Personalized Strategy", description: "Tailored approach for both buyers and sellers to meet your goals.", imageSrc: "https://pixabay.com/get/gdd99f2f7dc85fd6010b0df9748752681a35dc1afa4e92b7646fd113f4eda3e3de299f2c6d29ef75904d752ac3b3265644cc134aeba06590296669cfc272e1168_1280.jpg?_wi=3" }, ]} title="Why Elite Estates?" description="We blend market expertise with personalized service to ensure every transaction is seamless and rewarding." -- 2.49.1