diff --git a/src/app/page.tsx b/src/app/page.tsx
index 90bdc11..fd4ca1f 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,22 +30,14 @@ export default function LandingPage() {
@@ -56,14 +48,8 @@ export default function LandingPage() {
logoText="NEELSHIVAM DESIGN AND CONSTRUCTIONS"
description="Your trusted partner for premium house planning, architectural design, and end-to-end civil engineering solutions. Building dreams with precision and quality."
buttons={[
- {
- text: "Get Free Consultation",
- href: "#contact",
- },
- {
- text: "Request a Quote",
- href: "#contact",
- },
+ { text: "Get Free Consultation", href: "#contact" },
+ { text: "Request a Quote", href: "#contact" },
]}
imageSrc="http://img.b2bpic.net/free-photo/low-angle-building-construction_23-2148230387.jpg"
imageAlt="modern construction project site"
@@ -76,21 +62,9 @@ export default function LandingPage() {
title="Why Choose Neelshivam?"
description="We combine structural integrity with modern aesthetic to deliver homes that last generations."
accordionItems={[
- {
- id: "1",
- title: "Expert Engineering",
- content: "Our structural designs ensure maximum safety and durability, adhering to the highest civil engineering standards.",
- },
- {
- id: "2",
- title: "Transparent Planning",
- content: "Clear, detailed 2D/3D plans and honest cost estimations keep your project on budget and on schedule.",
- },
- {
- id: "3",
- title: "Quality Materials",
- content: "We never compromise on materials; we use high-grade supplies to ensure premium finish and longevity.",
- },
+ { id: "1", title: "Expert Engineering", content: "Our structural designs ensure maximum safety and durability, adhering to the highest civil engineering standards." },
+ { id: "2", title: "Transparent Planning", content: "Clear, detailed 2D/3D plans and honest cost estimations keep your project on budget and on schedule." },
+ { id: "3", title: "Quality Materials", content: "We never compromise on materials; we use high-grade supplies to ensure premium finish and longevity." },
]}
imageSrc="http://img.b2bpic.net/free-photo/architecture-concept-with-blank-page-clipboard_23-2147813103.jpg"
imageAlt="civil engineering blueprints house design"
@@ -104,21 +78,9 @@ export default function LandingPage() {
title="Our Specialized Services"
description="From blueprint to final interior decor, we handle every aspect of your project."
accordionItems={[
- {
- id: "s1",
- title: "Building Planning & Design",
- content: "Customized 2D and 3D house designs and planning tailored to your vision and local geography.",
- },
- {
- id: "s2",
- title: "Interior Design & Elevation",
- content: "Beautiful, functional interiors and striking modern elevations that make your home stand out.",
- },
- {
- id: "s3",
- title: "Complete Construction",
- content: "End-to-end residential construction management ensuring on-time delivery and high craftsmanship.",
- },
+ { id: "s1", title: "Building Planning & Design", content: "Customized 2D and 3D house designs and planning tailored to your vision and local geography." },
+ { id: "s2", title: "Interior Design & Elevation", content: "Beautiful, functional interiors and striking modern elevations that make your home stand out." },
+ { id: "s3", title: "Complete Construction", content: "End-to-end residential construction management ensuring on-time delivery and high craftsmanship." },
]}
imageSrc="http://img.b2bpic.net/free-photo/3d-interior-design-isometric-room_23-2151869975.jpg"
imageAlt="modern luxury interior design rendering"
@@ -134,42 +96,12 @@ export default function LandingPage() {
gridVariant="bento-grid"
useInvertedBackground={false}
products={[
- {
- id: "p1",
- name: "Modern Residential Villa",
- price: "High-End",
- imageSrc: "http://img.b2bpic.net/free-photo/young-business-woman-using-phone_1303-25330.jpg",
- },
- {
- id: "p2",
- name: "Luxury Interiors",
- price: "Custom",
- imageSrc: "http://img.b2bpic.net/free-photo/worker-s-hands-measure-adjust-metal-profile-mounting-plasterboard-ceiling-frame-close-up-selective-focus-hands-specialist-industrial-renovation-renovation_166373-1905.jpg",
- },
- {
- id: "p3",
- name: "Urban Building Design",
- price: "Complex",
- imageSrc: "http://img.b2bpic.net/free-photo/standing-industrial-engineers-blue-vests-helmets_496169-947.jpg",
- },
- {
- id: "p4",
- name: "Structural Foundation",
- price: "Standard",
- imageSrc: "http://img.b2bpic.net/free-photo/new-house-construction-site_23-2151933435.jpg",
- },
- {
- id: "p5",
- name: "Commercial Complex",
- price: "Large Scale",
- imageSrc: "http://img.b2bpic.net/free-photo/bangkok-thailand-november-11-2024-glimpse-into-bangkok-urban-landscape_482257-123954.jpg",
- },
- {
- id: "p6",
- name: "Steel Structure Build",
- price: "Modern",
- imageSrc: "http://img.b2bpic.net/free-photo/modern-villa-with-swimming-pool-blue-sky_23-2151974386.jpg",
- },
+ { id: "p1", name: "Modern Residential Villa", price: "High-End", imageSrc: "http://img.b2bpic.net/free-photo/young-business-woman-using-phone_1303-25330.jpg" },
+ { id: "p2", name: "Luxury Interiors", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/worker-s-hands-measure-adjust-metal-profile-mounting-plasterboard-ceiling-frame-close-up-selective-focus-hands-specialist-industrial-renovation-renovation_166373-1905.jpg" },
+ { id: "p3", name: "Urban Building Design", price: "Complex", imageSrc: "http://img.b2bpic.net/free-photo/standing-industrial-engineers-blue-vests-helmets_496169-947.jpg" },
+ { id: "p4", name: "Structural Foundation", price: "Standard", imageSrc: "http://img.b2bpic.net/free-photo/new-house-construction-site_23-2151933435.jpg" },
+ { id: "p5", name: "Commercial Complex", price: "Large Scale", imageSrc: "http://img.b2bpic.net/free-photo/bangkok-thailand-november-11-2024-glimpse-into-bangkok-urban-landscape_482257-123954.jpg" },
+ { id: "p6", name: "Steel Structure Build", price: "Modern", imageSrc: "http://img.b2bpic.net/free-photo/modern-villa-with-swimming-pool-blue-sky_23-2151974386.jpg" },
]}
title="Our Recent Projects"
description="Browse our portfolio of completed residential and structural projects."
@@ -178,25 +110,14 @@ export default function LandingPage() {