From f2ebd81e55f862f2763a237f2361573c861066b2 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 1 Apr 2026 06:36:47 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 214 ++++++++++++----------------------------------- 1 file changed, 52 insertions(+), 162 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 148b0aa..d2211aa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,25 +29,15 @@ export default function LandingPage() { @@ -57,98 +47,55 @@ export default function LandingPage() { @@ -161,17 +108,11 @@ export default function LandingPage() { description="We believe every space has a story. Our team in Navi Mumbai blends modern aesthetics with functional design to create interiors that are not just beautiful, but deeply livable. With over a decade of experience, we translate your vision into reality." bulletPoints={[ { - title: "Residential Expertise", - description: "Customized home renovations.", - }, + title: "Residential Expertise", description: "Customized home renovations."}, { - title: "Commercial Design", - description: "Workspaces that inspire.", - }, + title: "Commercial Design", description: "Workspaces that inspire."}, { - title: "Quality First", - description: "Commitment to premium materials.", - }, + title: "Quality First", description: "Commitment to premium materials."}, ]} imageSrc="http://img.b2bpic.net/free-photo/studio-arrangement-work_23-2151976823.jpg" imageAlt="Interior designer at work" @@ -186,34 +127,16 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "s1", - label: "Residential", - title: "Home Transformation", - items: [ - "Space Planning", - "Custom Furniture Design", - "Color Consultation", - ], + id: "s1", label: "Residential", title: "Home Transformation", items: [ + "Space Planning", "Custom Furniture Design", "Color Consultation"], }, { - id: "s2", - label: "Commercial", - title: "Workspace Design", - items: [ - "Office Layout", - "Ergonomic Solutions", - "Branding Integration", - ], + id: "s2", label: "Commercial", title: "Workspace Design", items: [ + "Office Layout", "Ergonomic Solutions", "Branding Integration"], }, { - id: "s3", - label: "Consultation", - title: "Design Strategy", - items: [ - "Site Assessment", - "Budgeting", - "Project Supervision", - ], + id: "s3", label: "Consultation", title: "Design Strategy", items: [ + "Site Assessment", "Budgeting", "Project Supervision"], }, ]} title="Professional Services" @@ -225,26 +148,15 @@ export default function LandingPage() {