308 lines
20 KiB
TypeScript
308 lines
20 KiB
TypeScript
"use client";
|
|
|
|
import Link from "next/link";
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered";
|
|
import HeroBillboardGallery from "@/components/sections/hero/HeroBillboardGallery";
|
|
import TextAbout from "@/components/sections/about/TextAbout";
|
|
import FeatureCardNine from "@/components/sections/feature/FeatureCardNine";
|
|
import ProductCardFour from "@/components/sections/product/ProductCardFour";
|
|
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
|
|
import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive";
|
|
import ContactSplit from "@/components/sections/contact/ContactSplit";
|
|
import FooterBaseCard from "@/components/sections/footer/FooterBaseCard";
|
|
import { MapPin, ShoppingBag, UtensilsCrossed, Smile, Star, Heart, Mail } from "lucide-react";
|
|
|
|
export default function HomePage() {
|
|
const navItems = [
|
|
{ name: "Stores", id: "stores" },
|
|
{ name: "Restaurants", id: "restaurants" },
|
|
{ name: "Entertainment", id: "entertainment" },
|
|
{ name: "About", id: "about" },
|
|
{ name: "Contact", id: "contact" },
|
|
];
|
|
|
|
const footerColumns = [
|
|
{
|
|
title: "Explore", items: [
|
|
{ label: "Stores Directory", href: "/stores" },
|
|
{ label: "Restaurants & Cafes", href: "/restaurants" },
|
|
{ label: "Entertainment", href: "/events" },
|
|
{ label: "Events", href: "/events" },
|
|
],
|
|
},
|
|
{
|
|
title: "Business", items: [
|
|
{ label: "Lease a Store", href: "/lease-space" },
|
|
{ label: "Business Opportunities", href: "/lease-space" },
|
|
{ label: "Partner with Us", href: "/contact" },
|
|
{ label: "Submit Application", href: "/lease-space" },
|
|
],
|
|
},
|
|
{
|
|
title: "Information", items: [
|
|
{ label: "About Us", href: "#about" },
|
|
{ label: "Hours & Location", href: "#" },
|
|
{ label: "Parking", href: "#" },
|
|
{ label: "Facilities", href: "#" },
|
|
],
|
|
},
|
|
{
|
|
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" },
|
|
{ label: "Get Directions", href: "https://maps.google.com" },
|
|
],
|
|
},
|
|
{
|
|
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" },
|
|
{ label: "TikTok", href: "https://tiktok.com/@yunusabadgallery" },
|
|
],
|
|
},
|
|
];
|
|
|
|
return (
|
|
<ThemeProvider
|
|
defaultButtonVariant="directional-hover"
|
|
defaultTextAnimation="reveal-blur"
|
|
borderRadius="soft"
|
|
contentWidth="medium"
|
|
sizing="largeSmall"
|
|
background="circleGradient"
|
|
cardStyle="solid"
|
|
primaryButtonStyle="flat"
|
|
secondaryButtonStyle="solid"
|
|
headingFontWeight="light"
|
|
>
|
|
<div id="nav" data-section="nav">
|
|
<NavbarStyleCentered
|
|
navItems={navItems}
|
|
button={{ text: "Call Now", href: "tel:+998712234567" }}
|
|
brandName="Yunusabad"
|
|
/>
|
|
</div>
|
|
|
|
<div id="hero" data-section="hero">
|
|
<HeroBillboardGallery
|
|
title="Welcome to Yunusabad Gallery"
|
|
description="Tashkent's premier shopping, dining, and entertainment destination. Discover world-class brands, authentic restaurants, and unforgettable experiences."
|
|
tag="Explore Tashkent"
|
|
tagIcon={MapPin}
|
|
tagAnimation="slide-up"
|
|
background={{ variant: "plain" }}
|
|
buttons={[
|
|
{ text: "Get Directions", href: "https://maps.google.com" },
|
|
{ text: "See Stores", href: "/stores" },
|
|
]}
|
|
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/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/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"},
|
|
]}
|
|
mediaAnimation="blur-reveal"
|
|
/>
|
|
</div>
|
|
|
|
<div id="about" data-section="about">
|
|
<TextAbout
|
|
tag="About Yunusabad"
|
|
tagIcon={ShoppingBag}
|
|
tagAnimation="slide-up"
|
|
title="Your Destination for Shopping, Dining, and Entertainment in Tashkent"
|
|
useInvertedBackground={false}
|
|
buttons={[
|
|
{ text: "Plan Your Visit", href: "/contact" },
|
|
{ text: "Call: +998 (71) 223-45-67", href: "tel:+998712234567" },
|
|
]}
|
|
buttonAnimation="slide-up"
|
|
/>
|
|
</div>
|
|
|
|
<div id="stores" data-section="stores" className="py-20 bg-gradient-to-b from-background to-card">
|
|
<FeatureCardNine
|
|
title="Featured Stores & Brands"
|
|
description="Discover the best shopping experience at Yunusabad Gallery. From international fashion brands to local boutiques, we offer everything for every taste."
|
|
tag="Shopping"
|
|
tagIcon={ShoppingBag}
|
|
tagAnimation="slide-up"
|
|
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", imageAlt: "Fashion store with clothing displays"},
|
|
phoneTwo: {
|
|
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", imageAlt: "Electronics store with smartphone displays"},
|
|
phoneTwo: {
|
|
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", imageAlt: "Home decor store with lifestyle products"},
|
|
phoneTwo: {
|
|
imageSrc: "http://img.b2bpic.net/free-photo/luxury-lounge-area-hotel-reception_482257-78350.jpg", imageAlt: "Modern furniture and home design showroom"},
|
|
},
|
|
]}
|
|
showStepNumbers={true}
|
|
textboxLayout="default"
|
|
useInvertedBackground={true}
|
|
animationType="slide-up"
|
|
/>
|
|
</div>
|
|
|
|
<div id="restaurants" data-section="restaurants" className="py-20 bg-background">
|
|
<ProductCardFour
|
|
title="Restaurants & Cafes"
|
|
description="Savor authentic flavors and international cuisine at Yunusabad Gallery's diverse dining venues."
|
|
tag="Dining"
|
|
tagIcon={UtensilsCrossed}
|
|
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", 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", 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", 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", 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", 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", imageAlt: "Salad & Fresh Bar healthy options"},
|
|
]}
|
|
gridVariant="uniform-all-items-equal"
|
|
carouselMode="buttons"
|
|
animationType="slide-up"
|
|
textboxLayout="default"
|
|
useInvertedBackground={false}
|
|
buttonAnimation="slide-up"
|
|
/>
|
|
</div>
|
|
|
|
<div id="entertainment" data-section="entertainment" className="py-20 bg-card">
|
|
<FeatureCardNine
|
|
title="Entertainment & Family Activities"
|
|
description="Create lasting memories with your family at Yunusabad Gallery's exciting entertainment zones and activities."
|
|
tag="Fun & Recreation"
|
|
tagIcon={Smile}
|
|
tagAnimation="slide-up"
|
|
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", imageAlt: "Kids play area with colorful ball pit"},
|
|
phoneTwo: {
|
|
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", 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", 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", imageAlt: "Cinema hall with audience"},
|
|
phoneTwo: {
|
|
imageSrc: "http://img.b2bpic.net/free-photo/girl-big-cinema-hall-with-popcorn_23-2147768004.jpg", imageAlt: "Cinema interior with movie experience"},
|
|
},
|
|
]}
|
|
showStepNumbers={true}
|
|
textboxLayout="default"
|
|
useInvertedBackground={false}
|
|
animationType="slide-up"
|
|
/>
|
|
</div>
|
|
|
|
<div id="socialproof" data-section="socialproof">
|
|
<SocialProofOne
|
|
title="Trusted by Tashkent's Leading Brands"
|
|
description="Yunusabad Gallery hosts over 150+ stores and restaurants, trusted by families and shoppers across Tashkent."
|
|
tag="Partners"
|
|
tagIcon={Star}
|
|
tagAnimation="slide-up"
|
|
names={["KFC", "Traveler's Coffee", "Burger King", "H&M", "Zara", "Samsung Store", "Apple Reseller", "Uzbek Plov House", "Ploy Thai", "Nike", "Adidas", "Decathlon"]}
|
|
textboxLayout="default"
|
|
useInvertedBackground={true}
|
|
speed={40}
|
|
showCard={true}
|
|
buttonAnimation="slide-up"
|
|
/>
|
|
</div>
|
|
|
|
<div id="testimonial" data-section="testimonial">
|
|
<TestimonialCardFive
|
|
title="What Visitors Say"
|
|
description="Hear from families and shoppers who love visiting Yunusabad Gallery."
|
|
tag="Reviews"
|
|
tagIcon={Heart}
|
|
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: "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: "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: "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}
|
|
buttonAnimation="slide-up"
|
|
/>
|
|
</div>
|
|
|
|
<div id="contact" data-section="contact">
|
|
<ContactSplit
|
|
tag="Get in Touch"
|
|
tagIcon={Mail}
|
|
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: "plain" }}
|
|
useInvertedBackground={false}
|
|
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"
|
|
inputPlaceholder="Enter your email address"
|
|
buttonText="Subscribe Now"
|
|
termsText="We respect your privacy. Unsubscribe anytime. By subscribing, you agree to receive email updates about Yunusabad Gallery."
|
|
/>
|
|
</div>
|
|
|
|
<div id="footer" data-section="footer">
|
|
<FooterBaseCard
|
|
logoText="Yunusabad Gallery"
|
|
columns={footerColumns}
|
|
copyrightText="© 2025 Yunusabad Gallery. All rights reserved. Tashkent, Uzbekistan."
|
|
/>
|
|
</div>
|
|
</ThemeProvider>
|
|
);
|
|
} |