diff --git a/src/app/page.tsx b/src/app/page.tsx
index 11e5d10..4188fa2 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,32 +30,14 @@ export default function LandingPage() {
@@ -63,12 +45,7 @@ export default function LandingPage() {
@@ -80,18 +57,9 @@ export default function LandingPage() {
title="Building Dreams, Creating Trust"
description="Maria Housing Super City & Shan Infraa are dedicated construction and real estate developers in Vellore. We transform visions into reality through professional infrastructure, plot development, and quality housing."
bulletPoints={[
- {
- title: "Residential Excellence",
- description: "High-quality housing projects designed for your family.",
- },
- {
- title: "Plot Development",
- description: "Expertly planned plots for future investment.",
- },
- {
- title: "Infrastructure Mastery",
- description: "Professional construction and urban development support.",
- },
+ { title: "Residential Excellence", description: "High-quality housing projects designed for your family." },
+ { title: "Plot Development", description: "Expertly planned plots for future investment." },
+ { title: "Infrastructure Mastery", description: "Professional construction and urban development support." },
]}
imageSrc="http://img.b2bpic.net/free-photo/three-architects-talking-each-other_23-2147702497.jpg"
mediaAnimation="slide-up"
@@ -105,21 +73,9 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
features={[
- {
- title: "Construction Services",
- description: "End-to-end building services with professional engineering support.",
- imageSrc: "http://img.b2bpic.net/free-photo/raw-concrete-building-construction-against-cloudy-sky_626616-500.jpg?_wi=1",
- },
- {
- title: "Housing & Plots",
- description: "Premium residential plots and homes in well-connected areas.",
- imageSrc: "http://img.b2bpic.net/free-photo/aerial-panoramic-landscape-view-road-from-village_23-2148346131.jpg",
- },
- {
- title: "Utility Support",
- description: "Complete electrical and plumbing setup for all our projects.",
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-plumber_23-2150746316.jpg",
- },
+ { title: "Construction Services", description: "End-to-end building services with professional engineering support.", imageSrc: "http://img.b2bpic.net/free-photo/raw-concrete-building-construction-against-cloudy-sky_626616-500.jpg" },
+ { title: "Housing & Plots", description: "Premium residential plots and homes in well-connected areas.", imageSrc: "http://img.b2bpic.net/free-photo/aerial-panoramic-landscape-view-road-from-village_23-2148346131.jpg" },
+ { title: "Utility Support", description: "Complete electrical and plumbing setup for all our projects.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-plumber_23-2150746316.jpg" },
]}
title="Our Expert Services"
description="Comprehensive real estate and construction support for every stage of your dream project."
@@ -130,44 +86,15 @@ export default function LandingPage() {
@@ -253,53 +151,23 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-photo/vertical-shot-white-geometrical-structure-white-background_181624-8360.jpg"
logoText="Maria Housing & Shan Infraa"
columns={[
- {
- title: "Quick Links",
- items: [
- {
- label: "Home",
- href: "#hero",
- },
- {
- label: "About Us",
- href: "#about",
- },
- {
- label: "Services",
- href: "#services",
- },
- ],
- },
- {
- title: "Location",
- items: [
- {
- label: "Sathuvachari, Vellore",
- href: "#",
- },
- {
- label: "Office Address",
- href: "#",
- },
- ],
- },
- {
- title: "Support",
- items: [
- {
- label: "Call: 000-000-0000",
- href: "tel:0000000000",
- },
- {
- label: "WhatsApp Support",
- href: "https://wa.me/message",
- },
- ],
- },
+ { title: "Quick Links", items: [
+ { label: "Home", href: "#hero" },
+ { label: "About Us", href: "#about" },
+ { label: "Services", href: "#services" },
+ ] },
+ { title: "Location", items: [
+ { label: "Sathuvachari, Vellore", href: "#" },
+ { label: "Office Address", href: "#" },
+ ] },
+ { title: "Support", items: [
+ { label: "Call: 000-000-0000", href: "tel:0000000000" },
+ { label: "WhatsApp Support", href: "https://wa.me/message" },
+ ] },
]}
/>
);
-}
+}
\ No newline at end of file