From 97bf6d42d9dd43429bac57fc8a2bfa35e6217424 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 01:43:02 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 0c77d84..7aacf35 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -20,7 +20,7 @@ const manrope = Manrope({ }); export const metadata: Metadata = { - title: "KMD Real Estate - Vrindavan Property Investment Opportunities", description: "Invest in Vrindavan's fastest growing property market. Premium residential and commercial properties in Omaxe City with 15-20% rental returns. Expert guidance from local real estate experts.", keywords: "Vrindavan property investment, buy property Vrindavan, Omaxe City property, commercial property Vrindavan, Vrindavan flats for sale, real estate Vrindavan, property dealer Vrindavan, NRI property investment", metadataBase: new URL("https://kmdrealestate.com"), + title: "KMD Real Estate - Vrindavan Property Investment Opportunities", description: "Invest in Vrindavan's fastest growing property market. Premium residential and commercial properties in Omaxe City with 18-20% commercial yields and 15% residential yields. Expert guidance from local real estate experts.", keywords: "Vrindavan property investment, buy property Vrindavan, Omaxe City property, commercial property Vrindavan, Vrindavan flats for sale, real estate Vrindavan, property dealer Vrindavan, NRI property investment", metadataBase: new URL("https://kmdrealestate.com"), alternates: { canonical: "https://kmdrealestate.com" }, @@ -29,14 +29,14 @@ export const metadata: Metadata = { follow: true }, openGraph: { - type: "website", url: "https://kmdrealestate.com", title: "Invest in Vrindavan's Premium Properties - KMD Real Estate", description: "Discover premium residential and commercial investment opportunities in Omaxe City, Vrindavan. High returns, verified listings, expert guidance.", siteName: "KMD Real Estate", images: [ + type: "website", url: "https://kmdrealestate.com", title: "Invest in Vrindavan's Premium Properties - KMD Real Estate", description: "Discover premium residential and commercial investment opportunities in Omaxe City, Vrindavan. 18-20% commercial yields, 15% residential yields, verified listings, expert guidance.", siteName: "KMD Real Estate", images: [ { url: "http://img.b2bpic.net/free-photo/happy-couple-resting-home-with-good-mood_651396-28.jpg", alt: "KMD Real Estate - Premium Properties in Vrindavan" } ] }, twitter: { - card: "summary_large_image", title: "KMD Real Estate - Vrindavan Property Investment", description: "Premium investment opportunities in Omaxe City, Vrindavan. Verified properties, expert guidance, high rental returns.", images: ["http://img.b2bpic.net/free-photo/happy-couple-resting-home-with-good-mood_651396-28.jpg"] + card: "summary_large_image", title: "KMD Real Estate - Vrindavan Property Investment", description: "Premium investment opportunities in Omaxe City, Vrindavan. 18-20% commercial yields, 15% residential yields, verified properties, expert guidance.", images: ["http://img.b2bpic.net/free-photo/happy-couple-resting-home-with-good-mood_651396-28.jpg"] } }; -- 2.49.1 From 6045be2830d07127869d2fc8602e496968abc678 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 01:43:03 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 32586d3..9e6214c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -95,10 +95,10 @@ export default function LandingPage() { tagAnimation="slide-up" features={[ { - title: "Commercial Investment", description: "Premium retail shops and office spaces in high-footfall areas of Omaxe City. Perfect for business expansion and steady rental income.", imageSrc: "http://img.b2bpic.net/free-photo/man-woman-together-car-dealership_23-2148333029.jpg", imageAlt: "Commercial property space", button: { text: "Get Details", href: "#contact" } + title: "Commercial Investment", description: "Premium retail shops and office spaces in high-footfall areas of Omaxe City. Delivering 18-20% annual yields for consistent, data-driven investment returns. Perfect for business expansion and steady rental income.", imageSrc: "http://img.b2bpic.net/free-photo/man-woman-together-car-dealership_23-2148333029.jpg", imageAlt: "Commercial property space", button: { text: "Get Details", href: "#contact" } }, { - title: "Residential Investment", description: "2BHK apartments, studio units, and villas with excellent rental returns. Designed for families and NRI investors seeking stability.", imageSrc: "http://img.b2bpic.net/free-photo/dining-area-comfortable-studio-flat-hotel-room_1262-12324.jpg", imageAlt: "Residential apartment", button: { text: "Book Site Visit", href: "#contact" } + title: "Residential Investment", description: "2BHK apartments, studio units, and villas with 15% annual yields. Excellent rental returns designed for families and NRI investors seeking stable, predictable income and long-term wealth appreciation.", imageSrc: "http://img.b2bpic.net/free-photo/dining-area-comfortable-studio-flat-hotel-room_1262-12324.jpg", imageAlt: "Residential apartment", button: { text: "Book Site Visit", href: "#contact" } } ]} textboxLayout="default" -- 2.49.1