diff --git a/src/app/page.tsx b/src/app/page.tsx
index dd371e3..f7845bc 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,25 +32,15 @@ export default function LandingPage() {
@@ -59,121 +49,67 @@ export default function LandingPage() {
@@ -196,33 +132,13 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "Residential Interiors",
- description: "Creating homes that are both aesthetic and functional for modern living.",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-dark-red-dahlia-flower-with-intricate-petals_84443-94365.jpg",
- titleImageSrc: "",
- buttonText: "Learn More",
- },
+ title: "Residential Interiors", description: "Creating homes that are both aesthetic and functional for modern living.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-dark-red-dahlia-flower-with-intricate-petals_84443-94365.jpg", titleImageSrc: "", buttonText: "Learn More"},
{
- title: "Commercial & Retail",
- description: "Dynamic commercial designs designed to inspire your customers and team.",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-business-team-working_23-2149153844.jpg",
- titleImageSrc: "",
- buttonText: "Learn More",
- },
+ title: "Commercial & Retail", description: "Dynamic commercial designs designed to inspire your customers and team.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-business-team-working_23-2149153844.jpg", titleImageSrc: "", buttonText: "Learn More"},
{
- title: "Space Planning",
- description: "Smart, efficient storage and space utilization for compact or vast areas.",
- imageSrc: "http://img.b2bpic.net/free-photo/organized-closet-with-mesh-baskets-wardrobe-order_169016-71099.jpg",
- titleImageSrc: "",
- buttonText: "Learn More",
- },
+ title: "Space Planning", description: "Smart, efficient storage and space utilization for compact or vast areas.", imageSrc: "http://img.b2bpic.net/free-photo/organized-closet-with-mesh-baskets-wardrobe-order_169016-71099.jpg", titleImageSrc: "", buttonText: "Learn More"},
{
- title: "Renovations",
- description: "Total makeovers to refresh and modernize your existing environment.",
- imageSrc: "http://img.b2bpic.net/free-photo/office-workers-collaborating-together_23-2147668764.jpg",
- titleImageSrc: "",
- buttonText: "Learn More",
- },
+ title: "Renovations", description: "Total makeovers to refresh and modernize your existing environment.", imageSrc: "http://img.b2bpic.net/free-photo/office-workers-collaborating-together_23-2147668764.jpg", titleImageSrc: "", buttonText: "Learn More"},
]}
title="Our Professional Services"
description="Comprehensive design solutions tailored to your unique requirements."
@@ -231,52 +147,23 @@ export default function LandingPage() {
@@ -392,33 +234,21 @@ export default function LandingPage() {
logoText="Makewel Interiors"
columns={[
{
- title: "Navigation",
- items: [
+ title: "Navigation", items: [
{
- label: "About",
- href: "#about",
- },
+ label: "About", href: "#about"},
{
- label: "Services",
- href: "#services",
- },
+ label: "Services", href: "#services"},
{
- label: "Portfolio",
- href: "#portfolio",
- },
+ label: "Portfolio", href: "#portfolio"},
],
},
{
- title: "Legal",
- items: [
+ title: "Legal", items: [
{
- label: "Privacy Policy",
- href: "#",
- },
+ label: "Privacy Policy", href: "#"},
{
- label: "Terms of Use",
- href: "#",
- },
+ label: "Terms of Use", href: "#"},
],
},
]}