Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
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"
|
||||
|
||||
235
src/app/page.tsx
235
src/app/page.tsx
@@ -24,8 +24,7 @@ export default function HomePage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Explore",
|
||||
items: [
|
||||
title: "Explore", items: [
|
||||
{ label: "Stores Directory", href: "/stores" },
|
||||
{ label: "Restaurants & Cafes", href: "/restaurants" },
|
||||
{ label: "Entertainment", href: "/events" },
|
||||
@@ -33,8 +32,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
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" },
|
||||
@@ -42,8 +40,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Information",
|
||||
items: [
|
||||
title: "Information", items: [
|
||||
{ label: "About Us", href: "#about" },
|
||||
{ label: "Hours & Location", href: "#" },
|
||||
{ label: "Parking", href: "#" },
|
||||
@@ -51,8 +48,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
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" },
|
||||
@@ -60,8 +56,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
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" },
|
||||
@@ -77,7 +72,7 @@ export default function HomePage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="medium"
|
||||
sizing="largeSmall"
|
||||
background="noiseDiagonalGradient"
|
||||
background="circleGradient"
|
||||
cardStyle="solid"
|
||||
primaryButtonStyle="flat"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -98,7 +93,7 @@ export default function HomePage() {
|
||||
tag="Explore Tashkent"
|
||||
tagIcon={MapPin}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "noiseDiagonalGradient" }}
|
||||
background={{ variant: "plain" }}
|
||||
buttons={[
|
||||
{ text: "Get Directions", href: "https://maps.google.com" },
|
||||
{ text: "See Stores", href: "/stores" },
|
||||
@@ -106,25 +101,15 @@ export default function HomePage() {
|
||||
buttonAnimation="slide-up"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/square-front-modern-office-buildings_1359-869.jpg",
|
||||
imageAlt: "Yunusabad Gallery main entrance with modern architecture",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/square-front-modern-office-buildings_1359-869.jpg", imageAlt: "Yunusabad Gallery main entrance with modern architecture"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-lover-activity-happiness-lifestyle_53876-13941.jpg",
|
||||
imageAlt: "Bright shopping corridor with stores and visitors",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-lover-activity-happiness-lifestyle_53876-13941.jpg", imageAlt: "Bright shopping corridor with stores and visitors"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sensual-woman-posing-photo_1157-1130.jpg",
|
||||
imageAlt: "Modern food court with dining areas",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sensual-woman-posing-photo_1157-1130.jpg", imageAlt: "Modern food court with dining areas"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/daughters-swings-with-parents_1398-5067.jpg",
|
||||
imageAlt: "Entertainment zone with families enjoying activities",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/daughters-swings-with-parents_1398-5067.jpg", imageAlt: "Entertainment zone with families enjoying activities"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/yong-women-posing-near-modern-wall_23-2147771315.jpg",
|
||||
imageAlt: "Contemporary interior with natural lighting and design",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/yong-women-posing-near-modern-wall_23-2147771315.jpg", imageAlt: "Contemporary interior with natural lighting and design"},
|
||||
]}
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
@@ -155,42 +140,24 @@ export default function HomePage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Fashion & Apparel",
|
||||
description: "Premium international and local brands offering the latest fashion collections, accessories, and footwear for all styles and occasions.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-colorful-clothing-set-racks-with-shoes-clothing-store-brand-new-modern-boutique_627829-6455.jpg?_wi=1",
|
||||
imageAlt: "Fashion store with clothing displays",
|
||||
},
|
||||
title: "Fashion & Apparel", description: "Premium international and local brands offering the latest fashion collections, accessories, and footwear for all styles and occasions.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-colorful-clothing-set-racks-with-shoes-clothing-store-brand-new-modern-boutique_627829-6455.jpg", imageAlt: "Fashion store with clothing displays"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-sandals-near-shopping-bags_23-2148238183.jpg?_wi=1",
|
||||
imageAlt: "Fashion accessories and shopping bags display",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-sandals-near-shopping-bags_23-2148238183.jpg", imageAlt: "Fashion accessories and shopping bags display"},
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Electronics & Tech",
|
||||
description: "Latest gadgets, smartphones, and technology products from leading brands. Expert staff ready to help with your tech needs.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-choosing-phone-technology-store_1303-31328.jpg?_wi=1",
|
||||
imageAlt: "Electronics store with smartphone displays",
|
||||
},
|
||||
title: "Electronics & Tech", description: "Latest gadgets, smartphones, and technology products from leading brands. Expert staff ready to help with your tech needs.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-choosing-phone-technology-store_1303-31328.jpg", imageAlt: "Electronics store with smartphone displays"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-shopping-mall_1203-7930.jpg?_wi=1",
|
||||
imageAlt: "Technology shop interior",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-shopping-mall_1203-7930.jpg", imageAlt: "Technology shop interior"},
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Home & Lifestyle",
|
||||
description: "Beautiful home décor, furniture, and lifestyle products to enhance your living space with modern and traditional designs.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-working-with-flowers_23-2149591604.jpg?_wi=1",
|
||||
imageAlt: "Home decor store with lifestyle products",
|
||||
},
|
||||
title: "Home & Lifestyle", description: "Beautiful home décor, furniture, and lifestyle products to enhance your living space with modern and traditional designs.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-working-with-flowers_23-2149591604.jpg", imageAlt: "Home decor store with lifestyle products"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-lounge-area-hotel-reception_482257-78350.jpg?_wi=1",
|
||||
imageAlt: "Modern furniture and home design showroom",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-lounge-area-hotel-reception_482257-78350.jpg", imageAlt: "Modern furniture and home design showroom"},
|
||||
},
|
||||
]}
|
||||
showStepNumbers={true}
|
||||
@@ -209,53 +176,17 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "KFC",
|
||||
price: "Lunch: 12:00 - 23:00",
|
||||
variant: "Chicken, Burgers, Fast Food",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-restaurant_74190-5256.jpg?_wi=1",
|
||||
imageAlt: "KFC restaurant storefront",
|
||||
},
|
||||
id: "1", name: "KFC", price: "Lunch: 12:00 - 23:00", variant: "Chicken, Burgers, Fast Food", imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-restaurant_74190-5256.jpg", imageAlt: "KFC restaurant storefront"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Traveler's Coffee",
|
||||
price: "Breakfast: 08:00 - 22:00",
|
||||
variant: "Coffee, Pastries, Light Meals",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-bar-near-mirror_171337-19392.jpg?_wi=1",
|
||||
imageAlt: "Traveler's Coffee café",
|
||||
},
|
||||
id: "2", name: "Traveler's Coffee", price: "Breakfast: 08:00 - 22:00", variant: "Coffee, Pastries, Light Meals", imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-bar-near-mirror_171337-19392.jpg", imageAlt: "Traveler's Coffee café"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Ploy Thai",
|
||||
price: "Lunch: 11:30 - 23:00",
|
||||
variant: "Thai Cuisine, Seafood, Asian",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-fried-pieces-meat-fried-onions_140725-3560.jpg?_wi=1",
|
||||
imageAlt: "Ploy Thai restaurant",
|
||||
},
|
||||
id: "3", name: "Ploy Thai", price: "Lunch: 11:30 - 23:00", variant: "Thai Cuisine, Seafood, Asian", imageSrc: "http://img.b2bpic.net/free-photo/medium-fried-pieces-meat-fried-onions_140725-3560.jpg", imageAlt: "Ploy Thai restaurant"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Uzbek Plov House",
|
||||
price: "Daily: 11:00 - 23:30",
|
||||
variant: "Traditional Uzbek, Local Cuisine",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-rice-with-carrot-cooked-with-lamb-served-with-yogurt-salad_141793-2449.jpg?_wi=1",
|
||||
imageAlt: "Uzbek Plov House traditional restaurant",
|
||||
},
|
||||
id: "4", name: "Uzbek Plov House", price: "Daily: 11:00 - 23:30", variant: "Traditional Uzbek, Local Cuisine", imageSrc: "http://img.b2bpic.net/free-photo/top-view-rice-with-carrot-cooked-with-lamb-served-with-yogurt-salad_141793-2449.jpg", imageAlt: "Uzbek Plov House traditional restaurant"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Burger King",
|
||||
price: "Daily: 10:00 - 23:00",
|
||||
variant: "Burgers, Sandwiches, Beverages",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-hamburgers-wooden-tray-with-blurred-background_181624-2322.jpg?_wi=1",
|
||||
imageAlt: "Burger King location",
|
||||
},
|
||||
id: "5", name: "Burger King", price: "Daily: 10:00 - 23:00", variant: "Burgers, Sandwiches, Beverages", imageSrc: "http://img.b2bpic.net/free-photo/closeup-hamburgers-wooden-tray-with-blurred-background_181624-2322.jpg", imageAlt: "Burger King location"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Salad & Fresh Bar",
|
||||
price: "Daily: 09:00 - 21:00",
|
||||
variant: "Healthy, Salads, Fresh Juices",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-with-wooden-spoon_23-2147807499.jpg?_wi=1",
|
||||
imageAlt: "Salad & Fresh Bar healthy options",
|
||||
},
|
||||
id: "6", name: "Salad & Fresh Bar", price: "Daily: 09:00 - 21:00", variant: "Healthy, Salads, Fresh Juices", imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-with-wooden-spoon_23-2147807499.jpg", imageAlt: "Salad & Fresh Bar healthy options"},
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
carouselMode="buttons"
|
||||
@@ -276,42 +207,24 @@ export default function HomePage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Kids Play Zone",
|
||||
description: "Safe, colorful play areas designed for children of all ages. From toddlers to pre-teens, there's something fun for everyone to enjoy.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-enjoying-colorful-ball-pit_23-2148361508.jpg?_wi=1",
|
||||
imageAlt: "Kids play area with colorful ball pit",
|
||||
},
|
||||
title: "Kids Play Zone", description: "Safe, colorful play areas designed for children of all ages. From toddlers to pre-teens, there's something fun for everyone to enjoy.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-enjoying-colorful-ball-pit_23-2148361508.jpg", imageAlt: "Kids play area with colorful ball pit"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/children-playing-air-flow-hockey_23-2148361522.jpg?_wi=1",
|
||||
imageAlt: "Children playing indoor games",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/children-playing-air-flow-hockey_23-2148361522.jpg", imageAlt: "Children playing indoor games"},
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Gaming & Arcade",
|
||||
description: "Latest gaming machines, virtual reality experiences, and classic arcade games. The ultimate entertainment hub for all ages.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/asian-guy-compete-speed-rider-arcade-game-racing-simulator-machine_627829-14222.jpg?_wi=1",
|
||||
imageAlt: "Arcade gaming zone",
|
||||
},
|
||||
title: "Gaming & Arcade", description: "Latest gaming machines, virtual reality experiences, and classic arcade games. The ultimate entertainment hub for all ages.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/asian-guy-compete-speed-rider-arcade-game-racing-simulator-machine_627829-14222.jpg", imageAlt: "Arcade gaming zone"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-young-indian-people-having-fun-with-new-technology-vr-headset-virtual-reality-simulator_627829-1110.jpg?_wi=1",
|
||||
imageAlt: "VR gaming experience",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-young-indian-people-having-fun-with-new-technology-vr-headset-virtual-reality-simulator_627829-1110.jpg", imageAlt: "VR gaming experience"},
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Cinema & Events",
|
||||
description: "Modern cinema with premium sound and projection. Special events, movie nights, and entertainment shows throughout the year.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-multicultural-friends-movie-theatre_7502-8354.jpg?_wi=1",
|
||||
imageAlt: "Cinema hall with audience",
|
||||
},
|
||||
title: "Cinema & Events", description: "Modern cinema with premium sound and projection. Special events, movie nights, and entertainment shows throughout the year.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-multicultural-friends-movie-theatre_7502-8354.jpg", imageAlt: "Cinema hall with audience"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-big-cinema-hall-with-popcorn_23-2147768004.jpg?_wi=1",
|
||||
imageAlt: "Cinema interior with movie experience",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-big-cinema-hall-with-popcorn_23-2147768004.jpg", imageAlt: "Cinema interior with movie experience"},
|
||||
},
|
||||
]}
|
||||
showStepNumbers={true}
|
||||
@@ -346,77 +259,17 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Alina K., Mother of Two",
|
||||
date: "Date: January 2025",
|
||||
title: "Perfect place for family outings!",
|
||||
quote: "Yunusabad Gallery is our favorite weekend destination. The kids love the entertainment zone, and we adults enjoy shopping and dining. Everything is clean, modern, and well-organized. Highly recommended!",
|
||||
tag: "Family",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-woman-with-bottle-beer-hand-drinks-after-work-office-adult-holding-alcoholic-beverage-celebrate-party-fun-activity-after-hours-with-workmates_482257-40034.jpg",
|
||||
avatarAlt: "Alina K.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fun-shopping_1098-13306.jpg",
|
||||
imageAlt: "Family shopping experience",
|
||||
},
|
||||
id: "1", name: "Alina K., Mother of Two", date: "Date: January 2025", title: "Perfect place for family outings!", quote: "Yunusabad Gallery is our favorite weekend destination. The kids love the entertainment zone, and we adults enjoy shopping and dining. Everything is clean, modern, and well-organized. Highly recommended!", tag: "Family", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-woman-with-bottle-beer-hand-drinks-after-work-office-adult-holding-alcoholic-beverage-celebrate-party-fun-activity-after-hours-with-workmates_482257-40034.jpg", avatarAlt: "Alina K.", imageSrc: "http://img.b2bpic.net/free-photo/fun-shopping_1098-13306.jpg", imageAlt: "Family shopping experience"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Rustam D., Shopping Enthusiast",
|
||||
date: "Date: December 2024",
|
||||
title: "Best shopping center in Tashkent",
|
||||
quote: "I've visited many shopping centers, but Yunusabad Gallery stands out. Excellent collection of international brands, fantastic food court, and beautiful interior design. The location is convenient and accessible.",
|
||||
tag: "Shopping",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg",
|
||||
avatarAlt: "Rustam D.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-purchase-bags-leg-raised_1157-651.jpg",
|
||||
imageAlt: "Shopping bags retail experience",
|
||||
},
|
||||
id: "2", name: "Rustam D., Shopping Enthusiast", date: "Date: December 2024", title: "Best shopping center in Tashkent", quote: "I've visited many shopping centers, but Yunusabad Gallery stands out. Excellent collection of international brands, fantastic food court, and beautiful interior design. The location is convenient and accessible.", tag: "Shopping", avatarSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg", avatarAlt: "Rustam D.", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-purchase-bags-leg-raised_1157-651.jpg", imageAlt: "Shopping bags retail experience"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Gulnara M., Frequent Visitor",
|
||||
date: "Date: November 2024",
|
||||
title: "Great experience every time",
|
||||
quote: "From shopping to dining to entertainment, Yunusabad Gallery has it all. The staff is friendly, the atmosphere is welcoming, and there's always something new to discover. I visit regularly!",
|
||||
tag: "Regular",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg",
|
||||
avatarAlt: "Gulnara M.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crowd-people-with-phones_53876-20883.jpg",
|
||||
imageAlt: "Mall visitor experience",
|
||||
},
|
||||
id: "3", name: "Gulnara M., Frequent Visitor", date: "Date: November 2024", title: "Great experience every time", quote: "From shopping to dining to entertainment, Yunusabad Gallery has it all. The staff is friendly, the atmosphere is welcoming, and there's always something new to discover. I visit regularly!", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg", avatarAlt: "Gulnara M.", imageSrc: "http://img.b2bpic.net/free-photo/crowd-people-with-phones_53876-20883.jpg", imageAlt: "Mall visitor experience"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Timur A., Business Owner",
|
||||
date: "Date: October 2024",
|
||||
title: "Excellent business location",
|
||||
quote: "As a store owner here, I can confirm that Yunusabad Gallery provides excellent foot traffic and a professional business environment. Management is responsive, and the visitor base is diverse and growing.",
|
||||
tag: "Business",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
|
||||
avatarAlt: "Timur A.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-female-client-is-handing-smiling-salesman-her-credit-card-pay-her-art-supplies-store_662251-275.jpg",
|
||||
imageAlt: "Store business experience",
|
||||
},
|
||||
id: "4", name: "Timur A., Business Owner", date: "Date: October 2024", title: "Excellent business location", quote: "As a store owner here, I can confirm that Yunusabad Gallery provides excellent foot traffic and a professional business environment. Management is responsive, and the visitor base is diverse and growing.", tag: "Business", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", avatarAlt: "Timur A.", imageSrc: "http://img.b2bpic.net/free-photo/young-female-client-is-handing-smiling-salesman-her-credit-card-pay-her-art-supplies-store_662251-275.jpg", imageAlt: "Store business experience"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Sofiya L., Fashion Lover",
|
||||
date: "Date: September 2024",
|
||||
title: "Fashion paradise in Tashkent",
|
||||
quote: "The fashion selection here is incredible. International brands, local designers, accessories, and shoes - everything I could want. The price range is diverse, and sales happen regularly.",
|
||||
tag: "Fashion",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/blond-female-black-dress-posing-white-background_613910-14194.jpg",
|
||||
avatarAlt: "Sofiya L.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-young-beautiful-girls-viewing-buyings-shopping-mall_176420-5784.jpg",
|
||||
imageAlt: "Fashion shopping experience",
|
||||
},
|
||||
id: "5", name: "Sofiya L., Fashion Lover", date: "Date: September 2024", title: "Fashion paradise in Tashkent", quote: "The fashion selection here is incredible. International brands, local designers, accessories, and shoes - everything I could want. The price range is diverse, and sales happen regularly.", tag: "Fashion", avatarSrc: "http://img.b2bpic.net/free-photo/blond-female-black-dress-posing-white-background_613910-14194.jpg", avatarAlt: "Sofiya L.", imageSrc: "http://img.b2bpic.net/free-photo/two-young-beautiful-girls-viewing-buyings-shopping-mall_176420-5784.jpg", imageAlt: "Fashion shopping experience"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Ahmed R., Foodie",
|
||||
date: "Date: August 2024",
|
||||
title: "Culinary diversity at its best",
|
||||
quote: "The food court is amazing! From traditional Uzbek cuisine to international flavors, every meal is a new adventure. Quality is high, prices are reasonable, and the atmosphere is perfect for dining.",
|
||||
tag: "Dining",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-holding-food_23-2150168128.jpg",
|
||||
avatarAlt: "Ahmed R.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-family-eating-together-table_23-2148972781.jpg",
|
||||
imageAlt: "Restaurant dining experience",
|
||||
},
|
||||
id: "6", name: "Ahmed R., Foodie", date: "Date: August 2024", title: "Culinary diversity at its best", quote: "The food court is amazing! From traditional Uzbek cuisine to international flavors, every meal is a new adventure. Quality is high, prices are reasonable, and the atmosphere is perfect for dining.", tag: "Dining", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-holding-food_23-2150168128.jpg", avatarAlt: "Ahmed R.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-family-eating-together-table_23-2148972781.jpg", imageAlt: "Restaurant dining experience"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -431,9 +284,9 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
title="Stay Updated on Events & Promotions"
|
||||
description="Subscribe to our newsletter to receive exclusive deals, event announcements, and special promotions. Plus, get priority information about new stores opening at Yunusabad Gallery."
|
||||
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=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/e-mail-global-communications-connection-social-networking-concept_53876-134026.jpg"
|
||||
imageAlt="Yunusabad Gallery newsletter subscription"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
|
||||
Reference in New Issue
Block a user