207 lines
12 KiB
TypeScript
207 lines
12 KiB
TypeScript
"use client";
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
|
import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo';
|
|
import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen';
|
|
import SplitAbout from '@/components/sections/about/SplitAbout';
|
|
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
|
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
|
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
|
import FooterCard from '@/components/sections/footer/FooterCard';
|
|
import { Clock, Globe, TrendingUp, Users } from 'lucide-react';
|
|
|
|
export default function LandingPage() {
|
|
return (
|
|
<ThemeProvider
|
|
defaultButtonVariant="elastic-effect"
|
|
defaultTextAnimation="reveal-blur"
|
|
borderRadius="soft"
|
|
contentWidth="compact"
|
|
sizing="mediumLargeSizeLargeTitles"
|
|
background="noise"
|
|
cardStyle="soft-shadow"
|
|
primaryButtonStyle="diagonal-gradient"
|
|
secondaryButtonStyle="radial-glow"
|
|
headingFontWeight="medium"
|
|
>
|
|
<div id="nav" data-section="nav">
|
|
<NavbarStyleFullscreen
|
|
navItems={[
|
|
{ name: "Services", id: "services" },
|
|
{ name: "Why Us", id: "why-us" },
|
|
{ name: "Location", id: "location" },
|
|
{ name: "Contact", id: "contact" },
|
|
{ name: "Call Now", id: "tel:8008002232" },
|
|
]}
|
|
brandName="Panorama"
|
|
bottomLeftText="Sharq Dahasi 8, Chilonzor"
|
|
bottomRightText="8 (800) 200-22-32"
|
|
/>
|
|
</div>
|
|
|
|
<div id="hero" data-section="hero">
|
|
<HeroCarouselLogo
|
|
logoText="PANORAMA"
|
|
description="Fast Western Union Money Transfers in Chilonzor. Send and receive international money with no long queues. Quick, safe, and reliable service."
|
|
buttons={[
|
|
{ text: "Call Now", href: "tel:8008002232" },
|
|
{ text: "Get Directions", href: "https://maps.google.com/?q=Sharq+Dahasi+8+Chilonzor+District+Tashkent+Uzbekistan" },
|
|
]}
|
|
slides={[
|
|
{
|
|
imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-international-trade-with-business-people_23-2149165166.jpg?_wi=1", imageAlt: "Professional money transfer service counter"},
|
|
{
|
|
imageSrc: "http://img.b2bpic.net/free-vector/banking-background-design_1294-55.jpg?_wi=1", imageAlt: "Send money international transfer service"},
|
|
{
|
|
imageSrc: "http://img.b2bpic.net/free-photo/close-up-nurse-helping-diabetic-person-checking-their-glucose-levels_23-2150766877.jpg?_wi=1", imageAlt: "Receive money transfer service"},
|
|
]}
|
|
autoplayDelay={5000}
|
|
showDimOverlay={true}
|
|
ariaLabel="Panorama Western Union Money Transfer Hero Section"
|
|
/>
|
|
</div>
|
|
|
|
<div id="services" data-section="services">
|
|
<FeatureCardNineteen
|
|
title="Our Services"
|
|
description="Comprehensive money transfer solutions designed for your convenience and peace of mind"
|
|
tag="What We Offer"
|
|
textboxLayout="default"
|
|
useInvertedBackground={false}
|
|
features={[
|
|
{
|
|
id: 1,
|
|
tag: "International", title: "Send Money Abroad", subtitle: "Global reach, local expertise", description: "Send money to family and friends around the world with Western Union's trusted network. Fast processing, competitive rates, and secure transactions guaranteed.", imageSrc: "http://img.b2bpic.net/free-vector/banking-background-design_1294-55.jpg?_wi=2", imageAlt: "Send money international service"},
|
|
{
|
|
id: 2,
|
|
tag: "Receiving", title: "Receive Transfers", subtitle: "Quick and easy collection", description: "Receive money from abroad quickly and safely. Our Chilonzor location makes collection convenient with minimal paperwork and instant processing.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-nurse-helping-diabetic-person-checking-their-glucose-levels_23-2150766877.jpg?_wi=2", imageAlt: "Receive money transfer service"},
|
|
{
|
|
id: 3,
|
|
tag: "Speed", title: "Fast Processing", subtitle: "Minutes, not hours", description: "Get your transfers processed in minutes. Our efficient service means you spend less time waiting and more time doing what matters.", imageSrc: "http://img.b2bpic.net/free-photo/person-using-internet-marketplace-make-purchases-typing-credit-card-details_482257-119048.jpg", imageAlt: "Fast processing service"},
|
|
{
|
|
id: 4,
|
|
tag: "Convenience", title: "No Long Queues", subtitle: "Quick service every time", description: "Our Chilonzor location consistently maintains minimal waiting times. Walk in, transfer, and leave—all within minutes.", imageSrc: "http://img.b2bpic.net/free-vector/reception-concept-flat-style_23-2147979475.jpg", imageAlt: "No queues fast service"},
|
|
]}
|
|
/>
|
|
</div>
|
|
|
|
<div id="why-us" data-section="why-us">
|
|
<SplitAbout
|
|
title="Why Choose Panorama"
|
|
description="Your trusted Western Union partner for fast, reliable money transfers in Tashkent"
|
|
tag="Our Commitment"
|
|
textboxLayout="default"
|
|
useInvertedBackground={true}
|
|
imagePosition="right"
|
|
bulletPoints={[
|
|
{
|
|
title: "Lightning Fast", description: "Transfers completed in minutes, not hours. Time is precious—we respect that."},
|
|
{
|
|
title: "Minimal Waiting", description: "Few queues, quick service. Customers consistently praise our efficiency and low wait times."},
|
|
{
|
|
title: "Western Union Trusted", description: "We are an official Western Union partner with proven reliability and industry expertise."},
|
|
{
|
|
title: "Convenient Location", description: "Centrally located in Chilonzor District, easily accessible from across Tashkent."},
|
|
{
|
|
title: "Friendly Support", description: "Our team speaks your language and is ready to help with any transfer questions."},
|
|
]}
|
|
imageSrc="http://img.b2bpic.net/free-vector/hand-drawn-international-trade-with-business-people_23-2149165166.jpg?_wi=2"
|
|
imageAlt="Panorama Western Union office interior"
|
|
mediaAnimation="none"
|
|
/>
|
|
</div>
|
|
|
|
<div id="metrics" data-section="metrics">
|
|
<MetricCardThree
|
|
title="By The Numbers"
|
|
description="Proven service excellence in money transfers"
|
|
tag="Track Record"
|
|
textboxLayout="default"
|
|
useInvertedBackground={false}
|
|
animationType="slide-up"
|
|
metrics={[
|
|
{
|
|
id: "1", icon: Clock,
|
|
title: "Avg Wait Time", value: "<5 min"},
|
|
{
|
|
id: "2", icon: Globe,
|
|
title: "Countries", value: "200+"},
|
|
{
|
|
id: "3", icon: TrendingUp,
|
|
title: "Success Rate", value: "99.9%"},
|
|
{
|
|
id: "4", icon: Users,
|
|
title: "Happy Customers", value: "10K+"},
|
|
]}
|
|
/>
|
|
</div>
|
|
|
|
<div id="location" data-section="location">
|
|
<ContactCenter
|
|
tag="Visit Us"
|
|
title="Our Location"
|
|
description="Find us at our convenient Chilonzor District location. We're open and ready to serve you with fast, reliable Western Union transfers."
|
|
useInvertedBackground={false}
|
|
background={{ variant: "radial-gradient" }}
|
|
buttonText="Get Directions"
|
|
inputPlaceholder="Enter your question"
|
|
termsText="Visit us: Sharq Dahasi 8, Chilonzor District, Tashkent | Call: 8 (800) 200-22-32"
|
|
/>
|
|
</div>
|
|
|
|
<div id="testimonials" data-section="testimonials">
|
|
<TestimonialCardOne
|
|
title="What Our Customers Say"
|
|
description="Real feedback from people who trust Panorama for their money transfers"
|
|
tag="Customer Reviews"
|
|
textboxLayout="default"
|
|
useInvertedBackground={false}
|
|
gridVariant="uniform-all-items-equal"
|
|
animationType="slide-up"
|
|
testimonials={[
|
|
{
|
|
id: "1", name: "Alisa Hester", role: "Regular Customer", company: "Tashkent Resident", rating: 5,
|
|
imageSrc: "http://img.b2bpic.net/free-photo/joyful-young-bald-call-center-man-wearing-headset-sitting-desk-with-work-tools-doing-ok-sign-showing-thumb-up-laptop-isolated-white_141793-84103.jpg?_wi=1"},
|
|
{
|
|
id: "2", name: "Michael Chen", role: "Migrant Worker", company: "Family Support", rating: 5,
|
|
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-handsome-man-sitting-cafe-table_1262-975.jpg?_wi=1"},
|
|
{
|
|
id: "3", name: "Fatima Karimova", role: "Business Owner", company: "International Trade", rating: 5,
|
|
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-corporate-woman-looks-dreamy-smiles-stands-outside-street-leans-her-head-hands_1258-193992.jpg"},
|
|
{
|
|
id: "4", name: "David Petrov", role: "Frequent User", company: "Expatriate Services", rating: 5,
|
|
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-giving-thumbs-up-gray-wall_114579-63637.jpg"},
|
|
{
|
|
id: "5", name: "Elena Uzbekova", role: "Bank Partner", company: "Financial Services", rating: 5,
|
|
imageSrc: "http://img.b2bpic.net/free-photo/joyful-young-bald-call-center-man-wearing-headset-sitting-desk-with-work-tools-doing-ok-sign-showing-thumb-up-laptop-isolated-white_141793-84103.jpg?_wi=2"},
|
|
{
|
|
id: "6", name: "Hassan Al-Rashid", role: "Import/Export", company: "Trade Professional", rating: 5,
|
|
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-handsome-man-sitting-cafe-table_1262-975.jpg?_wi=2"},
|
|
]}
|
|
/>
|
|
</div>
|
|
|
|
<div id="contact" data-section="contact">
|
|
<ContactCenter
|
|
tag="Ready to Send?"
|
|
title="Need Fast Money Transfer?"
|
|
description="Contact us now via phone, WhatsApp, or fill out the form below. We're here to help with your Western Union transfers."
|
|
useInvertedBackground={true}
|
|
background={{ variant: "rotated-rays-animated-grid" }}
|
|
buttonText="Send Request"
|
|
inputPlaceholder="Enter your phone number"
|
|
termsText="We'll respond within 24 hours. Your information is secure and confidential."
|
|
/>
|
|
</div>
|
|
|
|
<div id="footer" data-section="footer">
|
|
<FooterCard
|
|
logoText="Panorama"
|
|
copyrightText="© 2025 Panorama Western Union | Fast Money Transfers Chilonzor"
|
|
/>
|
|
</div>
|
|
</ThemeProvider>
|
|
);
|
|
}
|