Merge version_1 into main #3
@@ -20,8 +20,7 @@ export default function BuyerPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Platform",
|
||||
items: [
|
||||
title: "Platform", items: [
|
||||
{ label: "For Buyers", href: "/buyer" },
|
||||
{ label: "For Sellers", href: "/seller" },
|
||||
{ label: "How It Works", href: "#" },
|
||||
@@ -29,8 +28,7 @@ export default function BuyerPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{ label: "Help Center", href: "#" },
|
||||
{ label: "Contact Us", href: "/contact" },
|
||||
{ label: "FAQ", href: "#faq" },
|
||||
@@ -38,8 +36,7 @@ export default function BuyerPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "#about" },
|
||||
{ label: "Blog", href: "#" },
|
||||
{ label: "Careers", href: "#" },
|
||||
@@ -69,9 +66,7 @@ export default function BuyerPage() {
|
||||
id: item.id,
|
||||
}))}
|
||||
button={{
|
||||
text: "Launch Platform",
|
||||
href: "/dashboard",
|
||||
}}
|
||||
text: "Launch Platform", href: "/dashboard"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -149,31 +144,13 @@ export default function BuyerPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Premium Smartphone",
|
||||
price: "2,499 TJS",
|
||||
variant: "Black 2 Colors",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfBvzLipXWZDam6ggyuaVWEFRP/a-high-quality-product-photo-of-electron-1772974544867-3f442579.png?_wi=3",
|
||||
imageAlt: "Premium smartphone",
|
||||
isFavorited: false,
|
||||
id: "1", name: "Premium Smartphone", price: "2,499 TJS", variant: "Black 2 Colors", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfBvzLipXWZDam6ggyuaVWEFRP/a-high-quality-product-photo-of-electron-1772974544867-3f442579.png", imageAlt: "Premium smartphone", isFavorited: false,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Business Laptop",
|
||||
price: "4,999 TJS",
|
||||
variant: "Silver 1 Color",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfBvzLipXWZDam6ggyuaVWEFRP/a-high-quality-product-photo-of-electron-1772974544867-3f442579.png?_wi=4",
|
||||
imageAlt: "Business laptop",
|
||||
isFavorited: false,
|
||||
id: "2", name: "Business Laptop", price: "4,999 TJS", variant: "Silver 1 Color", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfBvzLipXWZDam6ggyuaVWEFRP/a-high-quality-product-photo-of-electron-1772974544867-3f442579.png", imageAlt: "Business laptop", isFavorited: false,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Designer Jacket",
|
||||
price: "899 TJS",
|
||||
variant: "Navy 3 Colors",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfBvzLipXWZDam6ggyuaVWEFRP/a-lifestyle-product-photo-showing-qualit-1772974545127-cd2a5761.png?_wi=2",
|
||||
imageAlt: "Designer jacket",
|
||||
isFavorited: false,
|
||||
id: "3", name: "Designer Jacket", price: "899 TJS", variant: "Navy 3 Colors", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfBvzLipXWZDam6ggyuaVWEFRP/a-lifestyle-product-photo-showing-qualit-1772974545127-cd2a5761.png", imageAlt: "Designer jacket", isFavorited: false,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -190,41 +167,17 @@ export default function BuyerPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Fatima Saidova",
|
||||
role: "Fashion Enthusiast",
|
||||
company: "Dushanbe",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfBvzLipXWZDam6ggyuaVWEFRP/a-professional-headshot-photo-of-a-woman-1772974544460-59be7fc4.png?_wi=3",
|
||||
imageAlt: "Fatima Saidova",
|
||||
},
|
||||
id: "1", name: "Fatima Saidova", role: "Fashion Enthusiast", company: "Dushanbe", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfBvzLipXWZDam6ggyuaVWEFRP/a-professional-headshot-photo-of-a-woman-1772974544460-59be7fc4.png", imageAlt: "Fatima Saidova"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Rustam Karimov",
|
||||
role: "Tech Buyer",
|
||||
company: "Khujand",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfBvzLipXWZDam6ggyuaVWEFRP/a-professional-headshot-photo-of-a-man-i-1772974544950-907bdea5.png?_wi=3",
|
||||
imageAlt: "Rustam Karimov",
|
||||
},
|
||||
id: "2", name: "Rustam Karimov", role: "Tech Buyer", company: "Khujand", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfBvzLipXWZDam6ggyuaVWEFRP/a-professional-headshot-photo-of-a-man-i-1772974544950-907bdea5.png", imageAlt: "Rustam Karimov"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Zarina Mirzoeva",
|
||||
role: "Regular Shopper",
|
||||
company: "Khujand",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfBvzLipXWZDam6ggyuaVWEFRP/a-professional-headshot-photo-of-a-woman-1772974544761-785ee70a.png?_wi=3",
|
||||
imageAlt: "Zarina Mirzoeva",
|
||||
},
|
||||
id: "3", name: "Zarina Mirzoeva", role: "Regular Shopper", company: "Khujand", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfBvzLipXWZDam6ggyuaVWEFRP/a-professional-headshot-photo-of-a-woman-1772974544761-785ee70a.png", imageAlt: "Zarina Mirzoeva"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Akmal Sharifov",
|
||||
role: "Electronics Buyer",
|
||||
company: "Kulob",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfBvzLipXWZDam6ggyuaVWEFRP/a-professional-headshot-photo-of-a-man-i-1772974544711-3a9132ff.png?_wi=2",
|
||||
imageAlt: "Akmal Sharifov",
|
||||
},
|
||||
id: "4", name: "Akmal Sharifov", role: "Electronics Buyer", company: "Kulob", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfBvzLipXWZDam6ggyuaVWEFRP/a-professional-headshot-photo-of-a-man-i-1772974544711-3a9132ff.png", imageAlt: "Akmal Sharifov"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{ value: "98%", label: "Satisfaction Rate" },
|
||||
@@ -240,45 +193,28 @@ export default function BuyerPage() {
|
||||
sideDescription="Find answers to common questions about buying on Agora"
|
||||
textPosition="left"
|
||||
useInvertedBackground={false}
|
||||
faqsAnimation="none"
|
||||
animationType="smooth"
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "How do I place an order on Agora?",
|
||||
content: "Simply browse products, add items to your cart, proceed to checkout, select your delivery address and payment method, and confirm your order. You'll receive real-time updates on your purchase.",
|
||||
},
|
||||
id: "1", title: "How do I place an order on Agora?", content: "Simply browse products, add items to your cart, proceed to checkout, select your delivery address and payment method, and confirm your order. You'll receive real-time updates on your purchase."},
|
||||
{
|
||||
id: "2",
|
||||
title: "What payment methods are available?",
|
||||
content: "We accept bank transfers, cards, local digital wallets, and cash on delivery. Choose your preferred payment method at checkout with full security and encryption.",
|
||||
},
|
||||
id: "2", title: "What payment methods are available?", content: "We accept bank transfers, cards, local digital wallets, and cash on delivery. Choose your preferred payment method at checkout with full security and encryption."},
|
||||
{
|
||||
id: "3",
|
||||
title: "How can I track my order?",
|
||||
content: "Once your order is shipped, you'll receive a tracking link via SMS and email. Use it to see real-time updates on your package location, estimated delivery time, and courier information.",
|
||||
},
|
||||
id: "3", title: "How can I track my order?", content: "Once your order is shipped, you'll receive a tracking link via SMS and email. Use it to see real-time updates on your package location, estimated delivery time, and courier information."},
|
||||
{
|
||||
id: "4",
|
||||
title: "What's Agora's return policy?",
|
||||
content: "Products can be returned within 14 days of delivery if unused and in original condition. Initiate a return through your order page, and our support team will handle the logistics and refund.",
|
||||
},
|
||||
id: "4", title: "What's Agora's return policy?", content: "Products can be returned within 14 days of delivery if unused and in original condition. Initiate a return through your order page, and our support team will handle the logistics and refund."},
|
||||
{
|
||||
id: "5",
|
||||
title: "How is my personal information protected?",
|
||||
content: "We use industry-standard encryption, secure payment gateways, and strict data protection policies. All transactions are monitored for fraud, and your data is never shared with third parties.",
|
||||
},
|
||||
id: "5", title: "How is my personal information protected?", content: "We use industry-standard encryption, secure payment gateways, and strict data protection policies. All transactions are monitored for fraud, and your data is never shared with third parties."},
|
||||
{
|
||||
id: "6",
|
||||
title: "How do I contact seller support?",
|
||||
content: "Each seller has a messaging system in your order details. You can also contact our Agora support team through the Help Center or email. We aim to respond within 24 hours.",
|
||||
},
|
||||
id: "6", title: "How do I contact seller support?", content: "Each seller has a messaging system in your order details. You can also contact our Agora support team through the Help Center or email. We aim to respond within 24 hours."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfBvzLipXWZDam6ggyuaVWEFRP/an-illustration-representing-digital-mar-1772974545983-08d3526b.png?_wi=7"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfBvzLipXWZDam6ggyuaVWEFRP/an-illustration-representing-digital-mar-1772974545983-08d3526b.png"
|
||||
imageAlt="Agora Marketplace Community"
|
||||
logoText="Agora Marketplace"
|
||||
copyrightText="© 2025 Agora. All rights reserved."
|
||||
|
||||
190
src/app/page.tsx
190
src/app/page.tsx
@@ -34,8 +34,7 @@ export default function HomePage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Platform",
|
||||
items: [
|
||||
title: "Platform", items: [
|
||||
{ label: "For Buyers", href: "/buyer" },
|
||||
{ label: "For Sellers", href: "/seller" },
|
||||
{ label: "How It Works", href: "#" },
|
||||
@@ -43,8 +42,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{ label: "Help Center", href: "#" },
|
||||
{ label: "Contact Us", href: "/contact" },
|
||||
{ label: "FAQ", href: "#faq" },
|
||||
@@ -52,8 +50,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Blog", href: "#" },
|
||||
{ label: "Careers", href: "#" },
|
||||
@@ -101,11 +98,8 @@ export default function HomePage() {
|
||||
{ text: "Become a Seller", href: "/seller" },
|
||||
]}
|
||||
dashboard={{
|
||||
title: "Marketplace Live Stats",
|
||||
logoIcon: TrendingUp,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfBvzLipXWZDam6ggyuaVWEFRP/a-modern-marketplace-dashboard-interface-1772974551757-f074afce.png?_wi=1",
|
||||
searchPlaceholder: "Search products, sellers...",
|
||||
buttons: [
|
||||
title: "Marketplace Live Stats", logoIcon: TrendingUp,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfBvzLipXWZDam6ggyuaVWEFRP/a-modern-marketplace-dashboard-interface-1772974551757-f074afce.png", searchPlaceholder: "Search products, sellers...", buttons: [
|
||||
{ text: "Browse Products", href: "#" },
|
||||
{ text: "View Analytics", href: "#" },
|
||||
],
|
||||
@@ -116,33 +110,23 @@ export default function HomePage() {
|
||||
],
|
||||
stats: [
|
||||
{
|
||||
title: "Active Sellers",
|
||||
values: [150, 280, 450],
|
||||
description: "Growing seller community.",
|
||||
},
|
||||
title: "Active Sellers", values: [150, 280, 450],
|
||||
description: "Growing seller community."},
|
||||
{
|
||||
title: "Daily Transactions",
|
||||
values: [2400, 3890, 5200],
|
||||
valueSuffix: "+",
|
||||
description: "Verified secure transactions.",
|
||||
},
|
||||
title: "Daily Transactions", values: [2400, 3890, 5200],
|
||||
valueSuffix: "+", description: "Verified secure transactions."},
|
||||
{
|
||||
title: "Products Listed",
|
||||
values: [8500, 12300, 18700],
|
||||
valueSuffix: "+",
|
||||
description: "Diverse product catalog.",
|
||||
},
|
||||
title: "Products Listed", values: [8500, 12300, 18700],
|
||||
valueSuffix: "+", description: "Diverse product catalog."},
|
||||
],
|
||||
chartTitle: "Sales Trend",
|
||||
chartData: [
|
||||
chartTitle: "Sales Trend", chartData: [
|
||||
{ value: 40 },
|
||||
{ value: 65 },
|
||||
{ value: 55 },
|
||||
{ value: 80 },
|
||||
{ value: 70 },
|
||||
],
|
||||
listTitle: "Recent Transactions",
|
||||
listItems: [
|
||||
listTitle: "Recent Transactions", listItems: [
|
||||
{ icon: "ShoppingCart", title: "Order #1234", status: "Delivered" },
|
||||
{ icon: "Package", title: "Order #1235", status: "Shipped" },
|
||||
{ icon: "CheckCircle", title: "Order #1236", status: "Confirmed" },
|
||||
@@ -160,6 +144,7 @@ export default function HomePage() {
|
||||
{ icon: Package, label: "Products Available", value: "150K+" },
|
||||
{ icon: TrendingUp, label: "Monthly Growth", value: "35%" },
|
||||
]}
|
||||
metricsAnimation="none"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -176,47 +161,17 @@ export default function HomePage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
features={[
|
||||
{
|
||||
id: "01",
|
||||
title: "Advanced Search & Discovery",
|
||||
description: "Find exactly what you're looking for with intelligent filters, categories, and personalized recommendations",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfBvzLipXWZDam6ggyuaVWEFRP/a-detailed-product-search-interface-show-1772974547310-ed15e040.png?_wi=1",
|
||||
imageAlt: "Smart product search interface",
|
||||
},
|
||||
id: "01", title: "Advanced Search & Discovery", description: "Find exactly what you're looking for with intelligent filters, categories, and personalized recommendations", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfBvzLipXWZDam6ggyuaVWEFRP/a-detailed-product-search-interface-show-1772974547310-ed15e040.png", imageAlt: "Smart product search interface"},
|
||||
{
|
||||
id: "02",
|
||||
title: "Seller Management Hub",
|
||||
description: "Complete dashboard for inventory management, order tracking, analytics, and revenue insights",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfBvzLipXWZDam6ggyuaVWEFRP/a-seller-dashboard-showing-product-inven-1772974548976-6f45f9da.png?_wi=1",
|
||||
imageAlt: "Seller dashboard analytics",
|
||||
},
|
||||
id: "02", title: "Seller Management Hub", description: "Complete dashboard for inventory management, order tracking, analytics, and revenue insights", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfBvzLipXWZDam6ggyuaVWEFRP/a-seller-dashboard-showing-product-inven-1772974548976-6f45f9da.png", imageAlt: "Seller dashboard analytics"},
|
||||
{
|
||||
id: "03",
|
||||
title: "Secure Payments & Checkout",
|
||||
description: "Multiple payment methods including cards, local wallets, and cash on delivery with buyer protection",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfBvzLipXWZDam6ggyuaVWEFRP/a-payment-checkout-interface-showing-mul-1772974545827-a610aa1c.png?_wi=1",
|
||||
imageAlt: "Secure payment interface",
|
||||
},
|
||||
id: "03", title: "Secure Payments & Checkout", description: "Multiple payment methods including cards, local wallets, and cash on delivery with buyer protection", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfBvzLipXWZDam6ggyuaVWEFRP/a-payment-checkout-interface-showing-mul-1772974545827-a610aa1c.png", imageAlt: "Secure payment interface"},
|
||||
{
|
||||
id: "04",
|
||||
title: "Real-Time Order Tracking",
|
||||
description: "Track orders from confirmation to delivery with real-time updates and courier information",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfBvzLipXWZDam6ggyuaVWEFRP/an-order-tracking-interface-showing-real-1772974545297-60526892.png?_wi=1",
|
||||
imageAlt: "Order tracking system",
|
||||
},
|
||||
id: "04", title: "Real-Time Order Tracking", description: "Track orders from confirmation to delivery with real-time updates and courier information", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfBvzLipXWZDam6ggyuaVWEFRP/an-order-tracking-interface-showing-real-1772974545297-60526892.png", imageAlt: "Order tracking system"},
|
||||
{
|
||||
id: "05",
|
||||
title: "Buyer & Seller Ratings",
|
||||
description: "Transparent feedback system with verified reviews building trust across the community",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfBvzLipXWZDam6ggyuaVWEFRP/a-payment-checkout-interface-showing-mul-1772974545827-a610aa1c.png?_wi=2",
|
||||
imageAlt: "Rating and review system",
|
||||
},
|
||||
id: "05", title: "Buyer & Seller Ratings", description: "Transparent feedback system with verified reviews building trust across the community", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfBvzLipXWZDam6ggyuaVWEFRP/a-payment-checkout-interface-showing-mul-1772974545827-a610aa1c.png", imageAlt: "Rating and review system"},
|
||||
{
|
||||
id: "06",
|
||||
title: "Multi-Language Support",
|
||||
description: "Full platform support for Tajik, Russian, and English ensuring accessibility for all users",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfBvzLipXWZDam6ggyuaVWEFRP/a-detailed-product-search-interface-show-1772974547310-ed15e040.png?_wi=2",
|
||||
imageAlt: "Multi-language interface",
|
||||
},
|
||||
id: "06", title: "Multi-Language Support", description: "Full platform support for Tajik, Russian, and English ensuring accessibility for all users", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfBvzLipXWZDam6ggyuaVWEFRP/a-detailed-product-search-interface-show-1772974547310-ed15e040.png", imageAlt: "Multi-language interface"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -233,31 +188,13 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Premium Smartphone",
|
||||
price: "2,499 TJS",
|
||||
variant: "Black 2 Colors",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfBvzLipXWZDam6ggyuaVWEFRP/a-high-quality-product-photo-of-electron-1772974544867-3f442579.png?_wi=1",
|
||||
imageAlt: "Premium smartphone",
|
||||
isFavorited: false,
|
||||
id: "1", name: "Premium Smartphone", price: "2,499 TJS", variant: "Black 2 Colors", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfBvzLipXWZDam6ggyuaVWEFRP/a-high-quality-product-photo-of-electron-1772974544867-3f442579.png", imageAlt: "Premium smartphone", isFavorited: false,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Business Laptop",
|
||||
price: "4,999 TJS",
|
||||
variant: "Silver 1 Color",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfBvzLipXWZDam6ggyuaVWEFRP/a-high-quality-product-photo-of-electron-1772974544867-3f442579.png?_wi=2",
|
||||
imageAlt: "Business laptop",
|
||||
isFavorited: false,
|
||||
id: "2", name: "Business Laptop", price: "4,999 TJS", variant: "Silver 1 Color", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfBvzLipXWZDam6ggyuaVWEFRP/a-high-quality-product-photo-of-electron-1772974544867-3f442579.png", imageAlt: "Business laptop", isFavorited: false,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Designer Jacket",
|
||||
price: "899 TJS",
|
||||
variant: "Navy 3 Colors",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfBvzLipXWZDam6ggyuaVWEFRP/a-lifestyle-product-photo-showing-qualit-1772974545127-cd2a5761.png?_wi=1",
|
||||
imageAlt: "Designer jacket",
|
||||
isFavorited: false,
|
||||
id: "3", name: "Designer Jacket", price: "899 TJS", variant: "Navy 3 Colors", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfBvzLipXWZDam6ggyuaVWEFRP/a-lifestyle-product-photo-showing-qualit-1772974545127-cd2a5761.png", imageAlt: "Designer jacket", isFavorited: false,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -274,54 +211,29 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "1",
|
||||
price: "Free",
|
||||
name: "Starter",
|
||||
buttons: [
|
||||
id: "1", price: "Free", name: "Starter", buttons: [
|
||||
{ text: "Get Started", href: "/signup" },
|
||||
{ text: "Learn More", href: "#" },
|
||||
],
|
||||
features: [
|
||||
"Up to 50 products",
|
||||
"Basic analytics",
|
||||
"Standard support",
|
||||
"10% transaction fee",
|
||||
],
|
||||
"Up to 50 products", "Basic analytics", "Standard support", "10% transaction fee"],
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
badge: "Most Popular",
|
||||
badgeIcon: Sparkles,
|
||||
price: "99 TJS",
|
||||
name: "Professional",
|
||||
buttons: [
|
||||
id: "2", badge: "Most Popular", badgeIcon: Sparkles,
|
||||
price: "99 TJS", name: "Professional", buttons: [
|
||||
{ text: "Get Started", href: "/signup" },
|
||||
{ text: "Chat Sales", href: "#" },
|
||||
],
|
||||
features: [
|
||||
"Unlimited products",
|
||||
"Advanced analytics",
|
||||
"Priority support",
|
||||
"5% transaction fee",
|
||||
"Promotional tools",
|
||||
],
|
||||
"Unlimited products", "Advanced analytics", "Priority support", "5% transaction fee", "Promotional tools"],
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
price: "299 TJS",
|
||||
name: "Enterprise",
|
||||
buttons: [
|
||||
id: "3", price: "299 TJS", name: "Enterprise", buttons: [
|
||||
{ text: "Contact Sales", href: "/contact" },
|
||||
{ text: "Schedule Demo", href: "/contact" },
|
||||
],
|
||||
features: [
|
||||
"Everything in Professional",
|
||||
"Custom analytics dashboards",
|
||||
"Dedicated account manager",
|
||||
"2% transaction fee",
|
||||
"API access",
|
||||
"White-label options",
|
||||
],
|
||||
"Everything in Professional", "Custom analytics dashboards", "Dedicated account manager", "2% transaction fee", "API access", "White-label options"],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -338,41 +250,17 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Fatima Saidova",
|
||||
role: "Fashion Seller",
|
||||
company: "Dushanbe Boutique",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfBvzLipXWZDam6ggyuaVWEFRP/a-professional-headshot-photo-of-a-woman-1772974544460-59be7fc4.png?_wi=1",
|
||||
imageAlt: "Fatima Saidova",
|
||||
},
|
||||
id: "1", name: "Fatima Saidova", role: "Fashion Seller", company: "Dushanbe Boutique", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfBvzLipXWZDam6ggyuaVWEFRP/a-professional-headshot-photo-of-a-woman-1772974544460-59be7fc4.png", imageAlt: "Fatima Saidova"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Rustam Karimov",
|
||||
role: "Electronics Vendor",
|
||||
company: "Tech Hub Tajikistan",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfBvzLipXWZDam6ggyuaVWEFRP/a-professional-headshot-photo-of-a-man-i-1772974544950-907bdea5.png?_wi=1",
|
||||
imageAlt: "Rustam Karimov",
|
||||
},
|
||||
id: "2", name: "Rustam Karimov", role: "Electronics Vendor", company: "Tech Hub Tajikistan", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfBvzLipXWZDam6ggyuaVWEFRP/a-professional-headshot-photo-of-a-man-i-1772974544950-907bdea5.png", imageAlt: "Rustam Karimov"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Zarina Mirzoeva",
|
||||
role: "Daily Buyer",
|
||||
company: "Khujand Resident",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfBvzLipXWZDam6ggyuaVWEFRP/a-professional-headshot-photo-of-a-woman-1772974544761-785ee70a.png?_wi=1",
|
||||
imageAlt: "Zarina Mirzoeva",
|
||||
},
|
||||
id: "3", name: "Zarina Mirzoeva", role: "Daily Buyer", company: "Khujand Resident", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfBvzLipXWZDam6ggyuaVWEFRP/a-professional-headshot-photo-of-a-woman-1772974544761-785ee70a.png", imageAlt: "Zarina Mirzoeva"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Akmal Sharifov",
|
||||
role: "Premium Seller",
|
||||
company: "Kulob Trading Co.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfBvzLipXWZDam6ggyuaVWEFRP/a-professional-headshot-photo-of-a-man-i-1772974544711-3a9132ff.png?_wi=1",
|
||||
imageAlt: "Akmal Sharifov",
|
||||
},
|
||||
id: "4", name: "Akmal Sharifov", role: "Premium Seller", company: "Kulob Trading Co.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfBvzLipXWZDam6ggyuaVWEFRP/a-professional-headshot-photo-of-a-man-i-1772974544711-3a9132ff.png", imageAlt: "Akmal Sharifov"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{ value: "98%", label: "Satisfaction Rate" },
|
||||
@@ -397,7 +285,7 @@ export default function HomePage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfBvzLipXWZDam6ggyuaVWEFRP/an-illustration-representing-digital-mar-1772974545983-08d3526b.png?_wi=1"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfBvzLipXWZDam6ggyuaVWEFRP/an-illustration-representing-digital-mar-1772974545983-08d3526b.png"
|
||||
imageAlt="Agora Marketplace Community"
|
||||
logoText="Agora Marketplace"
|
||||
copyrightText="© 2025 Agora. All rights reserved."
|
||||
|
||||
Reference in New Issue
Block a user