Merge version_2 into main #1
@@ -76,14 +76,11 @@ export default function LandingPage() {
|
||||
description="Explore our curated selection of premium wholesale items available in bulk quantities"
|
||||
tag="Best Sellers"
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "Rakib Premium", name: "Bulk Electronics Bundle", price: "$4,500", rating: 5,
|
||||
{ id: "1", brand: "Rakib Premium", name: "Bulk Electronics Bundle", price: "$4,500", rating: 5,
|
||||
reviewCount: "2.3k", imageSrc: "http://img.b2bpic.net/free-photo/still-life-wireless-cyberpunk-headphones_23-2151072234.jpg", imageAlt: "Bulk electronics package"},
|
||||
{
|
||||
id: "2", brand: "Rakib Quality", name: "Textile Wholesale Pack", price: "$3,200", rating: 5,
|
||||
{ id: "2", brand: "Rakib Quality", name: "Textile Wholesale Pack", price: "$3,200", rating: 5,
|
||||
reviewCount: "1.9k", imageSrc: "http://img.b2bpic.net/free-photo/bearded-brutal-man-jeans-work-jacket-puts-blank-sealed-hermetic-packages-inside-big-carton-paper-box-wooden-table-special-delivery_346278-753.jpg", imageAlt: "Wholesale textile products"},
|
||||
{
|
||||
id: "3", brand: "Rakib Commerce", name: "Home Goods Collection", price: "$2,800", rating: 5,
|
||||
{ id: "3", brand: "Rakib Commerce", name: "Home Goods Collection", price: "$2,800", rating: 5,
|
||||
reviewCount: "1.7k", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-wearing-mask_23-2148902543.jpg", imageAlt: "Wholesale home goods"},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
@@ -96,12 +93,12 @@ export default function LandingPage() {
|
||||
<div id="pricing" data-section="pricing">
|
||||
<PricingCardTwo
|
||||
title="Wholesale Plans"
|
||||
description="Choose the perfect plan for your business needs"
|
||||
description="Choose the perfect plan for your business needs. All plans include free onboarding and dedicated support."
|
||||
tag="Flexible Pricing"
|
||||
plans={[
|
||||
{
|
||||
id: "starter", badge: "Starter", badgeIcon: Sparkles,
|
||||
price: "$500/mo", subtitle: "Perfect for small retailers", buttons: [
|
||||
price: "$500/mo", subtitle: "Perfect for small retailers. Includes free onboarding and dedicated support.", buttons: [
|
||||
{ text: "Get Started", href: "#contact" },
|
||||
{ text: "Learn More", href: "#pricing" },
|
||||
],
|
||||
@@ -110,7 +107,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "professional", badge: "Professional", badgeIcon: CheckCircle,
|
||||
price: "$1,200/mo", subtitle: "Best for growing businesses", buttons: [
|
||||
price: "$1,200/mo", subtitle: "Best for growing businesses. Includes free onboarding and dedicated support.", buttons: [
|
||||
{ text: "Get Started", href: "#contact" },
|
||||
{ text: "Learn More", href: "#pricing" },
|
||||
],
|
||||
@@ -119,7 +116,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "enterprise", badge: "Enterprise", badgeIcon: Award,
|
||||
price: "Custom", subtitle: "For large-scale operations", buttons: [
|
||||
price: "Custom", subtitle: "For large-scale operations. Includes free onboarding and dedicated support.", buttons: [
|
||||
{ text: "Contact Sales", href: "#contact" },
|
||||
{ text: "Schedule Demo", href: "#contact" },
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user