Merge version_2 into main #2
@@ -1,58 +1,28 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Roboto } 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 halant = Halant({
|
||||
variable: "--font-halant", subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
const geist = Geist({
|
||||
variable: "--font-geist-sans", subsets: ["latin"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter", subsets: ["latin"],
|
||||
});
|
||||
|
||||
const roboto = Roboto({
|
||||
variable: "--font-roboto", subsets: ["latin"],
|
||||
weight: ["100", "300", "400", "500", "700", "900"],
|
||||
const geistMono = Geist_Mono({
|
||||
variable: "--font-geist-mono", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "StyleDrop | Premium Dropshipping Fashion Platform", description: "Start your fashion dropshipping business today. Access trending clothing collections, wholesale pricing, and seamless order fulfillment. No inventory required.", keywords: "dropshipping, fashion, clothing, wholesale, e-commerce, online store, fashion business", metadataBase: new URL("https://styledrop.com"),
|
||||
alternates: {
|
||||
canonical: "https://styledrop.com"},
|
||||
openGraph: {
|
||||
title: "StyleDrop | Premium Dropshipping Fashion Platform", description: "Start your fashion dropshipping business today. Access trending clothing collections, wholesale pricing, and seamless order fulfillment.", url: "https://styledrop.com", siteName: "StyleDrop", type: "website", images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/empty-clothing-store-mall_482257-91309.jpg", alt: "premium clothing collection display fashion"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image", title: "StyleDrop | Premium Dropshipping Fashion Platform", description: "Start your fashion dropshipping business today. Access trending clothing collections and seamless fulfillment.", images: ["http://img.b2bpic.net/free-photo/empty-clothing-store-mall_482257-91309.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={`${halant.variable} ${inter.variable} ${roboto.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
|
||||
<html lang="en">
|
||||
<body className={`${geist.variable} ${geistMono.variable} antialiased`}>
|
||||
{children}
|
||||
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: `
|
||||
@@ -1420,7 +1390,6 @@ export default function RootLayout({
|
||||
}}
|
||||
/>
|
||||
</body>
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
|
||||
@@ -77,13 +77,16 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "StyleHub", name: "Classic Oversized Tee", price: "$24.99", rating: 5,
|
||||
reviewCount: "12.3k", imageSrc: "http://img.b2bpic.net/free-photo/fresh-homemade-tangerine-mandarin-juice-grey-surface_114579-61425.jpg", imageAlt: "Classic oversized tee"},
|
||||
reviewCount: "12.3k", imageSrc: "http://img.b2bpic.net/free-photo/fresh-homemade-tangerine-mandarin-juice-grey-surface_114579-61425.jpg", imageAlt: "Classic oversized tee"
|
||||
},
|
||||
{
|
||||
id: "2", brand: "StyleHub", name: "Premium Denim Jacket", price: "$79.99", rating: 5,
|
||||
reviewCount: "8.9k", imageSrc: "http://img.b2bpic.net/free-photo/summer-fashion-portrait-o-stunning-elegant-fashion-girl-posing-outside-tropical-country-wearing-elegant-luxury-dress-trendy-denim-jacket-dancing-having-fun_291049-2465.jpg", imageAlt: "Premium denim jacket"},
|
||||
reviewCount: "8.9k", imageSrc: "http://img.b2bpic.net/free-photo/summer-fashion-portrait-o-stunning-elegant-fashion-girl-posing-outside-tropical-country-wearing-elegant-luxury-dress-trendy-denim-jacket-dancing-having-fun_291049-2465.jpg", imageAlt: "Premium denim jacket"
|
||||
},
|
||||
{
|
||||
id: "3", brand: "StyleHub", name: "Relaxed Fit Joggers", price: "$54.99", rating: 5,
|
||||
reviewCount: "6.7k", imageSrc: "http://img.b2bpic.net/free-photo/lovely-woman-stretching-legs-stairs_23-2147787008.jpg", imageAlt: "Relaxed fit joggers"},
|
||||
reviewCount: "6.7k", imageSrc: "http://img.b2bpic.net/free-photo/lovely-woman-stretching-legs-stairs_23-2147787008.jpg", imageAlt: "Relaxed fit joggers"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -128,16 +131,20 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Browse Collections", description: "Explore our curated catalog of trending fashion items with real-time inventory", imageSrc: "http://img.b2bpic.net/free-photo/lady-using-laptop-holding-credit-card_23-2147974004.jpg"},
|
||||
title: "Browse Collections", description: "Explore our curated catalog of trending fashion items with real-time inventory", imageSrc: "http://img.b2bpic.net/free-photo/lady-using-laptop-holding-credit-card_23-2147974004.jpg"
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Add to Your Store", description: "Seamlessly integrate products into your online store with one click", imageSrc: "http://img.b2bpic.net/free-vector/isometric-e-commerce-landing-pages_23-2148565763.jpg"},
|
||||
title: "Add to Your Store", description: "Seamlessly integrate products into your online store with one click", imageSrc: "http://img.b2bpic.net/free-vector/isometric-e-commerce-landing-pages_23-2148565763.jpg"
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Customer Orders", description: "Customers purchase from your store at your set prices", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-holding-credit-card-working-laptop_23-2148567195.jpg"},
|
||||
title: "Customer Orders", description: "Customers purchase from your store at your set prices", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-holding-credit-card-working-laptop_23-2148567195.jpg"
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
title: "We Ship Directly", description: "StyleDrop handles fulfillment and ships directly to your customers", imageSrc: "http://img.b2bpic.net/free-photo/man-with-helmet-carrying-boxes_23-2148923127.jpg"},
|
||||
title: "We Ship Directly", description: "StyleDrop handles fulfillment and ships directly to your customers", imageSrc: "http://img.b2bpic.net/free-photo/man-with-helmet-carrying-boxes_23-2148923127.jpg"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -153,17 +160,23 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Mitchell", role: "Fashion Store Owner", testimonial: "StyleDrop transformed my business. The quality is consistent, shipping is fast, and the profit margins are fantastic. Best decision I made for my store.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-stylish-pretty-young-woman-look-professional-cross-hands-chest-smiling-confident-camera-wear-glasses-standing-near-reception-office-hall-discuss-business_197531-22165.jpg", imageAlt: "Sarah Mitchell"},
|
||||
id: "1", name: "Sarah Mitchell", role: "Fashion Store Owner", testimonial: "StyleDrop transformed my business. The quality is consistent, shipping is fast, and the profit margins are fantastic. Best decision I made for my store.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-stylish-pretty-young-woman-look-professional-cross-hands-chest-smiling-confident-camera-wear-glasses-standing-near-reception-office-hall-discuss-business_197531-22165.jpg", imageAlt: "Sarah Mitchell"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Marcus Chen", role: "E-commerce Entrepreneur", testimonial: "The platform is incredibly easy to use. I went from zero to profitability in just 30 days. The support team is always there to help.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businessman-posing-outside_74855-1183.jpg", imageAlt: "Marcus Chen"},
|
||||
id: "2", name: "Marcus Chen", role: "E-commerce Entrepreneur", testimonial: "The platform is incredibly easy to use. I went from zero to profitability in just 30 days. The support team is always there to help.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businessman-posing-outside_74855-1183.jpg", imageAlt: "Marcus Chen"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Emma Rodriguez", role: "Instagram Fashion Influencer", testimonial: "As an influencer, I needed reliable drop shipping. StyleDrop's quality matches my brand perfectly, and my followers love the pieces.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-professional-businesswoman-with-glasses-presentation_23-2148824824.jpg", imageAlt: "Emma Rodriguez"},
|
||||
id: "3", name: "Emma Rodriguez", role: "Instagram Fashion Influencer", testimonial: "As an influencer, I needed reliable drop shipping. StyleDrop's quality matches my brand perfectly, and my followers love the pieces.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-professional-businesswoman-with-glasses-presentation_23-2148824824.jpg", imageAlt: "Emma Rodriguez"
|
||||
},
|
||||
{
|
||||
id: "4", name: "James Thompson", role: "Multi-Store Operator", testimonial: "Managing multiple stores is seamless with StyleDrop. The API integration is smooth and the inventory management is top-notch.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-financial-analyst-stock-broker-looking_1163-5273.jpg", imageAlt: "James Thompson"},
|
||||
id: "4", name: "James Thompson", role: "Multi-Store Operator", testimonial: "Managing multiple stores is seamless with StyleDrop. The API integration is smooth and the inventory management is top-notch.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-financial-analyst-stock-broker-looking_1163-5273.jpg", imageAlt: "James Thompson"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Lisa Park", role: "Boutique Owner", testimonial: "The variety and freshness of collections keeps my customers coming back. StyleDrop's curation is exactly what my boutique needed.", imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", imageAlt: "Lisa Park"},
|
||||
id: "5", name: "Lisa Park", role: "Boutique Owner", testimonial: "The variety and freshness of collections keeps my customers coming back. StyleDrop's curation is exactly what my boutique needed.", imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", imageAlt: "Lisa Park"
|
||||
},
|
||||
{
|
||||
id: "6", name: "David Kumar", role: "Fashion Blogger", testimonial: "From trending pieces to evergreen basics, StyleDrop has everything. The quality-to-price ratio is unbeatable in the dropshipping space.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-outdoors-business-man-smiles_23-2148763856.jpg", imageAlt: "David Kumar"},
|
||||
id: "6", name: "David Kumar", role: "Fashion Blogger", testimonial: "From trending pieces to evergreen basics, StyleDrop has everything. The quality-to-price ratio is unbeatable in the dropshipping space.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-outdoors-business-man-smiles_23-2148763856.jpg", imageAlt: "David Kumar"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -177,7 +190,8 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Fashion Forward Inc", "TrendyThreads Co", "Chic Collections", "Urban Style Hub", "Premium Fashion Group", "Elegant Wear Ltd", "Street Fashion Co", "Classic Couture"]}
|
||||
"Fashion Forward Inc", "TrendyThreads Co", "Chic Collections", "Urban Style Hub", "Premium Fashion Group", "Elegant Wear Ltd", "Street Fashion Co", "Classic Couture"
|
||||
]}
|
||||
speed={40}
|
||||
showCard={true}
|
||||
/>
|
||||
@@ -195,21 +209,29 @@ export default function LandingPage() {
|
||||
faqsAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "How much can I make dropshipping with StyleDrop?", content: "Profit margins typically range from 30-70% depending on your pricing strategy. Many of our merchants make $2,000-$10,000+ per month. Success depends on your marketing efforts and customer base."},
|
||||
id: "1", title: "How much can I make dropshipping with StyleDrop?", content: "Profit margins typically range from 30-70% depending on your pricing strategy. Many of our merchants make $2,000-$10,000+ per month. Success depends on your marketing efforts and customer base."
|
||||
},
|
||||
{
|
||||
id: "2", title: "Do I need inventory upfront?", content: "No! With StyleDrop, you don't hold any inventory. Products are shipped directly from our warehouses to your customers. You only pay for items after they're ordered."},
|
||||
id: "2", title: "Do I need inventory upfront?", content: "No! With StyleDrop, you don't hold any inventory. Products are shipped directly from our warehouses to your customers. You only pay for items after they're ordered."
|
||||
},
|
||||
{
|
||||
id: "3", title: "What shipping times can I expect?", content: "Most orders ship within 24 hours. Standard delivery is 5-7 business days domestically and 10-15 business days internationally, depending on location."},
|
||||
id: "3", title: "What shipping times can I expect?", content: "Most orders ship within 24 hours. Standard delivery is 5-7 business days domestically and 10-15 business days internationally, depending on location."
|
||||
},
|
||||
{
|
||||
id: "4", title: "Is there a monthly fee or setup cost?", content: "StyleDrop is completely free to join with no hidden fees. You only pay wholesale prices when customers place orders on your store."},
|
||||
id: "4", title: "Is there a monthly fee or setup cost?", content: "StyleDrop is completely free to join with no hidden fees. You only pay wholesale prices when customers place orders on your store."
|
||||
},
|
||||
{
|
||||
id: "5", title: "Can I use StyleDrop with my existing store?", content: "Absolutely! We integrate with Shopify, WooCommerce, BigCommerce, and more. API access is also available for custom platforms."},
|
||||
id: "5", title: "Can I use StyleDrop with my existing store?", content: "Absolutely! We integrate with Shopify, WooCommerce, BigCommerce, and more. API access is also available for custom platforms."
|
||||
},
|
||||
{
|
||||
id: "6", title: "What if a customer returns an item?", content: "We handle all returns and quality issues. Our support team manages the process, and you're protected with our 100% satisfaction guarantee."},
|
||||
id: "6", title: "What if a customer returns an item?", content: "We handle all returns and quality issues. Our support team manages the process, and you're protected with our 100% satisfaction guarantee."
|
||||
},
|
||||
{
|
||||
id: "7", title: "How do I track orders?", content: "You get real-time tracking updates through your StyleDrop dashboard. Customers receive tracking info automatically once orders ship."},
|
||||
id: "7", title: "How do I track orders?", content: "You get real-time tracking updates through your StyleDrop dashboard. Customers receive tracking info automatically once orders ship."
|
||||
},
|
||||
{
|
||||
id: "8", title: "Are the products branded?", content: "Most items are unbranded to allow you to build your own brand identity. Premium branded items are also available at wholesale prices."},
|
||||
id: "8", title: "Are the products branded?", content: "Most items are unbranded to allow you to build your own brand identity. Premium branded items are also available at wholesale prices."
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user