Merge version_1 into main #1
@@ -89,7 +89,7 @@ export default function AboutPage() {
|
||||
{ text: "Learn More", href: "#values" },
|
||||
{ text: "Contact Us", href: "#contact" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-using-smartphone-near-colleague_23-2147808088.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-using-smartphone-near-colleague_23-2147808088.jpg?_wi=4"
|
||||
imageAlt="Guhan Builders team and company office"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
@@ -106,21 +106,21 @@ export default function AboutPage() {
|
||||
id: 1,
|
||||
title: "Trust & Transparency",
|
||||
description: "Every project is backed by complete legal documentation, DTCP approvals, and transparent pricing. We believe in honest dealings and long-term customer relationships.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/kids-having-fun-with-traditional-games_23-2149317161.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/kids-having-fun-with-traditional-games_23-2149317161.jpg?_wi=4",
|
||||
imageAlt: "Trust and transparency in real estate",
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Quality Development",
|
||||
description: "Our developments feature modern infrastructure, green spaces, safety features, and planned amenities. We construct with longevity and community welfare in mind.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-village-coast-algarve-portugal-concept-beach-portugal-summer-vacations_231208-6931.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-village-coast-algarve-portugal-concept-beach-portugal-summer-vacations_231208-6931.jpg?_wi=4",
|
||||
imageAlt: "Quality residential development",
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Customer-First Approach",
|
||||
description: "Your satisfaction is our success. We provide ongoing support from site selection through registration, construction assistance, and post-sale services.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grass-field-daytime_181624-1502.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grass-field-daytime_181624-1502.jpg?_wi=4",
|
||||
imageAlt: "Customer support and satisfaction",
|
||||
},
|
||||
]}
|
||||
@@ -134,12 +134,12 @@ export default function AboutPage() {
|
||||
<div id="success-stories" data-section="success-stories">
|
||||
<TestimonialCardTwelve
|
||||
testimonials={[
|
||||
{ id: "1", name: "Rajesh Kumar", imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg", imageAlt: "Rajesh Kumar success story" },
|
||||
{ id: "2", name: "Priya Sharma", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-lady_1163-3171.jpg", imageAlt: "Priya Sharma success story" },
|
||||
{ id: "3", name: "Amit Patel", imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-office-2_1262-1488.jpg", imageAlt: "Amit Patel success story" },
|
||||
{ id: "4", name: "Meera Krishnan", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-working-reception_23-2149963923.jpg", imageAlt: "Meera Krishnan success story" },
|
||||
{ id: "5", name: "Vikram Singh", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-middle-aged-businesswoman_1262-21005.jpg", imageAlt: "Vikram Singh success story" },
|
||||
{ id: "6", name: "Sneha Gupta", imageSrc: "http://img.b2bpic.net/free-photo/close-up-businessman-with-tie_1098-2867.jpg", imageAlt: "Sneha Gupta success story" },
|
||||
{ id: "1", name: "Rajesh Kumar", imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg?_wi=2", imageAlt: "Rajesh Kumar success story" },
|
||||
{ id: "2", name: "Priya Sharma", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-lady_1163-3171.jpg?_wi=2", imageAlt: "Priya Sharma success story" },
|
||||
{ id: "3", name: "Amit Patel", imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-office-2_1262-1488.jpg?_wi=2", imageAlt: "Amit Patel success story" },
|
||||
{ id: "4", name: "Meera Krishnan", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-working-reception_23-2149963923.jpg?_wi=2", imageAlt: "Meera Krishnan success story" },
|
||||
{ id: "5", name: "Vikram Singh", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-middle-aged-businesswoman_1262-21005.jpg?_wi=2", imageAlt: "Vikram Singh success story" },
|
||||
{ id: "6", name: "Sneha Gupta", imageSrc: "http://img.b2bpic.net/free-photo/close-up-businessman-with-tie_1098-2867.jpg?_wi=2", imageAlt: "Sneha Gupta success story" },
|
||||
]}
|
||||
cardTitle="2000+ Satisfied Customers | Thousands of Families Have Found Their Perfect Investment with Guhan Builders"
|
||||
cardTag="Customer Success Stories"
|
||||
|
||||
@@ -1,24 +1,61 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Figtree } 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 { Figtree } 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 figtree = Figtree({
|
||||
variable: "--font-figtree",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Guhan Builders - DTCP Approved Plots Chennai | Affordable Real Estate",
|
||||
description: "Trusted real estate builder offering DTCP approved plots in Chennai. Affordable residential land investment opportunities. Book site visit now. Call 098409 15150",
|
||||
keywords: "DTCP plots Chennai, affordable residential plots, real estate builder Chennai, land investment Chennai, Kolathur plots, residential property Chennai",
|
||||
metadataBase: new URL("https://guhanbuilders.com"),
|
||||
alternates: {
|
||||
canonical: "https://guhanbuilders.com",
|
||||
},
|
||||
openGraph: {
|
||||
title: "Guhan Builders - Affordable DTCP Approved Plots in Chennai",
|
||||
description: "Invest in trusted DTCP approved residential plots in prime Chennai locations. 4.5★ rated builder with 2000+ happy customers. Book site visit now.",
|
||||
url: "https://guhanbuilders.com",
|
||||
siteName: "Guhan Builders and Promoters",
|
||||
type: "website",
|
||||
images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/aerial-view-farm-fields_1401-233.jpg",
|
||||
alt: "Guhan Builders Residential Plots Development",
|
||||
},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Guhan Builders - Affordable DTCP Approved Plots Chennai",
|
||||
description: "Trusted real estate developer. DTCP approved plots. Affordable prices. 4.5★ rated. Book site visit now.",
|
||||
images: ["http://img.b2bpic.net/free-photo/aerial-view-farm-fields_1401-233.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
@@ -27,7 +64,9 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${figtree.variable} antialiased`}>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${figtree.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
@@ -39,4 +78,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -108,7 +108,7 @@ export default function HomePage() {
|
||||
value: "4.5★",
|
||||
title: "Customer Rating",
|
||||
description: "Rated by 80+ satisfied customers",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/kids-having-fun-with-traditional-games_23-2149317161.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/kids-having-fun-with-traditional-games_23-2149317161.jpg?_wi=1",
|
||||
imageAlt: "Completed residential projects",
|
||||
},
|
||||
{
|
||||
@@ -116,7 +116,7 @@ export default function HomePage() {
|
||||
value: "15+",
|
||||
title: "Years Experience",
|
||||
description: "Building trust in Chennai real estate",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-village-coast-algarve-portugal-concept-beach-portugal-summer-vacations_231208-6931.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-village-coast-algarve-portugal-concept-beach-portugal-summer-vacations_231208-6931.jpg?_wi=1",
|
||||
imageAlt: "Professional real estate experience",
|
||||
},
|
||||
{
|
||||
@@ -124,7 +124,7 @@ export default function HomePage() {
|
||||
value: "50+",
|
||||
title: "Completed Projects",
|
||||
description: "Successfully delivered developments",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grass-field-daytime_181624-1502.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grass-field-daytime_181624-1502.jpg?_wi=1",
|
||||
imageAlt: "Project portfolio showcase",
|
||||
},
|
||||
{
|
||||
@@ -132,7 +132,7 @@ export default function HomePage() {
|
||||
value: "2000+",
|
||||
title: "Happy Customers",
|
||||
description: "Families invested in our projects",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-using-smartphone-near-colleague_23-2147808088.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-using-smartphone-near-colleague_23-2147808088.jpg?_wi=1",
|
||||
imageAlt: "Customer satisfaction showcase",
|
||||
},
|
||||
]}
|
||||
@@ -152,28 +152,28 @@ export default function HomePage() {
|
||||
id: 1,
|
||||
title: "DTCP Approved Plots",
|
||||
description: "100% government-approved residential and commercial plots with clear documentation and legal clearance. Investment-ready properties with guaranteed ownership.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/kids-having-fun-with-traditional-games_23-2149317161.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/kids-having-fun-with-traditional-games_23-2149317161.jpg?_wi=2",
|
||||
imageAlt: "DTCP approved plots",
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Residential Development",
|
||||
description: "Modern residential community layouts with essential amenities, green spaces, and planned infrastructure. Ready for construction or immediate occupancy.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-village-coast-algarve-portugal-concept-beach-portugal-summer-vacations_231208-6931.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-village-coast-algarve-portugal-concept-beach-portugal-summer-vacations_231208-6931.jpg?_wi=2",
|
||||
imageAlt: "Residential community development",
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Land Investment Opportunities",
|
||||
description: "Strategic land parcels in high-growth Chennai areas. Perfect for investors seeking appreciation and sustainable returns on real estate investment.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grass-field-daytime_181624-1502.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grass-field-daytime_181624-1502.jpg?_wi=2",
|
||||
imageAlt: "Land investment opportunities",
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
title: "Construction Services",
|
||||
description: "Professional construction support for plot owners. Quality assured building execution by experienced contractors with transparent project management.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-using-smartphone-near-colleague_23-2147808088.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-using-smartphone-near-colleague_23-2147808088.jpg?_wi=2",
|
||||
imageAlt: "Construction services and support",
|
||||
},
|
||||
]}
|
||||
@@ -193,21 +193,21 @@ export default function HomePage() {
|
||||
id: "1",
|
||||
name: "Kolathur Green Residency",
|
||||
price: "₹28,000 - ₹45,000/sq.ft",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/kids-having-fun-with-traditional-games_23-2149317161.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/kids-having-fun-with-traditional-games_23-2149317161.jpg?_wi=3",
|
||||
imageAlt: "Kolathur Green Residency plots",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Paper Mills Eco Plots",
|
||||
price: "₹24,000 - ₹38,000/sq.ft",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-village-coast-algarve-portugal-concept-beach-portugal-summer-vacations_231208-6931.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-village-coast-algarve-portugal-concept-beach-portugal-summer-vacations_231208-6931.jpg?_wi=3",
|
||||
imageAlt: "Paper Mills Eco Plots development",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Haridoss Main Road Ventures",
|
||||
price: "₹32,000 - ₹50,000/sq.ft",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grass-field-daytime_181624-1502.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grass-field-daytime_181624-1502.jpg?_wi=3",
|
||||
imageAlt: "Haridoss Main Road development",
|
||||
},
|
||||
]}
|
||||
@@ -252,37 +252,37 @@ export default function HomePage() {
|
||||
{
|
||||
id: "1",
|
||||
name: "Rajesh Kumar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg?_wi=1",
|
||||
imageAlt: "Rajesh Kumar testimonial",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Priya Sharma",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-lady_1163-3171.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-lady_1163-3171.jpg?_wi=1",
|
||||
imageAlt: "Priya Sharma testimonial",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Amit Patel",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-office-2_1262-1488.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-office-2_1262-1488.jpg?_wi=1",
|
||||
imageAlt: "Amit Patel testimonial",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Meera Krishnan",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-working-reception_23-2149963923.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-working-reception_23-2149963923.jpg?_wi=1",
|
||||
imageAlt: "Meera Krishnan testimonial",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Vikram Singh",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-middle-aged-businesswoman_1262-21005.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-middle-aged-businesswoman_1262-21005.jpg?_wi=1",
|
||||
imageAlt: "Vikram Singh testimonial",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Sneha Gupta",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-businessman-with-tie_1098-2867.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-businessman-with-tie_1098-2867.jpg?_wi=1",
|
||||
imageAlt: "Sneha Gupta testimonial",
|
||||
},
|
||||
]}
|
||||
@@ -302,7 +302,7 @@ export default function HomePage() {
|
||||
{ text: "Call: 098409 15150", href: "tel:098409 15150" },
|
||||
{ text: "WhatsApp Now", href: "https://wa.me/919840915150" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-using-smartphone-near-colleague_23-2147808088.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-using-smartphone-near-colleague_23-2147808088.jpg?_wi=3"
|
||||
imageAlt="Guhan Builders team ready to help"
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
|
||||
@@ -88,21 +88,21 @@ export default function ProjectsPage() {
|
||||
id: 1,
|
||||
title: "Kolathur Green Residency Phase 1",
|
||||
description: "150 plots developed on 8 acres with modern amenities, open spaces, and verified DTCP approval. Completed in 2022 with 98% occupancy rate.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/kids-having-fun-with-traditional-games_23-2149317161.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/kids-having-fun-with-traditional-games_23-2149317161.jpg?_wi=5",
|
||||
imageAlt: "Kolathur Green Residency completed phase",
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Paper Mills Eco Plots Development",
|
||||
description: "Strategic location near IT corridor offering 200+ residential plots with green landscaping. DTCP approved with infrastructure ready for construction.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-village-coast-algarve-portugal-concept-beach-portugal-summer-vacations_231208-6931.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-village-coast-algarve-portugal-concept-beach-portugal-summer-vacations_231208-6931.jpg?_wi=5",
|
||||
imageAlt: "Paper Mills Eco Plots layout",
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Haridoss Main Road Premium Ventures",
|
||||
description: "Premium mixed-use development with commercial and residential plots. High visibility location with excellent connectivity and appreciation potential.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grass-field-daytime_181624-1502.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grass-field-daytime_181624-1502.jpg?_wi=5",
|
||||
imageAlt: "Haridoss Main Road project area",
|
||||
},
|
||||
]}
|
||||
@@ -122,21 +122,21 @@ export default function ProjectsPage() {
|
||||
id: "1",
|
||||
name: "Kolathur Green Residency - Plot 456",
|
||||
price: "₹35,00,000 (1,250 sq.ft)",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/kids-having-fun-with-traditional-games_23-2149317161.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/kids-having-fun-with-traditional-games_23-2149317161.jpg?_wi=6",
|
||||
imageAlt: "Plot 456 Kolathur Green Residency",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Paper Mills Eco - Plot 789",
|
||||
price: "₹28,00,000 (1,200 sq.ft)",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-village-coast-algarve-portugal-concept-beach-portugal-summer-vacations_231208-6931.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-village-coast-algarve-portugal-concept-beach-portugal-summer-vacations_231208-6931.jpg?_wi=6",
|
||||
imageAlt: "Plot 789 Paper Mills Eco",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Haridoss Main Road - Plot 234",
|
||||
price: "₹48,00,000 (1,500 sq.ft)",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grass-field-daytime_181624-1502.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grass-field-daytime_181624-1502.jpg?_wi=6",
|
||||
imageAlt: "Plot 234 Haridoss Main Road",
|
||||
},
|
||||
]}
|
||||
@@ -160,7 +160,7 @@ export default function ProjectsPage() {
|
||||
{ text: "Call: 098409 15150", href: "tel:098409 15150" },
|
||||
{ text: "Contact Us", href: "/contact" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-using-smartphone-near-colleague_23-2147808088.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-using-smartphone-near-colleague_23-2147808088.jpg?_wi=5"
|
||||
imageAlt="Project consultation with Guhan Builders"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user