Merge version_1 into main #2

Merged
bender merged 2 commits from version_1 into main 2026-03-05 05:07:59 +00:00
2 changed files with 27 additions and 121 deletions

View File

@@ -32,9 +32,7 @@ export default function ContactPage() {
{ name: "Pricing", id: "pricing" },
]}
button={{
text: "Start Selling",
href: "https://example.com/seller-signup",
}}
text: "Start Selling", href: "https://example.com/seller-signup"}}
animateOnLoad={true}
/>
</div>
@@ -46,7 +44,7 @@ export default function ContactPage() {
tagAnimation="slide-up"
title="Stay Updated on Marketplace Trends"
description="Get weekly insights, seller tips, and exclusive offers delivered to your inbox."
background={{ variant: "circleGradient" }}
background={{ variant: "glowing-orb" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/workdesk-with-envelopes-laptop_1134-195.jpg"
imageAlt="Newsletter subscription illustration"
@@ -75,14 +73,13 @@ export default function ContactPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/global-network-connection-internet-worldwide_53876-127920.jpg?_wi=4"
imageSrc="http://img.b2bpic.net/free-photo/global-network-connection-internet-worldwide_53876-127920.jpg"
imageAlt="MarketHub marketplace community"
logoText="MarketHub"
copyrightText="© 2025 MarketHub. All rights reserved."
columns={[
{
title: "Selling",
items: [
title: "Selling", items: [
{ label: "Start Selling", href: "https://example.com/seller-signup" },
{ label: "Pricing", href: "/pricing" },
{ label: "Seller Guide", href: "#" },
@@ -90,8 +87,7 @@ export default function ContactPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/sellers" },
{ label: "Blog", href: "#" },
{ label: "Careers", href: "#" },
@@ -99,8 +95,7 @@ export default function ContactPage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Seller Agreement", href: "#" },

View File

@@ -38,9 +38,7 @@ export default function HomePage() {
{ name: "Pricing", id: "pricing" },
]}
button={{
text: "Start Selling",
href: "https://example.com/seller-signup",
}}
text: "Start Selling", href: "https://example.com/seller-signup"}}
animateOnLoad={true}
/>
</div>
@@ -52,7 +50,7 @@ export default function HomePage() {
tag="Multi-Vendor Marketplace"
tagIcon={Zap}
tagAnimation="slide-up"
background={{ variant: "circleGradient" }}
background={{ variant: "glowing-orb" }}
imageSrc="http://img.b2bpic.net/free-photo/office-worker-setting-project-reminders_482257-119416.jpg"
imageAlt="E-commerce marketplace dashboard"
imagePosition="right"
@@ -78,47 +76,17 @@ export default function HomePage() {
gridVariant="three-columns-all-equal-width"
products={[
{
id: "1",
name: "Premium Wireless Headphones",
price: "$89.99",
imageSrc: "http://img.b2bpic.net/free-photo/modern-apartment-with-luxury-vibe-featuring-spacious-living-room_482257-120668.jpg?_wi=1",
imageAlt: "Premium wireless headphones",
},
id: "1", name: "Premium Wireless Headphones", price: "$89.99", imageSrc: "http://img.b2bpic.net/free-photo/modern-apartment-with-luxury-vibe-featuring-spacious-living-room_482257-120668.jpg", imageAlt: "Premium wireless headphones"},
{
id: "2",
name: "Ultra-Fast USB-C Cable",
price: "$24.99",
imageSrc: "http://img.b2bpic.net/free-photo/bunch-plugs-different-types-charging-connectors-white-diverse-plugs-hand-close-up_169016-15481.jpg",
imageAlt: "USB-C charging cable",
},
id: "2", name: "Ultra-Fast USB-C Cable", price: "$24.99", imageSrc: "http://img.b2bpic.net/free-photo/bunch-plugs-different-types-charging-connectors-white-diverse-plugs-hand-close-up_169016-15481.jpg", imageAlt: "USB-C charging cable"},
{
id: "3",
name: "Smart Watch Pro",
price: "$199.99",
imageSrc: "http://img.b2bpic.net/free-photo/fitness-tracker-sport-bracelet-smartwatch-technology_53876-102355.jpg",
imageAlt: "Smart watch with fitness tracking",
},
id: "3", name: "Smart Watch Pro", price: "$199.99", imageSrc: "http://img.b2bpic.net/free-photo/fitness-tracker-sport-bracelet-smartwatch-technology_53876-102355.jpg", imageAlt: "Smart watch with fitness tracking"},
{
id: "4",
name: "Portable Phone Charger",
price: "$34.99",
imageSrc: "http://img.b2bpic.net/free-photo/powerbank-cellphone-wooden-table_93675-128974.jpg",
imageAlt: "20000mAh portable charger",
},
id: "4", name: "Portable Phone Charger", price: "$34.99", imageSrc: "http://img.b2bpic.net/free-photo/powerbank-cellphone-wooden-table_93675-128974.jpg", imageAlt: "20000mAh portable charger"},
{
id: "5",
name: "Mechanical Keyboard",
price: "$129.99",
imageSrc: "http://img.b2bpic.net/free-photo/computer-keyboard-with-colorful-led-lights_250224-283.jpg",
imageAlt: "RGB mechanical gaming keyboard",
},
id: "5", name: "Mechanical Keyboard", price: "$129.99", imageSrc: "http://img.b2bpic.net/free-photo/computer-keyboard-with-colorful-led-lights_250224-283.jpg", imageAlt: "RGB mechanical gaming keyboard"},
{
id: "6",
name: "4K Webcam",
price: "$79.99",
imageSrc: "http://img.b2bpic.net/free-photo/wireless-home-security-surveillance-camera_53876-96819.jpg",
imageAlt: "4K HD webcam for streaming",
},
id: "6", name: "4K Webcam", price: "$79.99", imageSrc: "http://img.b2bpic.net/free-photo/wireless-home-security-surveillance-camera_53876-96819.jpg", imageAlt: "4K HD webcam for streaming"},
]}
buttons={[{ text: "View All Products", href: "#" }]}
/>
@@ -133,29 +101,11 @@ export default function HomePage() {
useInvertedBackground={true}
features={[
{
id: "1",
title: "Inventory Management",
description: "Real-time inventory tracking across multiple sales channels with automated stock updates.",
tag: "Seller Feature",
imageSrc: "http://img.b2bpic.net/free-photo/empty-professional-warehouse-space-used-shipping-cargo-goods-from-online-shopping-local-small_482257-136203.jpg?_wi=1",
imageAlt: "Inventory management dashboard",
},
id: "1", title: "Inventory Management", description: "Real-time inventory tracking across multiple sales channels with automated stock updates.", tag: "Seller Feature", imageSrc: "http://img.b2bpic.net/free-photo/empty-professional-warehouse-space-used-shipping-cargo-goods-from-online-shopping-local-small_482257-136203.jpg", imageAlt: "Inventory management dashboard"},
{
id: "2",
title: "Unified Payments",
description: "Accept all payment methods securely with instant settlements to your preferred account.",
tag: "Payments",
imageSrc: "http://img.b2bpic.net/free-photo/cropped-shot-male-hand-paying-contactless-his-order-coffee-shop-sitting-counter-with_1258-245294.jpg",
imageAlt: "Payment processing interface",
},
id: "2", title: "Unified Payments", description: "Accept all payment methods securely with instant settlements to your preferred account.", tag: "Payments", imageSrc: "http://img.b2bpic.net/free-photo/cropped-shot-male-hand-paying-contactless-his-order-coffee-shop-sitting-counter-with_1258-245294.jpg", imageAlt: "Payment processing interface"},
{
id: "3",
title: "Smart Analytics",
description: "Deep insights into customer behavior, sales trends, and performance metrics in real-time.",
tag: "Analytics",
imageSrc: "http://img.b2bpic.net/free-photo/modern-workspace-with-analytical-data-dashboards-displayed-devices_482257-126633.jpg?_wi=1",
imageAlt: "Analytics dashboard with charts",
},
id: "3", title: "Smart Analytics", description: "Deep insights into customer behavior, sales trends, and performance metrics in real-time.", tag: "Analytics", imageSrc: "http://img.b2bpic.net/free-photo/modern-workspace-with-analytical-data-dashboards-displayed-devices_482257-126633.jpg", imageAlt: "Analytics dashboard with charts"},
]}
/>
</div>
@@ -183,53 +133,17 @@ export default function HomePage() {
useInvertedBackground={true}
testimonials={[
{
id: "1",
name: "Sarah Johnson",
role: "Store Owner",
testimonial: "MarketHub transformed my small business into a scalable operation. The seller tools are intuitive and the support team is always responsive.",
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=1",
imageAlt: "Portrait of Sarah Johnson",
},
id: "1", name: "Sarah Johnson", role: "Store Owner", testimonial: "MarketHub transformed my small business into a scalable operation. The seller tools are intuitive and the support team is always responsive.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Portrait of Sarah Johnson"},
{
id: "2",
name: "Michael Chen",
role: "E-commerce Manager",
testimonial: "Our monthly revenue increased by 300% after migrating to MarketHub. The analytics help us optimize every aspect of our store.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1",
imageAlt: "Portrait of Michael Chen",
},
id: "2", name: "Michael Chen", role: "E-commerce Manager", testimonial: "Our monthly revenue increased by 300% after migrating to MarketHub. The analytics help us optimize every aspect of our store.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Portrait of Michael Chen"},
{
id: "3",
name: "Emily Rodriguez",
role: "Brand Manager",
testimonial: "The marketplace reach combined with our own seller tools gives us the best of both worlds. Highly recommended!",
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=2",
imageAlt: "Portrait of Emily Rodriguez",
},
id: "3", name: "Emily Rodriguez", role: "Brand Manager", testimonial: "The marketplace reach combined with our own seller tools gives us the best of both worlds. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Portrait of Emily Rodriguez"},
{
id: "4",
name: "David Kim",
role: "Logistics Director",
testimonial: "Shipping integration and carrier partnerships save us hundreds of hours each month. This is the future of e-commerce.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2",
imageAlt: "Portrait of David Kim",
},
id: "4", name: "David Kim", role: "Logistics Director", testimonial: "Shipping integration and carrier partnerships save us hundreds of hours each month. This is the future of e-commerce.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Portrait of David Kim"},
{
id: "5",
name: "Lisa Thompson",
role: "Product Director",
testimonial: "MarketHub's API ecosystem allows us to build custom solutions. The platform grows with your ambitions.",
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=3",
imageAlt: "Portrait of Lisa Thompson",
},
id: "5", name: "Lisa Thompson", role: "Product Director", testimonial: "MarketHub's API ecosystem allows us to build custom solutions. The platform grows with your ambitions.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Portrait of Lisa Thompson"},
{
id: "6",
name: "James Wilson",
role: "Founder",
testimonial: "From Day 1 to $1M in revenue in 18 months. MarketHub gave us the foundation and tools to scale confidently.",
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg?_wi=1",
imageAlt: "Portrait of James Wilson",
},
id: "6", name: "James Wilson", role: "Founder", testimonial: "From Day 1 to $1M in revenue in 18 months. MarketHub gave us the foundation and tools to scale confidently.", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg", imageAlt: "Portrait of James Wilson"},
]}
/>
</div>
@@ -250,14 +164,13 @@ export default function HomePage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/global-network-connection-internet-worldwide_53876-127920.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/global-network-connection-internet-worldwide_53876-127920.jpg"
imageAlt="MarketHub marketplace community"
logoText="MarketHub"
copyrightText="© 2025 MarketHub. All rights reserved."
columns={[
{
title: "Selling",
items: [
title: "Selling", items: [
{ label: "Start Selling", href: "https://example.com/seller-signup" },
{ label: "Pricing", href: "/pricing" },
{ label: "Seller Guide", href: "#" },
@@ -265,8 +178,7 @@ export default function HomePage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/sellers" },
{ label: "Blog", href: "#" },
{ label: "Careers", href: "#" },
@@ -274,8 +186,7 @@ export default function HomePage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Seller Agreement", href: "#" },