diff --git a/src/app/page.tsx b/src/app/page.tsx
index c6841ef..a600aaf 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -33,35 +33,21 @@ export default function LandingPage() {
@@ -70,81 +56,46 @@ export default function LandingPage() {
@@ -220,34 +146,22 @@ export default function LandingPage() {
features={[
{
icon: Grid,
- title: "Space Planning & Layout",
- description: "Optimizing floor plans for flow, functionality, and aesthetic appeal, ensuring every inch serves a purpose.",
- },
+ title: "Space Planning & Layout", description: "Optimizing floor plans for flow, functionality, and aesthetic appeal, ensuring every inch serves a purpose."},
{
icon: Palette,
- title: "Color & Material Selection",
- description: "Curating the perfect palette and selecting premium materials that evoke comfort and sophistication.",
- },
+ title: "Color & Material Selection", description: "Curating the perfect palette and selecting premium materials that evoke comfort and sophistication."},
{
icon: Home,
- title: "Furniture & Decor Sourcing",
- description: "Finding bespoke furniture, art, and accessories that complement your style and enhance your home's character.",
- },
+ title: "Furniture & Decor Sourcing", description: "Finding bespoke furniture, art, and accessories that complement your style and enhance your home's character."},
{
icon: Lightbulb,
- title: "Lighting Design",
- description: "Crafting ambient, task, and accent lighting plans to create mood and highlight architectural features.",
- },
+ title: "Lighting Design", description: "Crafting ambient, task, and accent lighting plans to create mood and highlight architectural features."},
{
icon: Feather,
- title: "Custom Millwork & Cabinetry",
- description: "Designing unique built-ins and custom cabinetry that maximize space and add a touch of luxury.",
- },
+ title: "Custom Millwork & Cabinetry", description: "Designing unique built-ins and custom cabinetry that maximize space and add a touch of luxury."},
{
icon: Edit,
- title: "Renovation Project Management",
- description: "Overseeing every aspect of your renovation, ensuring a smooth process and flawless execution.",
- },
+ title: "Renovation Project Management", description: "Overseeing every aspect of your renovation, ensuring a smooth process and flawless execution."},
]}
title="Our Signature Home Design Services"
description="From conceptualization to the final touches, we offer a comprehensive suite of services to bring your dream home to life."
@@ -262,47 +176,17 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
- id: "p1",
- name: "Modern Urban Kitchen",
- price: "Project Cost: Inquire",
- imageSrc: "http://img.b2bpic.net/free-photo/men-women-working-office_23-2147668762.jpg",
- imageAlt: "Sleek modern kitchen with island",
- },
+ id: "p1", name: "Modern Urban Kitchen", price: "Project Cost: Inquire", imageSrc: "http://img.b2bpic.net/free-photo/men-women-working-office_23-2147668762.jpg", imageAlt: "Sleek modern kitchen with island"},
{
- id: "p2",
- name: "Luxurious Master Bathroom",
- price: "Project Cost: Inquire",
- imageSrc: "http://img.b2bpic.net/free-photo/backlit-mirror-minimalist-sink-spa-bathroom_169016-68891.jpg",
- imageAlt: "Elegant bathroom with freestanding tub",
- },
+ id: "p2", name: "Luxurious Master Bathroom", price: "Project Cost: Inquire", imageSrc: "http://img.b2bpic.net/free-photo/backlit-mirror-minimalist-sink-spa-bathroom_169016-68891.jpg", imageAlt: "Elegant bathroom with freestanding tub"},
{
- id: "p3",
- name: "Cozy Living Room Retreat",
- price: "Project Cost: Inquire",
- imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-laying-bed-together_52683-91908.jpg",
- imageAlt: "Comfortable living room with modern fireplace",
- },
+ id: "p3", name: "Cozy Living Room Retreat", price: "Project Cost: Inquire", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-laying-bed-together_52683-91908.jpg", imageAlt: "Comfortable living room with modern fireplace"},
{
- id: "p4",
- name: "Serene Bedroom Sanctuary",
- price: "Project Cost: Inquire",
- imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-furniture-shop-store-interior_1203-8583.jpg",
- imageAlt: "Peaceful bedroom with minimalist decor",
- },
+ id: "p4", name: "Serene Bedroom Sanctuary", price: "Project Cost: Inquire", imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-furniture-shop-store-interior_1203-8583.jpg", imageAlt: "Peaceful bedroom with minimalist decor"},
{
- id: "p5",
- name: "Functional Home Office",
- price: "Project Cost: Inquire",
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-plant-illustration_23-2151931358.jpg",
- imageAlt: "Productive and stylish home office",
- },
+ id: "p5", name: "Functional Home Office", price: "Project Cost: Inquire", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-plant-illustration_23-2151931358.jpg", imageAlt: "Productive and stylish home office"},
{
- id: "p6",
- name: "Chic Outdoor Lounge",
- price: "Project Cost: Inquire",
- imageSrc: "http://img.b2bpic.net/free-photo/pillow-sofa_74190-3597.jpg",
- imageAlt: "Modern outdoor patio with comfortable seating",
- },
+ id: "p6", name: "Chic Outdoor Lounge", price: "Project Cost: Inquire", imageSrc: "http://img.b2bpic.net/free-photo/pillow-sofa_74190-3597.jpg", imageAlt: "Modern outdoor patio with comfortable seating"},
]}
title="Inspiring Designs: Our Recent Projects"
description="Explore our curated portfolio showcasing diverse styles and innovative solutions for every room."
@@ -313,34 +197,19 @@ export default function LandingPage() {