Merge version_1 into main #1
@@ -76,7 +76,7 @@ const AboutPage = () => {
|
||||
description="MS Realties Leadership"
|
||||
subdescription="Since 2004"
|
||||
icon={TrendingUp}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/architects-wearing-helmets-plans_23-2147702496.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/architects-wearing-helmets-plans_23-2147702496.jpg?_wi=2"
|
||||
imageAlt="MS Realties team with deep industry experience and professional expertise"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={true}
|
||||
@@ -94,7 +94,7 @@ const AboutPage = () => {
|
||||
role: "Since 2004",
|
||||
company: "Industry Leadership",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/architects-wearing-helmets-plans_23-2147702496.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/architects-wearing-helmets-plans_23-2147702496.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
@@ -102,7 +102,7 @@ const AboutPage = () => {
|
||||
role: "Multiple Projects",
|
||||
company: "Proven Track Record",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/real-estate-concept-infographic_23-2150534536.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/real-estate-concept-infographic_23-2150534536.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
@@ -110,7 +110,7 @@ const AboutPage = () => {
|
||||
role: "Long-term Relations",
|
||||
company: "Beyond Transactions",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-real-estate-agent-doing-business-showing-house-potential-buying-couple_23-2150164707.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-real-estate-agent-doing-business-showing-house-potential-buying-couple_23-2150164707.jpg?_wi=2",
|
||||
},
|
||||
]}
|
||||
kpiItems={[
|
||||
|
||||
@@ -79,7 +79,7 @@ export default function ContactPage() {
|
||||
}}
|
||||
useInvertedBackground={false}
|
||||
mediaPosition="right"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/coworkers-from-construction-company-estimating-house-prototype-bold-man-spectacles-holding-tiny-cupboard-building-hands-african-american-pointing-details-looking-mock-up-model_273609-5764.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/coworkers-from-construction-company-estimating-house-prototype-bold-man-spectacles-holding-tiny-cupboard-building-hands-african-american-pointing-details-looking-mock-up-model_273609-5764.jpg?_wi=2"
|
||||
imageAlt="real estate investment opportunity planning decision"
|
||||
mediaAnimation="slide-up"
|
||||
inputPlaceholder="Enter your email"
|
||||
|
||||
@@ -1,27 +1,60 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { DM_Sans } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
||||
import { DM_Sans } from "next/font/google";
|
||||
|
||||
const halant = Halant({
|
||||
variable: "--font-halant",
|
||||
subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
});
|
||||
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Webild components 2",
|
||||
description: "Generated by create next app",
|
||||
};
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
const dmSans = DM_Sans({
|
||||
variable: "--font-dm-sans",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "MS Realties | Premium Plotted Developments for Smart Investors",
|
||||
description: "Discover premium plotted developments with 20+ years of industry expertise. BMRDA & RERA approved projects with transparent documentation and strong investment potential.",
|
||||
keywords: "plotted development, real estate investment, premium plots, gated community, residential land, property investment, Bangalore real estate",
|
||||
metadataBase: new URL("https://msrealties.com"),
|
||||
alternates: {
|
||||
canonical: "https://msrealties.com",
|
||||
},
|
||||
openGraph: {
|
||||
title: "MS Realties | Premium Plotted Developments for Smart Investors",
|
||||
description: "20+ years of real estate expertise. 1000+ satisfied customers. BMRDA & RERA approved projects with clear documentation and growth-focused locations.",
|
||||
url: "https://msrealties.com",
|
||||
siteName: "MS Realties",
|
||||
type: "website",
|
||||
images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/aerial-shot-beautiful-skatepark-daytime_181624-21255.jpg",
|
||||
alt: "MS Realties Premium Plotted Development",
|
||||
},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "MS Realties | Premium Plotted Developments",
|
||||
description: "Invest in premium plots with 20+ years of industry trust and transparency",
|
||||
images: ["http://img.b2bpic.net/free-photo/aerial-shot-beautiful-skatepark-daytime_181624-21255.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
@@ -31,7 +64,9 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${dmSans.variable} ${inter.variable} antialiased`}>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${dmSans.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
@@ -43,4 +78,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -119,7 +119,7 @@ const HomePage = () => {
|
||||
description="Land Investment Expert"
|
||||
subdescription="MS Realties"
|
||||
icon={TrendingUp}
|
||||
imageSrc="http://img.b2bpic.net/free-vector/flat-business-landing-page-template_23-2148218171.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/flat-business-landing-page-template_23-2148218171.jpg?_wi=1"
|
||||
imageAlt="Growth corridor with developing infrastructure"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={true}
|
||||
@@ -216,7 +216,7 @@ const HomePage = () => {
|
||||
role: "Since 2004",
|
||||
company: "Industry Leadership",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/architects-wearing-helmets-plans_23-2147702496.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/architects-wearing-helmets-plans_23-2147702496.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
@@ -224,7 +224,7 @@ const HomePage = () => {
|
||||
role: "Multiple Projects",
|
||||
company: "Proven Track Record",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/real-estate-concept-infographic_23-2150534536.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/real-estate-concept-infographic_23-2150534536.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
@@ -232,7 +232,7 @@ const HomePage = () => {
|
||||
role: "Long-term Relations",
|
||||
company: "Beyond Transactions",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-real-estate-agent-doing-business-showing-house-potential-buying-couple_23-2150164707.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-real-estate-agent-doing-business-showing-house-potential-buying-couple_23-2150164707.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
@@ -309,7 +309,7 @@ const HomePage = () => {
|
||||
}}
|
||||
useInvertedBackground={false}
|
||||
mediaPosition="right"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/coworkers-from-construction-company-estimating-house-prototype-bold-man-spectacles-holding-tiny-cupboard-building-hands-african-american-pointing-details-looking-mock-up-model_273609-5764.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/coworkers-from-construction-company-estimating-house-prototype-bold-man-spectacles-holding-tiny-cupboard-building-hands-african-american-pointing-details-looking-mock-up-model_273609-5764.jpg?_wi=1"
|
||||
mediaAnimation="slide-up"
|
||||
inputPlaceholder="Enter your email"
|
||||
buttonText="Get Started"
|
||||
|
||||
@@ -60,7 +60,7 @@ export default function WhyPlotsPage() {
|
||||
description="Land Investment Expert"
|
||||
subdescription="MS Realties"
|
||||
icon={TrendingUp}
|
||||
imageSrc="http://img.b2bpic.net/free-vector/flat-business-landing-page-template_23-2148218171.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/flat-business-landing-page-template_23-2148218171.jpg?_wi=2"
|
||||
imageAlt="Growth corridor with developing infrastructure"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={true}
|
||||
|
||||
Reference in New Issue
Block a user