Update src/app/lease-space/page.tsx
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user