Merge version_1 into main #2
@@ -19,8 +19,7 @@ export default function AdminPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Shop",
|
||||
items: [
|
||||
title: "Shop", items: [
|
||||
{ label: "All Products", href: "/products" },
|
||||
{ label: "Categories", href: "/products" },
|
||||
{ label: "Best Sellers", href: "/products" },
|
||||
@@ -28,8 +27,7 @@ export default function AdminPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "#about" },
|
||||
{ label: "Careers", href: "#" },
|
||||
{ label: "Blog", href: "#" },
|
||||
@@ -37,8 +35,7 @@ export default function AdminPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{ label: "Help Center", href: "#faq" },
|
||||
{ label: "Contact Us", href: "#contact" },
|
||||
{ label: "Shipping Info", href: "#" },
|
||||
@@ -46,8 +43,7 @@ export default function AdminPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Seller",
|
||||
items: [
|
||||
title: "Seller", items: [
|
||||
{ label: "Seller Portal", href: "/admin" },
|
||||
{ label: "Pricing", href: "/pricing" },
|
||||
{ label: "Seller Guide", href: "#" },
|
||||
@@ -55,8 +51,7 @@ export default function AdminPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Cookie Policy", href: "#" },
|
||||
@@ -72,7 +67,7 @@ export default function AdminPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="mediumSmall"
|
||||
sizing="largeSizeMediumTitles"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-mesh"
|
||||
primaryButtonStyle="flat"
|
||||
secondaryButtonStyle="glass"
|
||||
@@ -83,8 +78,7 @@ export default function AdminPage() {
|
||||
brandName="ShopHub"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Get Started",
|
||||
href: "/admin"
|
||||
text: "Get Started", href: "/admin"
|
||||
}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
@@ -94,66 +88,30 @@ export default function AdminPage() {
|
||||
<PricingCardFive
|
||||
plans={[
|
||||
{
|
||||
id: "starter",
|
||||
tag: "Starter Plan",
|
||||
tagIcon: Rocket,
|
||||
price: "$29",
|
||||
period: "/month",
|
||||
description: "Perfect for new sellers looking to start their online business journey.",
|
||||
button: {
|
||||
text: "Get Started",
|
||||
href: "#contact"
|
||||
id: "starter", tag: "Starter Plan", tagIcon: Rocket,
|
||||
price: "$29", period: "/month", description: "Perfect for new sellers looking to start their online business journey.", button: {
|
||||
text: "Get Started", href: "#contact"
|
||||
},
|
||||
featuresTitle: "Included Features:",
|
||||
features: [
|
||||
"Up to 100 product listings",
|
||||
"Basic analytics dashboard",
|
||||
"Standard support",
|
||||
"Secure payment processing",
|
||||
"Mobile responsive store"
|
||||
featuresTitle: "Included Features:", features: [
|
||||
"Up to 100 product listings", "Basic analytics dashboard", "Standard support", "Secure payment processing", "Mobile responsive store"
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "professional",
|
||||
tag: "Professional Plan",
|
||||
tagIcon: Star,
|
||||
price: "$79",
|
||||
period: "/month",
|
||||
description: "For growing businesses wanting advanced features and priority support.",
|
||||
button: {
|
||||
text: "Upgrade Now",
|
||||
href: "#contact"
|
||||
id: "professional", tag: "Professional Plan", tagIcon: Star,
|
||||
price: "$79", period: "/month", description: "For growing businesses wanting advanced features and priority support.", button: {
|
||||
text: "Upgrade Now", href: "#contact"
|
||||
},
|
||||
featuresTitle: "Included Features:",
|
||||
features: [
|
||||
"Unlimited product listings",
|
||||
"Advanced analytics & reports",
|
||||
"Priority customer support",
|
||||
"Multiple payment gateways",
|
||||
"Inventory management system",
|
||||
"Marketing tools & automations"
|
||||
featuresTitle: "Included Features:", features: [
|
||||
"Unlimited product listings", "Advanced analytics & reports", "Priority customer support", "Multiple payment gateways", "Inventory management system", "Marketing tools & automations"
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "enterprise",
|
||||
tag: "Enterprise Plan",
|
||||
tagIcon: Crown,
|
||||
price: "Custom",
|
||||
period: "/month",
|
||||
description: "For large-scale operations requiring customization and dedicated support.",
|
||||
button: {
|
||||
text: "Contact Sales",
|
||||
href: "#contact"
|
||||
id: "enterprise", tag: "Enterprise Plan", tagIcon: Crown,
|
||||
price: "Custom", period: "/month", description: "For large-scale operations requiring customization and dedicated support.", button: {
|
||||
text: "Contact Sales", href: "#contact"
|
||||
},
|
||||
featuresTitle: "Included Features:",
|
||||
features: [
|
||||
"Unlimited everything",
|
||||
"Custom integrations",
|
||||
"Dedicated account manager",
|
||||
"24/7 premium support",
|
||||
"API access",
|
||||
"White-label options",
|
||||
"Advanced security features"
|
||||
featuresTitle: "Included Features:", features: [
|
||||
"Unlimited everything", "Custom integrations", "Dedicated account manager", "24/7 premium support", "API access", "White-label options", "Advanced security features"
|
||||
]
|
||||
}
|
||||
]}
|
||||
@@ -172,34 +130,22 @@ export default function AdminPage() {
|
||||
<FaqBase
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What is your return policy?",
|
||||
content: "We offer a 30-day money-back guarantee on all purchases. If you're not satisfied with your order, you can return it within 30 days for a full refund or exchange. Simply contact our customer service team to initiate the return process."
|
||||
id: "1", title: "What is your return policy?", content: "We offer a 30-day money-back guarantee on all purchases. If you're not satisfied with your order, you can return it within 30 days for a full refund or exchange. Simply contact our customer service team to initiate the return process."
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "How long does shipping take?",
|
||||
content: "Standard shipping typically takes 5-7 business days. Express shipping is available for 2-3 business day delivery. Shipping times may vary depending on your location and product availability. You'll receive a tracking number with real-time updates."
|
||||
id: "2", title: "How long does shipping take?", content: "Standard shipping typically takes 5-7 business days. Express shipping is available for 2-3 business day delivery. Shipping times may vary depending on your location and product availability. You'll receive a tracking number with real-time updates."
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Are your products authentic?",
|
||||
content: "Yes, all products on ShopHub are 100% authentic. We work exclusively with authorized retailers and manufacturers. Each product goes through our quality verification process before listing."
|
||||
id: "3", title: "Are your products authentic?", content: "Yes, all products on ShopHub are 100% authentic. We work exclusively with authorized retailers and manufacturers. Each product goes through our quality verification process before listing."
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "What payment methods do you accept?",
|
||||
content: "We accept all major credit cards (Visa, Mastercard, American Express), PayPal, Apple Pay, Google Pay, and bank transfers. All payments are encrypted and secure."
|
||||
id: "4", title: "What payment methods do you accept?", content: "We accept all major credit cards (Visa, Mastercard, American Express), PayPal, Apple Pay, Google Pay, and bank transfers. All payments are encrypted and secure."
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
title: "How do I track my order?",
|
||||
content: "Once your order ships, you'll receive an email with a tracking number. You can use this number to track your package in real-time on our website or directly with the shipping carrier."
|
||||
id: "5", title: "How do I track my order?", content: "Once your order ships, you'll receive an email with a tracking number. You can use this number to track your package in real-time on our website or directly with the shipping carrier."
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
title: "Do you offer bulk discounts?",
|
||||
content: "Yes, we offer volume discounts for bulk orders. Please contact our sales team for custom pricing on orders of 10 or more items. We also have a wholesale program for business customers."
|
||||
id: "6", title: "Do you offer bulk discounts?", content: "Yes, we offer volume discounts for bulk orders. Please contact our sales team for custom pricing on orders of 10 or more items. We also have a wholesale program for business customers."
|
||||
}
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
@@ -223,17 +169,15 @@ export default function AdminPage() {
|
||||
description="Connect with our team to discuss your business needs, get support, or learn about becoming a seller on ShopHub. We're here to help you succeed."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Support",
|
||||
href: "#"
|
||||
text: "Contact Support", href: "#"
|
||||
},
|
||||
{
|
||||
text: "Become a Seller",
|
||||
href: "/admin"
|
||||
text: "Become a Seller", href: "/admin"
|
||||
}
|
||||
]}
|
||||
buttonAnimation="blur-reveal"
|
||||
background={{
|
||||
variant: "aurora"
|
||||
variant: "plain"
|
||||
}}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
|
||||
273
src/app/page.tsx
273
src/app/page.tsx
@@ -26,7 +26,7 @@ export default function HomePage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="mediumSmall"
|
||||
sizing="largeSizeMediumTitles"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-mesh"
|
||||
primaryButtonStyle="flat"
|
||||
secondaryButtonStyle="glass"
|
||||
@@ -38,9 +38,7 @@ export default function HomePage() {
|
||||
brandName="ShopHub"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Get Started",
|
||||
href: "/admin",
|
||||
}}
|
||||
text: "Get Started", href: "/admin"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -53,52 +51,32 @@ export default function HomePage() {
|
||||
tag="Welcome to ShopHub"
|
||||
tagIcon={ShoppingBag}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "glowing-orb" }}
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chinese-new-year-2021-minimalist-room_23-2148763956.jpg?_wi=1",
|
||||
imageAlt: "Premium product display",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chinese-new-year-2021-minimalist-room_23-2148763956.jpg", imageAlt: "Premium product display"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-looking-old-books_23-2148171374.jpg?_wi=1",
|
||||
imageAlt: "Exclusive collection item",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-looking-old-books_23-2148171374.jpg", imageAlt: "Exclusive collection item"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/electronic-devices-listen-music-cup-coffee_1150-6689.jpg?_wi=1",
|
||||
imageAlt: "Electronics category",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/electronic-devices-listen-music-cup-coffee_1150-6689.jpg", imageAlt: "Electronics category"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spring-wardrobe-switch-view_23-2150264147.jpg?_wi=1",
|
||||
imageAlt: "Fashion items",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spring-wardrobe-switch-view_23-2150264147.jpg", imageAlt: "Fashion items"},
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ecofriendly-beauty-product_23-2150669121.jpg?_wi=1",
|
||||
imageAlt: "Featured product",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ecofriendly-beauty-product_23-2150669121.jpg", imageAlt: "Featured product"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/repairing-tools_1417-1804.jpg?_wi=1",
|
||||
imageAlt: "Home decor collection",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/repairing-tools_1417-1804.jpg", imageAlt: "Home decor collection"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-design-shopping-landing-page-template_23-2149325242.jpg",
|
||||
imageAlt: "Shopping experience",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-design-shopping-landing-page-template_23-2149325242.jpg", imageAlt: "Shopping experience"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chinese-new-year-2021-minimalist-room_23-2148763956.jpg?_wi=2",
|
||||
imageAlt: "Quality products",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chinese-new-year-2021-minimalist-room_23-2148763956.jpg", imageAlt: "Quality products"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Start Shopping",
|
||||
href: "/products",
|
||||
},
|
||||
text: "Start Shopping", href: "/products"},
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#features",
|
||||
},
|
||||
text: "Learn More", href: "#features"},
|
||||
]}
|
||||
buttonAnimation="blur-reveal"
|
||||
carouselPosition="right"
|
||||
@@ -110,32 +88,14 @@ export default function HomePage() {
|
||||
<FeatureCardTwentyFour
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Curated Selection",
|
||||
author: "Quality Team",
|
||||
description: "Every product is carefully selected and verified for quality. We partner with trusted brands and sellers to bring you only the best items.",
|
||||
tags: ["Quality", "Verified", "Trusted"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chinese-new-year-2021-minimalist-room_23-2148763956.jpg?_wi=3",
|
||||
imageAlt: "Curated products",
|
||||
},
|
||||
id: "1", title: "Curated Selection", author: "Quality Team", description: "Every product is carefully selected and verified for quality. We partner with trusted brands and sellers to bring you only the best items.", tags: ["Quality", "Verified", "Trusted"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chinese-new-year-2021-minimalist-room_23-2148763956.jpg", imageAlt: "Curated products"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Fast & Reliable Shipping",
|
||||
author: "Logistics Team",
|
||||
description: "Get your orders delivered quickly with real-time tracking. We work with leading carriers to ensure safe and timely delivery to your doorstep.",
|
||||
tags: ["Fast", "Tracking", "Safe"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-looking-old-books_23-2148171374.jpg?_wi=2",
|
||||
imageAlt: "Shipping service",
|
||||
},
|
||||
id: "2", title: "Fast & Reliable Shipping", author: "Logistics Team", description: "Get your orders delivered quickly with real-time tracking. We work with leading carriers to ensure safe and timely delivery to your doorstep.", tags: ["Fast", "Tracking", "Safe"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-looking-old-books_23-2148171374.jpg", imageAlt: "Shipping service"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Secure Checkout",
|
||||
author: "Security Team",
|
||||
description: "Shop with confidence using our encrypted payment system. Your personal and financial information is protected with industry-leading security.",
|
||||
tags: ["Secure", "Encrypted", "Protected"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ecofriendly-beauty-product_23-2150669121.jpg?_wi=2",
|
||||
imageAlt: "Secure payments",
|
||||
},
|
||||
id: "3", title: "Secure Checkout", author: "Security Team", description: "Shop with confidence using our encrypted payment system. Your personal and financial information is protected with industry-leading security.", tags: ["Secure", "Encrypted", "Protected"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ecofriendly-beauty-product_23-2150669121.jpg", imageAlt: "Secure payments"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
title="Why Choose ShopHub?"
|
||||
@@ -153,52 +113,22 @@ export default function HomePage() {
|
||||
<ProductCardThree
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Premium Wireless Headphones",
|
||||
price: "$199.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chinese-new-year-2021-minimalist-room_23-2148763956.jpg?_wi=4",
|
||||
imageAlt: "Wireless headphones",
|
||||
initialQuantity: 1,
|
||||
id: "1", name: "Premium Wireless Headphones", price: "$199.99", imageSrc: "http://img.b2bpic.net/free-photo/chinese-new-year-2021-minimalist-room_23-2148763956.jpg", imageAlt: "Wireless headphones", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Luxury Leather Crossbody Bag",
|
||||
price: "$149.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-looking-old-books_23-2148171374.jpg?_wi=3",
|
||||
imageAlt: "Leather bag",
|
||||
initialQuantity: 1,
|
||||
id: "2", name: "Luxury Leather Crossbody Bag", price: "$149.99", imageSrc: "http://img.b2bpic.net/free-photo/girl-looking-old-books_23-2148171374.jpg", imageAlt: "Leather bag", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Designer Sunglasses Collection",
|
||||
price: "$179.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ecofriendly-beauty-product_23-2150669121.jpg?_wi=3",
|
||||
imageAlt: "Designer sunglasses",
|
||||
initialQuantity: 1,
|
||||
id: "3", name: "Designer Sunglasses Collection", price: "$179.99", imageSrc: "http://img.b2bpic.net/free-photo/ecofriendly-beauty-product_23-2150669121.jpg", imageAlt: "Designer sunglasses", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Smart Watch Pro",
|
||||
price: "$299.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/electronic-devices-listen-music-cup-coffee_1150-6689.jpg?_wi=2",
|
||||
imageAlt: "Smart watch",
|
||||
initialQuantity: 1,
|
||||
id: "4", name: "Smart Watch Pro", price: "$299.99", imageSrc: "http://img.b2bpic.net/free-photo/electronic-devices-listen-music-cup-coffee_1150-6689.jpg", imageAlt: "Smart watch", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Cashmere Sweater",
|
||||
price: "$129.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spring-wardrobe-switch-view_23-2150264147.jpg?_wi=2",
|
||||
imageAlt: "Cashmere sweater",
|
||||
initialQuantity: 1,
|
||||
id: "5", name: "Cashmere Sweater", price: "$129.99", imageSrc: "http://img.b2bpic.net/free-photo/spring-wardrobe-switch-view_23-2150264147.jpg", imageAlt: "Cashmere sweater", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Minimalist Desk Lamp",
|
||||
price: "$89.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/repairing-tools_1417-1804.jpg?_wi=2",
|
||||
imageAlt: "Desk lamp",
|
||||
initialQuantity: 1,
|
||||
id: "6", name: "Minimalist Desk Lamp", price: "$89.99", imageSrc: "http://img.b2bpic.net/free-photo/repairing-tools_1417-1804.jpg", imageAlt: "Desk lamp", initialQuantity: 1,
|
||||
},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
@@ -218,53 +148,17 @@ export default function HomePage() {
|
||||
<TestimonialCardSix
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
handle: "@sarahj_lifestyle",
|
||||
testimonial: "ShopHub has completely transformed my shopping experience. The product quality is exceptional and the shipping is incredibly fast. I love the personalized recommendations!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-business-woman-portrait_23-2149280717.jpg?_wi=1",
|
||||
imageAlt: "Sarah Johnson",
|
||||
},
|
||||
id: "1", name: "Sarah Johnson", handle: "@sarahj_lifestyle", testimonial: "ShopHub has completely transformed my shopping experience. The product quality is exceptional and the shipping is incredibly fast. I love the personalized recommendations!", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-business-woman-portrait_23-2149280717.jpg", imageAlt: "Sarah Johnson"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
handle: "@mchen_designs",
|
||||
testimonial: "The best online store I've used. Excellent customer service, secure checkout, and the product variety is outstanding. Highly recommended!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-serious-businessman-white-shirt-looking-camera-standing-confident_1258-26762.jpg?_wi=1",
|
||||
imageAlt: "Michael Chen",
|
||||
},
|
||||
id: "2", name: "Michael Chen", handle: "@mchen_designs", testimonial: "The best online store I've used. Excellent customer service, secure checkout, and the product variety is outstanding. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-serious-businessman-white-shirt-looking-camera-standing-confident_1258-26762.jpg", imageAlt: "Michael Chen"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rodriguez",
|
||||
handle: "@emily_adventures",
|
||||
testimonial: "From browsing to delivery, everything is seamless. The website is user-friendly and the prices are competitive. I'm a loyal customer now!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-grey-haired-businessman-standing_74855-10324.jpg",
|
||||
imageAlt: "Emily Rodriguez",
|
||||
},
|
||||
id: "3", name: "Emily Rodriguez", handle: "@emily_adventures", testimonial: "From browsing to delivery, everything is seamless. The website is user-friendly and the prices are competitive. I'm a loyal customer now!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-grey-haired-businessman-standing_74855-10324.jpg", imageAlt: "Emily Rodriguez"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
handle: "@davidkim_tech",
|
||||
testimonial: "ShopHub is my go-to marketplace. Quality products, authentic brands, and reliable service. Customer service team is always helpful and responsive.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-working-business-with-computer_482257-20185.jpg",
|
||||
imageAlt: "David Kim",
|
||||
},
|
||||
id: "4", name: "David Kim", handle: "@davidkim_tech", testimonial: "ShopHub is my go-to marketplace. Quality products, authentic brands, and reliable service. Customer service team is always helpful and responsive.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-working-business-with-computer_482257-20185.jpg", imageAlt: "David Kim"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jessica Martinez",
|
||||
handle: "@jmartinez_style",
|
||||
testimonial: "I've ordered multiple times and every experience has been perfect. The curated collections are fantastic and the return policy is hassle-free.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-business-woman-portrait_23-2149280717.jpg?_wi=2",
|
||||
imageAlt: "Jessica Martinez",
|
||||
},
|
||||
id: "5", name: "Jessica Martinez", handle: "@jmartinez_style", testimonial: "I've ordered multiple times and every experience has been perfect. The curated collections are fantastic and the return policy is hassle-free.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-business-woman-portrait_23-2149280717.jpg", imageAlt: "Jessica Martinez"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Thomas Anderson",
|
||||
handle: "@tanderson_life",
|
||||
testimonial: "Best online shopping platform I've found. Great prices, authentic products, and they actually care about customer satisfaction. Keep up the great work!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-serious-businessman-white-shirt-looking-camera-standing-confident_1258-26762.jpg?_wi=2",
|
||||
imageAlt: "Thomas Anderson",
|
||||
},
|
||||
id: "6", name: "Thomas Anderson", handle: "@tanderson_life", testimonial: "Best online shopping platform I've found. Great prices, authentic products, and they actually care about customer satisfaction. Keep up the great work!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-serious-businessman-white-shirt-looking-camera-standing-confident_1258-26762.jpg", imageAlt: "Thomas Anderson"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
title="Customer Testimonials"
|
||||
@@ -288,16 +182,12 @@ export default function HomePage() {
|
||||
description="Connect with our team to discuss your business needs, get support, or learn about becoming a seller on ShopHub. We're here to help you succeed."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Support",
|
||||
href: "#",
|
||||
},
|
||||
text: "Contact Support", href: "#"},
|
||||
{
|
||||
text: "Become a Seller",
|
||||
href: "/admin",
|
||||
},
|
||||
text: "Become a Seller", href: "/admin"},
|
||||
]}
|
||||
buttonAnimation="blur-reveal"
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -308,108 +198,63 @@ export default function HomePage() {
|
||||
logoText="ShopHub"
|
||||
columns={[
|
||||
{
|
||||
title: "Shop",
|
||||
items: [
|
||||
title: "Shop", items: [
|
||||
{
|
||||
label: "All Products",
|
||||
href: "/products",
|
||||
},
|
||||
label: "All Products", href: "/products"},
|
||||
{
|
||||
label: "Categories",
|
||||
href: "/products",
|
||||
},
|
||||
label: "Categories", href: "/products"},
|
||||
{
|
||||
label: "Best Sellers",
|
||||
href: "/products",
|
||||
},
|
||||
label: "Best Sellers", href: "/products"},
|
||||
{
|
||||
label: "New Arrivals",
|
||||
href: "/products",
|
||||
},
|
||||
label: "New Arrivals", href: "/products"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#features",
|
||||
},
|
||||
label: "About Us", href: "#features"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
{
|
||||
label: "Blog",
|
||||
href: "#",
|
||||
},
|
||||
label: "Blog", href: "#"},
|
||||
{
|
||||
label: "Press",
|
||||
href: "#",
|
||||
},
|
||||
label: "Press", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Help Center",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "Help Center", href: "#faq"},
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact Us", href: "#contact"},
|
||||
{
|
||||
label: "Shipping Info",
|
||||
href: "#",
|
||||
},
|
||||
label: "Shipping Info", href: "#"},
|
||||
{
|
||||
label: "Track Order",
|
||||
href: "#",
|
||||
},
|
||||
label: "Track Order", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Seller",
|
||||
items: [
|
||||
title: "Seller", items: [
|
||||
{
|
||||
label: "Seller Portal",
|
||||
href: "/admin",
|
||||
},
|
||||
label: "Seller Portal", href: "/admin"},
|
||||
{
|
||||
label: "Pricing",
|
||||
href: "/pricing",
|
||||
},
|
||||
label: "Pricing", href: "/pricing"},
|
||||
{
|
||||
label: "Seller Guide",
|
||||
href: "#",
|
||||
},
|
||||
label: "Seller Guide", href: "#"},
|
||||
{
|
||||
label: "Partner Program",
|
||||
href: "#",
|
||||
},
|
||||
label: "Partner Program", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
{
|
||||
label: "Cookie Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Cookie Policy", href: "#"},
|
||||
{
|
||||
label: "Accessibility",
|
||||
href: "#",
|
||||
},
|
||||
label: "Accessibility", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -18,8 +18,7 @@ export default function PricingPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Shop",
|
||||
items: [
|
||||
title: "Shop", items: [
|
||||
{ label: "All Products", href: "/products" },
|
||||
{ label: "Categories", href: "/products" },
|
||||
{ label: "Best Sellers", href: "/products" },
|
||||
@@ -27,8 +26,7 @@ export default function PricingPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "#about" },
|
||||
{ label: "Careers", href: "#" },
|
||||
{ label: "Blog", href: "#" },
|
||||
@@ -36,8 +34,7 @@ export default function PricingPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{ label: "Help Center", href: "#faq" },
|
||||
{ label: "Contact Us", href: "#contact" },
|
||||
{ label: "Shipping Info", href: "#" },
|
||||
@@ -45,8 +42,7 @@ export default function PricingPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Seller",
|
||||
items: [
|
||||
title: "Seller", items: [
|
||||
{ label: "Seller Portal", href: "/admin" },
|
||||
{ label: "Pricing", href: "/pricing" },
|
||||
{ label: "Seller Guide", href: "#" },
|
||||
@@ -54,8 +50,7 @@ export default function PricingPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Cookie Policy", href: "#" },
|
||||
@@ -71,7 +66,7 @@ export default function PricingPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="mediumSmall"
|
||||
sizing="largeSizeMediumTitles"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-mesh"
|
||||
primaryButtonStyle="flat"
|
||||
secondaryButtonStyle="glass"
|
||||
@@ -82,8 +77,7 @@ export default function PricingPage() {
|
||||
brandName="ShopHub"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Get Started",
|
||||
href: "/admin"
|
||||
text: "Get Started", href: "/admin"
|
||||
}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
@@ -93,66 +87,30 @@ export default function PricingPage() {
|
||||
<PricingCardFive
|
||||
plans={[
|
||||
{
|
||||
id: "starter",
|
||||
tag: "Starter Plan",
|
||||
tagIcon: Rocket,
|
||||
price: "$29",
|
||||
period: "/month",
|
||||
description: "Perfect for new sellers looking to start their online business journey.",
|
||||
button: {
|
||||
text: "Get Started",
|
||||
href: "#contact"
|
||||
id: "starter", tag: "Starter Plan", tagIcon: Rocket,
|
||||
price: "$29", period: "/month", description: "Perfect for new sellers looking to start their online business journey.", button: {
|
||||
text: "Get Started", href: "#contact"
|
||||
},
|
||||
featuresTitle: "Included Features:",
|
||||
features: [
|
||||
"Up to 100 product listings",
|
||||
"Basic analytics dashboard",
|
||||
"Standard support",
|
||||
"Secure payment processing",
|
||||
"Mobile responsive store"
|
||||
featuresTitle: "Included Features:", features: [
|
||||
"Up to 100 product listings", "Basic analytics dashboard", "Standard support", "Secure payment processing", "Mobile responsive store"
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "professional",
|
||||
tag: "Professional Plan",
|
||||
tagIcon: Star,
|
||||
price: "$79",
|
||||
period: "/month",
|
||||
description: "For growing businesses wanting advanced features and priority support.",
|
||||
button: {
|
||||
text: "Upgrade Now",
|
||||
href: "#contact"
|
||||
id: "professional", tag: "Professional Plan", tagIcon: Star,
|
||||
price: "$79", period: "/month", description: "For growing businesses wanting advanced features and priority support.", button: {
|
||||
text: "Upgrade Now", href: "#contact"
|
||||
},
|
||||
featuresTitle: "Included Features:",
|
||||
features: [
|
||||
"Unlimited product listings",
|
||||
"Advanced analytics & reports",
|
||||
"Priority customer support",
|
||||
"Multiple payment gateways",
|
||||
"Inventory management system",
|
||||
"Marketing tools & automations"
|
||||
featuresTitle: "Included Features:", features: [
|
||||
"Unlimited product listings", "Advanced analytics & reports", "Priority customer support", "Multiple payment gateways", "Inventory management system", "Marketing tools & automations"
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "enterprise",
|
||||
tag: "Enterprise Plan",
|
||||
tagIcon: Crown,
|
||||
price: "Custom",
|
||||
period: "/month",
|
||||
description: "For large-scale operations requiring customization and dedicated support.",
|
||||
button: {
|
||||
text: "Contact Sales",
|
||||
href: "#contact"
|
||||
id: "enterprise", tag: "Enterprise Plan", tagIcon: Crown,
|
||||
price: "Custom", period: "/month", description: "For large-scale operations requiring customization and dedicated support.", button: {
|
||||
text: "Contact Sales", href: "#contact"
|
||||
},
|
||||
featuresTitle: "Included Features:",
|
||||
features: [
|
||||
"Unlimited everything",
|
||||
"Custom integrations",
|
||||
"Dedicated account manager",
|
||||
"24/7 premium support",
|
||||
"API access",
|
||||
"White-label options",
|
||||
"Advanced security features"
|
||||
featuresTitle: "Included Features:", features: [
|
||||
"Unlimited everything", "Custom integrations", "Dedicated account manager", "24/7 premium support", "API access", "White-label options", "Advanced security features"
|
||||
]
|
||||
}
|
||||
]}
|
||||
@@ -176,17 +134,15 @@ export default function PricingPage() {
|
||||
description="Connect with our team to discuss your business needs, get support, or learn about becoming a seller on ShopHub. We're here to help you succeed."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Support",
|
||||
href: "#"
|
||||
text: "Contact Support", href: "#"
|
||||
},
|
||||
{
|
||||
text: "Become a Seller",
|
||||
href: "/admin"
|
||||
text: "Become a Seller", href: "/admin"
|
||||
}
|
||||
]}
|
||||
buttonAnimation="blur-reveal"
|
||||
background={{
|
||||
variant: "aurora"
|
||||
variant: "plain"
|
||||
}}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user