From d80b4529acb3cb756edafb47747e4d84d00f1a5c Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 07:10:57 +0000 Subject: [PATCH] Update src/app/lease-space/page.tsx --- src/app/lease-space/page.tsx | 21 ++++++++------------- 1 file changed, 8 insertions(+), 13 deletions(-) diff --git a/src/app/lease-space/page.tsx b/src/app/lease-space/page.tsx index 2a39018..b8dc438 100644 --- a/src/app/lease-space/page.tsx +++ b/src/app/lease-space/page.tsx @@ -19,8 +19,7 @@ export default function LeaseSpacePage() { const footerColumns = [ { - title: "Explore", - items: [ + title: "Explore", items: [ { label: "Stores Directory", href: "/stores" }, { label: "Restaurants & Cafes", href: "/restaurants" }, { label: "Entertainment", href: "/events" }, @@ -28,8 +27,7 @@ export default function LeaseSpacePage() { ], }, { - title: "Business", - items: [ + title: "Business", items: [ { label: "Lease a Store", href: "/lease-space" }, { label: "Business Opportunities", href: "/lease-space" }, { label: "Partner with Us", href: "/contact" }, @@ -37,8 +35,7 @@ export default function LeaseSpacePage() { ], }, { - title: "Information", - items: [ + title: "Information", items: [ { label: "About Us", href: "#about" }, { label: "Hours & Location", href: "#" }, { label: "Parking", href: "#" }, @@ -46,8 +43,7 @@ export default function LeaseSpacePage() { ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { label: "Phone: +998 (71) 223-45-67", href: "tel:+998712234567" }, { label: "Email: info@yunusabad.uz", href: "mailto:info@yunusabad.uz" }, { label: "WhatsApp", href: "https://wa.me/998712234567" }, @@ -55,8 +51,7 @@ export default function LeaseSpacePage() { ], }, { - title: "Follow Us", - items: [ + title: "Follow Us", items: [ { label: "Instagram", href: "https://instagram.com/yunusabadgallery" }, { label: "Facebook", href: "https://facebook.com/yunusabadgallery" }, { label: "Telegram", href: "https://t.me/yunusabadgallery" }, @@ -72,7 +67,7 @@ export default function LeaseSpacePage() { borderRadius="soft" contentWidth="medium" sizing="largeSmall" - background="noiseDiagonalGradient" + background="circleGradient" cardStyle="solid" primaryButtonStyle="flat" secondaryButtonStyle="solid" @@ -108,9 +103,9 @@ export default function LeaseSpacePage() { tagAnimation="slide-up" title="Submit Your Business Application" description="We are looking for quality businesses that align with our brand values. Submit your business information and we will contact you with available spaces and commercial terms." - background={{ variant: "noiseDiagonalGradient" }} + background={{ variant: "plain" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/e-mail-global-communications-connection-social-networking-concept_53876-134026.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/e-mail-global-communications-connection-social-networking-concept_53876-134026.jpg" imageAlt="Business inquiry form" mediaAnimation="slide-up" mediaPosition="right"