Update src/app/page.tsx
This commit is contained in:
345
src/app/page.tsx
345
src/app/page.tsx
@@ -33,84 +33,51 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "#features",
|
||||
},
|
||||
name: "Features", id: "#features"},
|
||||
{
|
||||
name: "Products",
|
||||
id: "#products",
|
||||
},
|
||||
name: "Products", id: "#products"},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "#pricing",
|
||||
},
|
||||
name: "Pricing", id: "#pricing"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="Kassa.uz"
|
||||
button={{
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Get Started", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="home" data-section="home">
|
||||
<HeroBillboardGallery
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
title="Kassa.uz: Intuitive POS for Modern Business"
|
||||
description="Experience an ultra-responsive and powerful Point of Sale web application designed for seamless transactions, intelligent inventory, and global reach. Simple enough for anyone, robust enough for enterprise."
|
||||
buttons={[
|
||||
{
|
||||
text: "Try Kassa.uz Free",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Try Kassa.uz Free", href: "#contact"},
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#features",
|
||||
},
|
||||
text: "Learn More", href: "#features"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-customer-paying-with-nfc-device_23-2150690001.jpg?_wi=1",
|
||||
imageAlt: "Futuristic POS sales dashboard",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-customer-paying-with-nfc-device_23-2150690001.jpg", imageAlt: "Futuristic POS sales dashboard"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-barista-with-tablet-making-order-coffee-shop_1303-29494.jpg?_wi=1",
|
||||
imageAlt: "Multi-currency POS interface with UZS, USD, EUR, RUB",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-barista-with-tablet-making-order-coffee-shop_1303-29494.jpg", imageAlt: "Multi-currency POS interface with UZS, USD, EUR, RUB"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mockup-tablet-servers-monitoring_482257-89019.jpg",
|
||||
imageAlt: "Inventory management with product cards",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mockup-tablet-servers-monitoring_482257-89019.jpg", imageAlt: "Inventory management with product cards"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-taking-pictures-delivery-boxes_23-2148944570.jpg",
|
||||
imageAlt: "Barcode scanner integrating with POS system",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-taking-pictures-delivery-boxes_23-2148944570.jpg", imageAlt: "Barcode scanner integrating with POS system"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/small-business-owner-cash-register_53876-176732.jpg",
|
||||
imageAlt: "Digital receipt modal with share and print options",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/small-business-owner-cash-register_53876-176732.jpg", imageAlt: "Digital receipt modal with share and print options"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/little-girl-learns-notes-playful-way-with-help-special-musical-cards_169016-12375.jpg",
|
||||
imageAlt: "Multi-language support on POS interface",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/little-girl-learns-notes-playful-way-with-help-special-musical-cards_169016-12375.jpg", imageAlt: "Multi-language support on POS interface"},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -121,15 +88,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Simplify Your Sales with Unmatched Efficiency",
|
||||
},
|
||||
type: "text", content: "Simplify Your Sales with Unmatched Efficiency"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Discover Our Story",
|
||||
href: "#",
|
||||
},
|
||||
text: "Discover Our Story", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -141,45 +104,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "inventory",
|
||||
title: "Smart Inventory & Product Management",
|
||||
description: "Effortlessly manage your products with image uploads, detailed pricing (cost, selling, discounted), promo codes, and real-time stock quantity tracking. Full CRUD operations for seamless updates.",
|
||||
tag: "Streamline",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/packaging-engineer-looking-tablet-with-greenscreen-depot_482257-82403.jpg",
|
||||
imageAlt: "Inventory management dashboard",
|
||||
},
|
||||
id: "inventory", title: "Smart Inventory & Product Management", description: "Effortlessly manage your products with image uploads, detailed pricing (cost, selling, discounted), promo codes, and real-time stock quantity tracking. Full CRUD operations for seamless updates.", tag: "Streamline", imageSrc: "http://img.b2bpic.net/free-photo/packaging-engineer-looking-tablet-with-greenscreen-depot_482257-82403.jpg", imageAlt: "Inventory management dashboard"},
|
||||
{
|
||||
id: "barcode",
|
||||
title: "Barcode & QR Code Integration",
|
||||
description: "Automate product identification with auto-generated standard Barcodes and QR Codes. Instant hardware scanner integration adds items to your cart with a single flash, boosting checkout speed.",
|
||||
tag: "Accelerate",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bb-cream-young-beautician-demonstrating-new-tones-bb-cream_259150-60067.jpg",
|
||||
imageAlt: "Barcode and QR code generation",
|
||||
},
|
||||
id: "barcode", title: "Barcode & QR Code Integration", description: "Automate product identification with auto-generated standard Barcodes and QR Codes. Instant hardware scanner integration adds items to your cart with a single flash, boosting checkout speed.", tag: "Accelerate", imageSrc: "http://img.b2bpic.net/free-photo/bb-cream-young-beautician-demonstrating-new-tones-bb-cream_259150-60067.jpg", imageAlt: "Barcode and QR code generation"},
|
||||
{
|
||||
id: "currency",
|
||||
title: "Multi-Currency with Live Exchange Rates",
|
||||
description: "Support UZS, USD, EUR, and RUB with a live currency converter API. Switch your active store currency instantly, and all prices dynamically adjust across your catalog and cart.",
|
||||
tag: "Globalize",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-coins-with-word-shopping-cart_23-2148081066.jpg",
|
||||
imageAlt: "Multi-currency POS screen",
|
||||
},
|
||||
id: "currency", title: "Multi-Currency with Live Exchange Rates", description: "Support UZS, USD, EUR, and RUB with a live currency converter API. Switch your active store currency instantly, and all prices dynamically adjust across your catalog and cart.", tag: "Globalize", imageSrc: "http://img.b2bpic.net/free-photo/top-view-coins-with-word-shopping-cart_23-2148081066.jpg", imageAlt: "Multi-currency POS screen"},
|
||||
{
|
||||
id: "language",
|
||||
title: "Multi-Language Engine",
|
||||
description: "Serve a diverse customer base with default Uzbek language support and a dropdown switcher for 20+ global languages, including English, Russian, Turkish, Spanish, and German.",
|
||||
tag: "Reach More",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-restaurant_23-2150384800.jpg",
|
||||
imageAlt: "Multi-language UI",
|
||||
},
|
||||
id: "language", title: "Multi-Language Engine", description: "Serve a diverse customer base with default Uzbek language support and a dropdown switcher for 20+ global languages, including English, Russian, Turkish, Spanish, and German.", tag: "Reach More", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-restaurant_23-2150384800.jpg", imageAlt: "Multi-language UI"},
|
||||
{
|
||||
id: "checkout",
|
||||
title: "Instant Checkout & Digital Receipts",
|
||||
description: "Our real-time cart calculates totals, discounts, taxes, and promo codes. Generate gorgeous digital receipts instantly, tailored for thermal POS or A4 printers, with easy sharing to messaging apps.",
|
||||
tag: "Finalize",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/apply-voucher-code-starting-download_53876-134031.jpg",
|
||||
imageAlt: "Digital receipt sharing",
|
||||
},
|
||||
id: "checkout", title: "Instant Checkout & Digital Receipts", description: "Our real-time cart calculates totals, discounts, taxes, and promo codes. Generate gorgeous digital receipts instantly, tailored for thermal POS or A4 printers, with easy sharing to messaging apps.", tag: "Finalize", imageSrc: "http://img.b2bpic.net/free-photo/apply-voucher-code-starting-download_53876-134031.jpg", imageAlt: "Digital receipt sharing"},
|
||||
]}
|
||||
title="Powerful Features, Effortless Experience"
|
||||
description="Kassa.uz integrates cutting-edge technology with Apple-like minimalism, providing an intuitive interface that simplifies every aspect of your business operations."
|
||||
@@ -195,53 +128,17 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
products={[
|
||||
{
|
||||
id: "p-1",
|
||||
name: "Kassa.uz SmartPhone X",
|
||||
price: "$999.00",
|
||||
variant: "Space Gray 256GB",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/indian-man-customer-buyer-mobile-phone-store-choose-his-new-smartphone-south-asian-peoples-technologies-concept-cellphone-shop_627829-1255.jpg",
|
||||
imageAlt: "Sleek, modern smartphone",
|
||||
},
|
||||
id: "p-1", name: "Kassa.uz SmartPhone X", price: "$999.00", variant: "Space Gray 256GB", imageSrc: "http://img.b2bpic.net/free-photo/indian-man-customer-buyer-mobile-phone-store-choose-his-new-smartphone-south-asian-peoples-technologies-concept-cellphone-shop_627829-1255.jpg", imageAlt: "Sleek, modern smartphone"},
|
||||
{
|
||||
id: "p-2",
|
||||
name: "Kassa.uz Smart Home Hub",
|
||||
price: "$149.00",
|
||||
variant: "White Edition",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-touching-speakers_23-2149625147.jpg",
|
||||
imageAlt: "Elegant smart home device",
|
||||
},
|
||||
id: "p-2", name: "Kassa.uz Smart Home Hub", price: "$149.00", variant: "White Edition", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-touching-speakers_23-2149625147.jpg", imageAlt: "Elegant smart home device"},
|
||||
{
|
||||
id: "p-3",
|
||||
name: "Kassa.uz SmartWatch Pro",
|
||||
price: "$349.00",
|
||||
variant: "Black Sport Band",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/unknown-sporty-woman-checks-pulse-neck-focused-smartwatch-dressed-beige-sportsclothes-poses-outdoors_273609-55496.jpg",
|
||||
imageAlt: "Futuristic smartwatch",
|
||||
},
|
||||
id: "p-3", name: "Kassa.uz SmartWatch Pro", price: "$349.00", variant: "Black Sport Band", imageSrc: "http://img.b2bpic.net/free-photo/unknown-sporty-woman-checks-pulse-neck-focused-smartwatch-dressed-beige-sportsclothes-poses-outdoors_273609-55496.jpg", imageAlt: "Futuristic smartwatch"},
|
||||
{
|
||||
id: "p-4",
|
||||
name: "Kassa.uz Ultrabook 14",
|
||||
price: "$1299.00",
|
||||
variant: "Silver, 16GB RAM",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tourism-items-arrangement-view_23-2148909659.jpg",
|
||||
imageAlt: "Professional ultrabook laptop",
|
||||
},
|
||||
id: "p-4", name: "Kassa.uz Ultrabook 14", price: "$1299.00", variant: "Silver, 16GB RAM", imageSrc: "http://img.b2bpic.net/free-photo/tourism-items-arrangement-view_23-2148909659.jpg", imageAlt: "Professional ultrabook laptop"},
|
||||
{
|
||||
id: "p-5",
|
||||
name: "Kassa.uz Wireless Earbuds",
|
||||
price: "$199.00",
|
||||
variant: "Midnight Black",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wireless-earbuds-with-neon-cyberpunk-style-lighting_23-2151074272.jpg",
|
||||
imageAlt: "High-fidelity wireless earbuds",
|
||||
},
|
||||
id: "p-5", name: "Kassa.uz Wireless Earbuds", price: "$199.00", variant: "Midnight Black", imageSrc: "http://img.b2bpic.net/free-photo/wireless-earbuds-with-neon-cyberpunk-style-lighting_23-2151074272.jpg", imageAlt: "High-fidelity wireless earbuds"},
|
||||
{
|
||||
id: "p-6",
|
||||
name: "Kassa.uz Gaming Controller",
|
||||
price: "$79.00",
|
||||
variant: "Next-Gen Haptic",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-gaming-controllers-arrangement_23-2149829179.jpg",
|
||||
imageAlt: "Next-generation gaming controller",
|
||||
},
|
||||
id: "p-6", name: "Kassa.uz Gaming Controller", price: "$79.00", variant: "Next-Gen Haptic", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-gaming-controllers-arrangement_23-2149829179.jpg", imageAlt: "Next-generation gaming controller"},
|
||||
]}
|
||||
title="Showcase Your Products Beautifully"
|
||||
description="Kassa.uz transforms your product display into an engaging visual catalog, complete with clear pricing, stock levels, and vibrant imagery. Manage inventory with ease and attract customers effortlessly."
|
||||
@@ -252,63 +149,26 @@ export default function LandingPage() {
|
||||
<PricingCardNine
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
plans={[
|
||||
{
|
||||
id: "starter",
|
||||
title: "Starter",
|
||||
price: "$29",
|
||||
period: "per month",
|
||||
features: [
|
||||
"Basic Inventory (up to 100 items)",
|
||||
"Single User Access",
|
||||
"Standard Checkout",
|
||||
"Digital Receipts",
|
||||
],
|
||||
id: "starter", title: "Starter", price: "$29", period: "per month", features: [
|
||||
"Basic Inventory (up to 100 items)", "Single User Access", "Standard Checkout", "Digital Receipts"],
|
||||
button: {
|
||||
text: "Start Free Trial",
|
||||
href: "#contact",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-family-standing-cash-counter_171337-2408.jpg",
|
||||
imageAlt: "modern minimalist retail store interior",
|
||||
},
|
||||
text: "Start Free Trial", href: "#contact"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-family-standing-cash-counter_171337-2408.jpg", imageAlt: "modern minimalist retail store interior"},
|
||||
{
|
||||
id: "business",
|
||||
title: "Business",
|
||||
price: "$79",
|
||||
period: "per month",
|
||||
features: [
|
||||
"Unlimited Inventory",
|
||||
"Multi-User Access (up to 5)",
|
||||
"Barcode & QR Integration",
|
||||
"Multi-Currency Support",
|
||||
"Advanced Reporting",
|
||||
],
|
||||
id: "business", title: "Business", price: "$79", period: "per month", features: [
|
||||
"Unlimited Inventory", "Multi-User Access (up to 5)", "Barcode & QR Integration", "Multi-Currency Support", "Advanced Reporting"],
|
||||
button: {
|
||||
text: "Choose Business",
|
||||
href: "#contact",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-customer-paying-with-nfc-device_23-2150690001.jpg?_wi=2",
|
||||
imageAlt: "modern minimalist retail store interior",
|
||||
},
|
||||
text: "Choose Business", href: "#contact"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-customer-paying-with-nfc-device_23-2150690001.jpg", imageAlt: "modern minimalist retail store interior"},
|
||||
{
|
||||
id: "enterprise",
|
||||
title: "Enterprise",
|
||||
price: "$199",
|
||||
period: "per month",
|
||||
features: [
|
||||
"All Business Features",
|
||||
"Unlimited Users",
|
||||
"Multi-Language Engine",
|
||||
"Dedicated Support",
|
||||
"Custom Integrations",
|
||||
],
|
||||
id: "enterprise", title: "Enterprise", price: "$199", period: "per month", features: [
|
||||
"All Business Features", "Unlimited Users", "Multi-Language Engine", "Dedicated Support", "Custom Integrations"],
|
||||
button: {
|
||||
text: "Contact Sales",
|
||||
href: "#contact",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-barista-with-tablet-making-order-coffee-shop_1303-29494.jpg?_wi=2",
|
||||
imageAlt: "modern minimalist retail store interior",
|
||||
},
|
||||
text: "Contact Sales", href: "#contact"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-barista-with-tablet-making-order-coffee-shop_1303-29494.jpg", imageAlt: "modern minimalist retail store interior"},
|
||||
]}
|
||||
title="Flexible Plans for Every Business Size"
|
||||
description="Choose the Kassa.uz plan that perfectly fits your business needs, from startups to growing enterprises. Scale up as you grow with transparent pricing and powerful features."
|
||||
@@ -320,14 +180,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Global Retail Solutions",
|
||||
"MarketWise Group",
|
||||
"SwiftCommerce Co.",
|
||||
"Innovate Stores",
|
||||
"Digital Market Hub",
|
||||
"RetailTech Inc.",
|
||||
"NextGen POS",
|
||||
]}
|
||||
"Global Retail Solutions", "MarketWise Group", "SwiftCommerce Co.", "Innovate Stores", "Digital Market Hub", "RetailTech Inc.", "NextGen POS"]}
|
||||
title="Trusted by Leading Businesses"
|
||||
description="Join a growing community of successful merchants who rely on Kassa.uz for their daily operations. See how we empower diverse industries across the globe."
|
||||
/>
|
||||
@@ -338,35 +191,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-waitress_107420-12307.jpg",
|
||||
imageAlt: "Sarah Johnson, CEO of TechCorp",
|
||||
},
|
||||
id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-waitress_107420-12307.jpg", imageAlt: "Sarah Johnson, CEO of TechCorp"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hesitant-businessman-suit-making-decision-looking-pensive-camera-with-concerned-face-having_1258-162886.jpg",
|
||||
imageAlt: "Michael Chen, CTO of InnovateLab",
|
||||
},
|
||||
id: "2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/hesitant-businessman-suit-making-decision-looking-pensive-camera-with-concerned-face-having_1258-162886.jpg", imageAlt: "Michael Chen, CTO of InnovateLab"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rodriguez",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-gaze-bearded-man_482257-98427.jpg",
|
||||
imageAlt: "Emily Rodriguez, Marketing Director at GrowthCo",
|
||||
},
|
||||
id: "3", name: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-gaze-bearded-man_482257-98427.jpg", imageAlt: "Emily Rodriguez, Marketing Director at GrowthCo"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-businessman-imagines-great-career_1163-5478.jpg",
|
||||
imageAlt: "David Kim, Product Manager at StartupXYZ",
|
||||
},
|
||||
id: "4", name: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/successful-businessman-imagines-great-career_1163-5478.jpg", imageAlt: "David Kim, Product Manager at StartupXYZ"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Elena Petrova",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-disposable-coffee-cup_107420-12313.jpg",
|
||||
imageAlt: "Elena Petrova, Retail Manager at CityMart",
|
||||
},
|
||||
id: "5", name: "Elena Petrova", imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-disposable-coffee-cup_107420-12313.jpg", imageAlt: "Elena Petrova, Retail Manager at CityMart"},
|
||||
]}
|
||||
cardTitle="What Our Users Say"
|
||||
cardTag="Success Stories"
|
||||
@@ -380,30 +213,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-1",
|
||||
title: "What makes Kassa.uz stand out?",
|
||||
content: "Kassa.uz offers an unmatched combination of Apple-like minimalist design with robust enterprise-grade features, ensuring ease of use without compromising on power for your business operations.",
|
||||
},
|
||||
id: "faq-1", title: "What makes Kassa.uz stand out?", content: "Kassa.uz offers an unmatched combination of Apple-like minimalist design with robust enterprise-grade features, ensuring ease of use without compromising on power for your business operations."},
|
||||
{
|
||||
id: "faq-2",
|
||||
title: "Is Kassa.uz suitable for small businesses and large enterprises?",
|
||||
content: "Absolutely. Our flexible pricing plans and scalable features are designed to grow with your business, catering to the needs of both small startups and large, multi-location enterprises.",
|
||||
},
|
||||
id: "faq-2", title: "Is Kassa.uz suitable for small businesses and large enterprises?", content: "Absolutely. Our flexible pricing plans and scalable features are designed to grow with your business, catering to the needs of both small startups and large, multi-location enterprises."},
|
||||
{
|
||||
id: "faq-3",
|
||||
title: "How does the multi-currency feature work?",
|
||||
content: "Kassa.uz integrates with a live currency converter API, allowing you to switch your store's active currency (UZS, USD, EUR, RUB) at any time. All prices in your catalog and cart will instantly convert to the selected currency.",
|
||||
},
|
||||
id: "faq-3", title: "How does the multi-currency feature work?", content: "Kassa.uz integrates with a live currency converter API, allowing you to switch your store's active currency (UZS, USD, EUR, RUB) at any time. All prices in your catalog and cart will instantly convert to the selected currency."},
|
||||
{
|
||||
id: "faq-4",
|
||||
title: "Can I integrate my existing hardware with Kassa.uz?",
|
||||
content: "Yes, Kassa.uz is designed for seamless integration with standard barcode scanners. Our global keyboard event listener instantly recognizes scanner input, adding products to your cart without extra setup.",
|
||||
},
|
||||
id: "faq-4", title: "Can I integrate my existing hardware with Kassa.uz?", content: "Yes, Kassa.uz is designed for seamless integration with standard barcode scanners. Our global keyboard event listener instantly recognizes scanner input, adding products to your cart without extra setup."},
|
||||
{
|
||||
id: "faq-5",
|
||||
title: "What kind of support can I expect?",
|
||||
content: "We offer comprehensive support ranging from online documentation and FAQ to dedicated support channels for our Business and Enterprise plan users, ensuring you always have assistance when you need it.",
|
||||
},
|
||||
id: "faq-5", title: "What kind of support can I expect?", content: "We offer comprehensive support ranging from online documentation and FAQ to dedicated support channels for our Business and Enterprise plan users, ensuring you always have assistance when you need it."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Find quick answers to common questions about Kassa.uz features, setup, and more. Our comprehensive FAQ is here to help you get started."
|
||||
@@ -415,8 +233,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "animated-grid",
|
||||
}}
|
||||
variant: "animated-grid"}}
|
||||
tag="Get Started Today"
|
||||
title="Transform Your Retail Experience"
|
||||
description="Ready to streamline your sales and empower your business with Kassa.uz? Sign up for a free trial or contact our sales team to learn more about our solutions."
|
||||
@@ -436,69 +253,43 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#home",
|
||||
},
|
||||
label: "Home", href: "#home"},
|
||||
{
|
||||
label: "Features",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Features", href: "#features"},
|
||||
{
|
||||
label: "Products",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Products", href: "#products"},
|
||||
{
|
||||
label: "Pricing",
|
||||
href: "#pricing",
|
||||
},
|
||||
label: "Pricing", href: "#pricing"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Testimonials", href: "#testimonials"},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Telegram",
|
||||
href: "#",
|
||||
},
|
||||
label: "Telegram", href: "#"},
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
label: "Instagram", href: "#"},
|
||||
{
|
||||
label: "Support",
|
||||
href: "#",
|
||||
},
|
||||
label: "Support", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user