Merge version_1 into main #2
@@ -20,7 +20,7 @@ export default function LandingPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="medium"
|
||||
sizing="largeSmallSizeLargeTitles"
|
||||
background="noise"
|
||||
background="circleGradient"
|
||||
cardStyle="layered-gradient"
|
||||
primaryButtonStyle="flat"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -37,7 +37,8 @@ export default function LandingPage() {
|
||||
{ name: "Profile", id: "profile" },
|
||||
]}
|
||||
button={{
|
||||
text: "Download App", href: "https://apps.example.com"}}
|
||||
text: "Download App", href: "https://apps.example.com"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -45,7 +46,7 @@ export default function LandingPage() {
|
||||
<HeroSplitDualMedia
|
||||
title="Your Complete Mobile Marketplace Experience"
|
||||
description="Browse thousands of products, checkout in under 3 actions, track deliveries in real-time, and enjoy flexible payment options including installment plans. Fast, secure, and trusted by thousands."
|
||||
background={{ variant: "noise" }}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Mobile Marketplace"
|
||||
tagIcon={ShoppingBag}
|
||||
tagAnimation="slide-up"
|
||||
@@ -56,9 +57,11 @@ export default function LandingPage() {
|
||||
buttonAnimation="slide-up"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfG79cEgsZIEw8iZzSRyExdaNt/a-modern-mobile-marketplace-interface-sh-1773036921103-677624df.png", imageAlt: "AMAAR mobile marketplace home screen"},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfG79cEgsZIEw8iZzSRyExdaNt/a-modern-mobile-marketplace-interface-sh-1773036921103-677624df.png", imageAlt: "AMAAR mobile marketplace home screen"
|
||||
},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfG79cEgsZIEw8iZzSRyExdaNt/a-detailed-product-page-showing-large-pr-1773036919418-d5e74186.png?_wi=1", imageAlt: "Product detail page with pricing and reviews"},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfG79cEgsZIEw8iZzSRyExdaNt/a-detailed-product-page-showing-large-pr-1773036919418-d5e74186.png", imageAlt: "Product detail page with pricing and reviews"
|
||||
},
|
||||
]}
|
||||
mediaAnimation="blur-reveal"
|
||||
rating={5}
|
||||
@@ -81,16 +84,20 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "ElectroTech", name: "Wireless Earbuds Pro", price: "125,000 UZS", rating: 5,
|
||||
reviewCount: "8.3k", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfG79cEgsZIEw8iZzSRyExdaNt/a-sleek-mobile-product-search-and-filter-1773036921280-b9685844.png", imageAlt: "Premium wireless earbuds"},
|
||||
reviewCount: "8.3k", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfG79cEgsZIEw8iZzSRyExdaNt/a-sleek-mobile-product-search-and-filter-1773036921280-b9685844.png", imageAlt: "Premium wireless earbuds"
|
||||
},
|
||||
{
|
||||
id: "2", brand: "StylePro", name: "Premium Leather Wallet", price: "85,000 UZS", rating: 5,
|
||||
reviewCount: "5.2k", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfG79cEgsZIEw8iZzSRyExdaNt/a-mobile-checkout-interface-showing-mult-1773036919363-e6335107.png", imageAlt: "Luxury leather wallet"},
|
||||
reviewCount: "5.2k", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfG79cEgsZIEw8iZzSRyExdaNt/a-mobile-checkout-interface-showing-mult-1773036919363-e6335107.png", imageAlt: "Luxury leather wallet"
|
||||
},
|
||||
{
|
||||
id: "3", brand: "FitLife", name: "Smart Fitness Watch", price: "380,000 UZS", rating: 5,
|
||||
reviewCount: "12.1k", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfG79cEgsZIEw8iZzSRyExdaNt/a-detailed-product-page-showing-large-pr-1773036919418-d5e74186.png?_wi=2", imageAlt: "Advanced fitness tracking smartwatch"},
|
||||
reviewCount: "12.1k", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfG79cEgsZIEw8iZzSRyExdaNt/a-detailed-product-page-showing-large-pr-1773036919418-d5e74186.png", imageAlt: "Advanced fitness tracking smartwatch"
|
||||
},
|
||||
{
|
||||
id: "4", brand: "TechGear", name: "Fast Charging Hub", price: "95,000 UZS", rating: 5,
|
||||
reviewCount: "6.7k", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfG79cEgsZIEw8iZzSRyExdaNt/a-payment-method-selection-screen-showin-1773036919337-e86fd49b.png", imageAlt: "Multi-device charging station"},
|
||||
reviewCount: "6.7k", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfG79cEgsZIEw8iZzSRyExdaNt/a-payment-method-selection-screen-showin-1773036919337-e86fd49b.png", imageAlt: "Multi-device charging station"
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "View All Products", href: "#" }]}
|
||||
buttonAnimation="slide-up"
|
||||
@@ -110,22 +117,28 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
icon: Zap,
|
||||
title: "Lightning Fast Checkout", description: "Complete your purchase in just 3 actions with our optimized checkout flow"},
|
||||
title: "Lightning Fast Checkout", description: "Complete your purchase in just 3 actions with our optimized checkout flow"
|
||||
},
|
||||
{
|
||||
icon: Lock,
|
||||
title: "Secure Payments", description: "Industry-leading encryption and fraud protection for every transaction"},
|
||||
title: "Secure Payments", description: "Industry-leading encryption and fraud protection for every transaction"
|
||||
},
|
||||
{
|
||||
icon: CreditCard,
|
||||
title: "Flexible Payment Methods", description: "Credit cards, digital wallets, local payment methods, and more"},
|
||||
title: "Flexible Payment Methods", description: "Credit cards, digital wallets, local payment methods, and more"
|
||||
},
|
||||
{
|
||||
icon: Calendar,
|
||||
title: "Installment Plans", description: "Buy now, pay later with 3, 6, or 12-month payment plans"},
|
||||
title: "Installment Plans", description: "Buy now, pay later with 3, 6, or 12-month payment plans"
|
||||
},
|
||||
{
|
||||
icon: RotateCcw,
|
||||
title: "Hassle-Free Returns", description: "7-14 day return window with instant refund processing"},
|
||||
title: "Hassle-Free Returns", description: "7-14 day return window with instant refund processing"
|
||||
},
|
||||
{
|
||||
icon: Truck,
|
||||
title: "Real-Time Tracking", description: "Track your order from warehouse to doorstep in real-time"},
|
||||
title: "Real-Time Tracking", description: "Track your order from warehouse to doorstep in real-time"
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Download App", href: "#" }]}
|
||||
buttonAnimation="slide-up"
|
||||
@@ -160,13 +173,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Fatima Khusainova", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfG79cEgsZIEw8iZzSRyExdaNt/a-professional-headshot-photo-of-a-satis-1773036918072-2a1b8146.png", imageAlt: "Fatima Khusainova"},
|
||||
id: "1", name: "Fatima Khusainova", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfG79cEgsZIEw8iZzSRyExdaNt/a-professional-headshot-photo-of-a-satis-1773036918072-2a1b8146.png", imageAlt: "Fatima Khusainova"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Alisher Tashmatov", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfG79cEgsZIEw8iZzSRyExdaNt/a-professional-headshot-photo-of-a-satis-1773036918598-6eaae893.png", imageAlt: "Alisher Tashmatov"},
|
||||
id: "2", name: "Alisher Tashmatov", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfG79cEgsZIEw8iZzSRyExdaNt/a-professional-headshot-photo-of-a-satis-1773036918598-6eaae893.png", imageAlt: "Alisher Tashmatov"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Zarina Uzbekova", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfG79cEgsZIEw8iZzSRyExdaNt/a-professional-headshot-photo-of-a-satis-1773036918691-27b1b35c.png", imageAlt: "Zarina Uzbekova"},
|
||||
id: "3", name: "Zarina Uzbekova", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfG79cEgsZIEw8iZzSRyExdaNt/a-professional-headshot-photo-of-a-satis-1773036918691-27b1b35c.png", imageAlt: "Zarina Uzbekova"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Rustam Karimov", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfG79cEgsZIEw8iZzSRyExdaNt/a-professional-headshot-photo-of-a-satis-1773036918452-e687fa28.png", imageAlt: "Rustam Karimov"},
|
||||
id: "4", name: "Rustam Karimov", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfG79cEgsZIEw8iZzSRyExdaNt/a-professional-headshot-photo-of-a-satis-1773036918452-e687fa28.png", imageAlt: "Rustam Karimov"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -181,9 +198,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Global Electronics", "Fashion Forward", "Home & Living", "Digital Services", "Auto Parts Pro", "Sports & Gear", "Beauty & Wellness", "Tech Innovations"]}
|
||||
"Global Electronics", "Fashion Forward", "Home & Living", "Digital Services", "Auto Parts Pro", "Sports & Gear", "Beauty & Wellness", "Tech Innovations"
|
||||
]}
|
||||
logos={[
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfG79cEgsZIEw8iZzSRyExdaNt/a-professional-marketplace-or-ecommerce--1773036918514-6cfc305e.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfG79cEgsZIEw8iZzSRyExdaNt/a-professional-payment-or-fintech-compan-1773036917874-ce867fd4.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfG79cEgsZIEw8iZzSRyExdaNt/a-professional-logistics-or-delivery-com-1773036919450-7d6dc899.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfG79cEgsZIEw8iZzSRyExdaNt/a-professional-customer-service-or-suppo-1773036918876-b1221f2b.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfG79cEgsZIEw8iZzSRyExdaNt/a-professional-technology-or-software-co-1773036918379-106cd470.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfG79cEgsZIEw8iZzSRyExdaNt/a-professional-brand-or-manufacturer-com-1773036918490-66f779a7.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfG79cEgsZIEw8iZzSRyExdaNt/a-professional-retail-or-shopping-brand--1773036918190-39de3194.png"]}
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfG79cEgsZIEw8iZzSRyExdaNt/a-professional-marketplace-or-ecommerce--1773036918514-6cfc305e.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfG79cEgsZIEw8iZzSRyExdaNt/a-professional-payment-or-fintech-compan-1773036917874-ce867fd4.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfG79cEgsZIEw8iZzSRyExdaNt/a-professional-logistics-or-delivery-com-1773036919450-7d6dc899.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfG79cEgsZIEw8iZzSRyExdaNt/a-professional-customer-service-or-suppo-1773036918876-b1221f2b.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfG79cEgsZIEw8iZzSRyExdaNt/a-professional-technology-or-software-co-1773036918379-106cd470.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfG79cEgsZIEw8iZzSRyExdaNt/a-professional-brand-or-manufacturer-com-1773036918490-66f779a7.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfG79cEgsZIEw8iZzSRyExdaNt/a-professional-retail-or-shopping-brand--1773036918190-39de3194.png"
|
||||
]}
|
||||
showCard={true}
|
||||
speed={40}
|
||||
buttons={[{ text: "Become a Partner", href: "#" }]}
|
||||
@@ -207,17 +226,23 @@ export default function LandingPage() {
|
||||
faqsAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "How can I complete a purchase in 3 actions?", content: "AMAAR's streamlined checkout is optimized for speed: (1) Search and select product, (2) Add to cart with quick review, (3) Complete payment. Our simplified process eliminates unnecessary steps, allowing you to purchase within minutes."},
|
||||
id: "1", title: "How can I complete a purchase in 3 actions?", content: "AMAAR's streamlined checkout is optimized for speed: (1) Search and select product, (2) Add to cart with quick review, (3) Complete payment. Our simplified process eliminates unnecessary steps, allowing you to purchase within minutes."
|
||||
},
|
||||
{
|
||||
id: "2", title: "What payment methods are accepted?", content: "We accept multiple payment options: Credit/Debit Cards (Visa, Mastercard), Local methods (Uzcard, Humo, Click, Payme), and Digital Wallets (Apple Pay, Google Pay). You can also use installment plans for larger purchases."},
|
||||
id: "2", title: "What payment methods are accepted?", content: "We accept multiple payment options: Credit/Debit Cards (Visa, Mastercard), Local methods (Uzcard, Humo, Click, Payme), and Digital Wallets (Apple Pay, Google Pay). You can also use installment plans for larger purchases."
|
||||
},
|
||||
{
|
||||
id: "3", title: "How do installment (BNPL) payments work?", content: "BNPL plans allow you to spread purchases over 3, 6, or 12 months with monthly payments. Select your plan at checkout, receive instant approval, and start enjoying your purchase immediately. No hidden fees or interest charges."},
|
||||
id: "3", title: "How do installment (BNPL) payments work?", content: "BNPL plans allow you to spread purchases over 3, 6, or 12 months with monthly payments. Select your plan at checkout, receive instant approval, and start enjoying your purchase immediately. No hidden fees or interest charges."
|
||||
},
|
||||
{
|
||||
id: "4", title: "What is your return and refund policy?", content: "We offer a 7-14 day return window for unused products in original packaging. Returns are processed quickly with refunds to your original payment method or wallet balance. Simply request a return through your orders page."},
|
||||
id: "4", title: "What is your return and refund policy?", content: "We offer a 7-14 day return window for unused products in original packaging. Returns are processed quickly with refunds to your original payment method or wallet balance. Simply request a return through your orders page."
|
||||
},
|
||||
{
|
||||
id: "5", title: "How do I track my order?", content: "Real-time tracking is available in your Orders section. You'll see every stage: Order Placed → Confirmed → Packed → Shipped → Out for Delivery → Delivered. Receive push notifications at each stage."},
|
||||
id: "5", title: "How do I track my order?", content: "Real-time tracking is available in your Orders section. You'll see every stage: Order Placed → Confirmed → Packed → Shipped → Out for Delivery → Delivered. Receive push notifications at each stage."
|
||||
},
|
||||
{
|
||||
id: "6", title: "Is my payment information secure?", content: "Yes. AMAAR uses industry-leading encryption (SSL/TLS), PCI DSS compliance, and advanced fraud detection. Your payment data is never stored on our servers, and all transactions are protected."},
|
||||
id: "6", title: "Is my payment information secure?", content: "Yes. AMAAR uses industry-leading encryption (SSL/TLS), PCI DSS compliance, and advanced fraud detection. Your payment data is never stored on our servers, and all transactions are protected."
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Contact Support", href: "#" }]}
|
||||
buttonAnimation="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user