|
|
|
|
@@ -11,7 +11,7 @@ import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
|
|
|
|
|
import FaqBase from "@/components/sections/faq/FaqBase";
|
|
|
|
|
import ContactText from "@/components/sections/contact/ContactText";
|
|
|
|
|
import FooterBaseCard from "@/components/sections/footer/FooterBaseCard";
|
|
|
|
|
import { Zap, Users, ShoppingCart, TrendingUp } from "lucide-react";
|
|
|
|
|
import { Zap, Users, ShoppingCart, TrendingUp, Star } from "lucide-react";
|
|
|
|
|
|
|
|
|
|
export default function LandingPage() {
|
|
|
|
|
return (
|
|
|
|
|
@@ -50,11 +50,14 @@ export default function LandingPage() {
|
|
|
|
|
background={{ variant: "plain" }}
|
|
|
|
|
mediaItems={[
|
|
|
|
|
{
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-vector/purchase-online-interface-concept_23-2148664689.jpg", imageAlt: "Dropshipping dashboard showcase"},
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-vector/purchase-online-interface-concept_23-2148664689.jpg", imageAlt: "Dropshipping dashboard showcase"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/minimalist-tech-setup-with-smartwatch_58702-17246.jpg", imageAlt: "Product collection display"},
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/minimalist-tech-setup-with-smartwatch_58702-17246.jpg", imageAlt: "Product collection display"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/view-essentials-pottery-studio_23-2150164906.jpg", imageAlt: "Premium products"},
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/view-essentials-pottery-studio_23-2150164906.jpg", imageAlt: "Premium products"
|
|
|
|
|
},
|
|
|
|
|
]}
|
|
|
|
|
mediaAnimation="blur-reveal"
|
|
|
|
|
buttons={[
|
|
|
|
|
@@ -68,6 +71,8 @@ export default function LandingPage() {
|
|
|
|
|
<ProductCardThree
|
|
|
|
|
title="Trending Products"
|
|
|
|
|
description="Handpicked items ready to resell. Add to your catalog and start selling immediately."
|
|
|
|
|
tag="★ 4.9/5 - 2,000+ sellers making $5K+/month"
|
|
|
|
|
tagIcon={Star}
|
|
|
|
|
products={[
|
|
|
|
|
{
|
|
|
|
|
id: "1", name: "Premium Wireless Headphones", price: "$89.99", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-thrift-shop_23-2150082937.jpg", imageAlt: "Wireless headphones", initialQuantity: 1,
|
|
|
|
|
@@ -95,11 +100,14 @@ export default function LandingPage() {
|
|
|
|
|
description="Everything you need to succeed in dropshipping, all in one place."
|
|
|
|
|
features={[
|
|
|
|
|
{
|
|
|
|
|
id: "1", title: "Fastest Shipping", description: "Partner with reliable suppliers who guarantee rapid order fulfillment. Your customers get products quickly.", tag: "Logistics", imageSrc: "http://img.b2bpic.net/free-photo/data-center-engineer-presenting-equipment-inspector-supervising-operations_482257-89735.jpg", imageAlt: "Fast shipping logistics delivery"},
|
|
|
|
|
id: "1", title: "Fastest Shipping", description: "Partner with reliable suppliers who guarantee rapid order fulfillment. Your customers get products quickly.", tag: "Logistics", imageSrc: "http://img.b2bpic.net/free-photo/data-center-engineer-presenting-equipment-inspector-supervising-operations_482257-89735.jpg", imageAlt: "Fast shipping logistics delivery"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "2", title: "Secure Payments", description: "Bank-level encryption protects every transaction. Buyer and seller protection included automatically.", tag: "Security", imageSrc: "http://img.b2bpic.net/free-vector/landing-page-invoice-security-mobile-payment_107791-1760.jpg", imageAlt: "Secure payment safe transaction"},
|
|
|
|
|
id: "2", title: "Secure Payments", description: "Bank-level encryption protects every transaction. Buyer and seller protection included automatically.", tag: "Security", imageSrc: "http://img.b2bpic.net/free-vector/landing-page-invoice-security-mobile-payment_107791-1760.jpg", imageAlt: "Secure payment safe transaction"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "3", title: "24/7 Support", description: "Our expert team is always available to answer questions and resolve issues. Your success is our priority.", tag: "Support", imageSrc: "http://img.b2bpic.net/free-photo/young-support-customer-woman-talking-into-headset-microphone-with-call-center-customer-while-working-startup-company-office-caucasian-female-consultant-providing-telemarketing-service_482257-28282.jpg", imageAlt: "Customer support service representatives"},
|
|
|
|
|
id: "3", title: "24/7 Support", description: "Our expert team is always available to answer questions and resolve issues. Your success is our priority.", tag: "Support", imageSrc: "http://img.b2bpic.net/free-photo/young-support-customer-woman-talking-into-headset-microphone-with-call-center-customer-while-working-startup-company-office-caucasian-female-consultant-providing-telemarketing-service_482257-28282.jpg", imageAlt: "Customer support service representatives"
|
|
|
|
|
},
|
|
|
|
|
]}
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
animationType="slide-up"
|
|
|
|
|
@@ -115,10 +123,12 @@ export default function LandingPage() {
|
|
|
|
|
{ id: "1", icon: Users, title: "Sign Up", value: "< 2 min" },
|
|
|
|
|
{
|
|
|
|
|
id: "2", icon: ShoppingCart,
|
|
|
|
|
title: "Select Products", value: "1000+"},
|
|
|
|
|
title: "Select Products", value: "1000+"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "3", icon: TrendingUp,
|
|
|
|
|
title: "Start Earning", value: "Today"},
|
|
|
|
|
title: "Start Earning", value: "Today"
|
|
|
|
|
},
|
|
|
|
|
]}
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
animationType="slide-up"
|
|
|
|
|
@@ -133,17 +143,23 @@ export default function LandingPage() {
|
|
|
|
|
author="Sarah Johnson, Store Owner"
|
|
|
|
|
avatars={[
|
|
|
|
|
{
|
|
|
|
|
src: "http://img.b2bpic.net/free-photo/portrait-outdoor-businessman_23-2148763884.jpg", alt: "Sarah Johnson"},
|
|
|
|
|
src: "http://img.b2bpic.net/free-photo/portrait-outdoor-businessman_23-2148763884.jpg", alt: "Sarah Johnson"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
src: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-posing-near-office-building_1262-21023.jpg", alt: "Alex Chen"},
|
|
|
|
|
src: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-posing-near-office-building_1262-21023.jpg", alt: "Alex Chen"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
src: "http://img.b2bpic.net/free-photo/leisure-virtual-reality_1098-14670.jpg", alt: "Maria Garcia"},
|
|
|
|
|
src: "http://img.b2bpic.net/free-photo/leisure-virtual-reality_1098-14670.jpg", alt: "Maria Garcia"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
src: "http://img.b2bpic.net/free-photo/portrait-smiling-successful-female-leader-wearing-glasses_1262-18003.jpg", alt: "James Williams"},
|
|
|
|
|
src: "http://img.b2bpic.net/free-photo/portrait-smiling-successful-female-leader-wearing-glasses_1262-18003.jpg", alt: "James Williams"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
src: "http://img.b2bpic.net/free-photo/smiley-woman-with-curly-hair-posing_23-2148728584.jpg", alt: "Emma Rodriguez"},
|
|
|
|
|
src: "http://img.b2bpic.net/free-photo/smiley-woman-with-curly-hair-posing_23-2148728584.jpg", alt: "Emma Rodriguez"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
src: "http://img.b2bpic.net/free-photo/office-worker-using-cell-phone-work_329181-20159.jpg", alt: "David Kim"},
|
|
|
|
|
src: "http://img.b2bpic.net/free-photo/office-worker-using-cell-phone-work_329181-20159.jpg", alt: "David Kim"
|
|
|
|
|
},
|
|
|
|
|
]}
|
|
|
|
|
ratingAnimation="slide-up"
|
|
|
|
|
avatarsAnimation="slide-up"
|
|
|
|
|
@@ -156,7 +172,8 @@ export default function LandingPage() {
|
|
|
|
|
title="Trusted by Global Leaders"
|
|
|
|
|
description="Join thousands of successful sellers using our platform"
|
|
|
|
|
names={[
|
|
|
|
|
"Amazon", "Shopify", "eBay", "Alibaba", "WooCommerce", "Stripe", "PayPal", "Square"]}
|
|
|
|
|
"Amazon", "Shopify", "eBay", "Alibaba", "WooCommerce", "Stripe", "PayPal", "Square"
|
|
|
|
|
]}
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
speed={40}
|
|
|
|
|
@@ -170,17 +187,23 @@ export default function LandingPage() {
|
|
|
|
|
description="Everything you need to know about getting started"
|
|
|
|
|
faqs={[
|
|
|
|
|
{
|
|
|
|
|
id: "1", title: "How does dropshipping work?", content: "You list products from our suppliers on your store. When customers order, the supplier ships directly to them. You keep the profit difference."},
|
|
|
|
|
id: "1", title: "How does dropshipping work?", content: "You list products from our suppliers on your store. When customers order, the supplier ships directly to them. You keep the profit difference."
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "2", title: "Do I need inventory?", content: "No! That's the beauty of dropshipping. We handle the inventory and fulfillment. You focus on marketing and selling."},
|
|
|
|
|
id: "2", title: "Do I need inventory?", content: "No! That's the beauty of dropshipping. We handle the inventory and fulfillment. You focus on marketing and selling."
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "3", title: "How much does it cost?", content: "Basic access is free. Premium features start at just $19/month with unlimited products, advanced analytics, and priority support."},
|
|
|
|
|
id: "3", title: "How much does it cost?", content: "Basic access is free. Premium features start at just $19/month with unlimited products, advanced analytics, and priority support."
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "4", title: "What about shipping times?", content: "Our suppliers typically ship within 24-48 hours. Average delivery is 5-14 days depending on destination."},
|
|
|
|
|
id: "4", title: "What about shipping times?", content: "Our suppliers typically ship within 24-48 hours. Average delivery is 5-14 days depending on destination."
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "5", title: "How do I handle returns?", content: "Our platform automates the return process. Customers initiate returns through your store, and we manage everything with the supplier."},
|
|
|
|
|
id: "5", title: "How do I handle returns?", content: "Our platform automates the return process. Customers initiate returns through your store, and we manage everything with the supplier."
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "6", title: "Is there support?", content: "Yes! Our support team is available 24/7 via chat, email, and phone. Premium members get dedicated account managers."},
|
|
|
|
|
id: "6", title: "Is there support?", content: "Yes! Our support team is available 24/7 via chat, email, and phone. Premium members get dedicated account managers."
|
|
|
|
|
},
|
|
|
|
|
]}
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
|