8 Commits

Author SHA1 Message Date
94370d238a Merge version_3 into main
Merge version_3 into main
2026-03-06 13:51:53 +00:00
61f096fba9 Update src/app/page.tsx 2026-03-06 13:51:49 +00:00
95e13f8bcc Update src/app/layout.tsx 2026-03-06 13:51:49 +00:00
ee73be134a Merge version_2 into main
Merge version_2 into main
2026-03-06 13:50:19 +00:00
0b4dae62cb Update src/app/page.tsx 2026-03-06 13:50:15 +00:00
50ff528dc8 Update src/app/layout.tsx 2026-03-06 13:50:14 +00:00
c46d0b143c Merge version_1 into main
Merge version_1 into main
2026-03-06 13:47:54 +00:00
78ab53c4f5 Merge version_1 into main
Merge version_1 into main
2026-03-06 13:46:17 +00:00
2 changed files with 57 additions and 57 deletions

View File

@@ -1,51 +1,29 @@
import type { Metadata } from "next";
import { DM_Sans } from "next/font/google";
import { Inter } from "next/font/google";
import { Geist, Geist_Mono } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const dmSans = DM_Sans({
variable: "--font-dm-sans", subsets: ["latin"],
const geist = Geist({
variable: "--font-geist-sans", subsets: ["latin"],
});
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
const geistMono = Geist_Mono({
variable: "--font-geist-mono", subsets: ["latin"],
});
export const metadata: Metadata = {
title: "DropHub - Start Your Dropshipping Business Today", description: "Launch your e-commerce empire with DropHub. Zero inventory, zero risk. Connect with suppliers, manage orders, and earn passive income with our all-in-one dropshipping platform.", keywords: "dropshipping, ecommerce, online store, passive income, supplier platform", metadataBase: new URL("https://drophub.io"),
alternates: {
canonical: "https://drophub.io"},
openGraph: {
title: "DropHub - Dropshipping Made Simple", description: "Build a profitable online store without inventory. Join thousands of successful sellers.", url: "https://drophub.io", siteName: "DropHub", type: "website", images: [
{
url: "http://img.b2bpic.net/free-vector/purchase-online-interface-concept_23-2148664689.jpg", alt: "DropHub platform showcase"},
],
},
twitter: {
card: "summary_large_image", title: "DropHub - Start Dropshipping Today", description: "Zero inventory. Zero risk. Pure profit.", images: ["http://img.b2bpic.net/free-vector/purchase-online-interface-concept_23-2148664689.jpg"],
},
robots: {
index: true,
follow: true,
},
title: "Create Next App", description: "Generated by create next app"
};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${dmSans.variable} ${inter.variable} antialiased`}
>
<Tag />
{children}
<html lang="en">
<body className={`${geist.variable} ${geistMono.variable} antialiased`}>
{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1413,7 +1391,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}

View File

@@ -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}