Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-03-06 15:27:52 +00:00

View File

@@ -12,7 +12,7 @@ import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import ContactText from '@/components/sections/contact/ContactText';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import { Zap, Star, CheckCircle, Tag, TrendingUp, Users, Globe, Award, Spark, Crown, HelpCircle, Handshake } from "lucide-react";
import { Zap, Star, CheckCircle, Tag, TrendingUp, Users, Globe, Award, Sparkle, Crown, HelpCircle, Handshake } from "lucide-react";
export default function LandingPage() {
return (
@@ -51,12 +51,12 @@ export default function LandingPage() {
tagAnimation="slide-up"
background={{ variant: "plain" }}
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-vector/collection-colorful-sale-instagram-stories_23-2148587707.jpg?_wi=1", imageAlt: "Dropshipping products showcase" },
{ imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-working-as-photographer_52683-110073.jpg?_wi=1", imageAlt: "Electronics product" },
{ imageSrc: "http://img.b2bpic.net/free-photo/jeans-with-black-friday-sale-tags_23-2148285118.jpg?_wi=1", imageAlt: "Fashion apparel" },
{ imageSrc: "http://img.b2bpic.net/free-vector/flat-furniture-sale-instagram-story-collection_23-2148931902.jpg?_wi=1", imageAlt: "Home decor" },
{ imageSrc: "http://img.b2bpic.net/free-photo/unlabeled-beauty-skincare-products-bathroom_53876-134411.jpg?_wi=1", imageAlt: "Beauty products" },
{ imageSrc: "http://img.b2bpic.net/free-photo/still-life-perfectly-ordered-fitness-gym-accessories_52683-100709.jpg?_wi=1", imageAlt: "Sports equipment" },
{ imageSrc: "http://img.b2bpic.net/free-vector/collection-colorful-sale-instagram-stories_23-2148587707.jpg", imageAlt: "Dropshipping products showcase" },
{ imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-working-as-photographer_52683-110073.jpg", imageAlt: "Electronics product" },
{ imageSrc: "http://img.b2bpic.net/free-photo/jeans-with-black-friday-sale-tags_23-2148285118.jpg", imageAlt: "Fashion apparel" },
{ imageSrc: "http://img.b2bpic.net/free-vector/flat-furniture-sale-instagram-story-collection_23-2148931902.jpg", imageAlt: "Home decor" },
{ imageSrc: "http://img.b2bpic.net/free-photo/unlabeled-beauty-skincare-products-bathroom_53876-134411.jpg", imageAlt: "Beauty products" },
{ imageSrc: "http://img.b2bpic.net/free-photo/still-life-perfectly-ordered-fitness-gym-accessories_52683-100709.jpg", imageAlt: "Sports equipment" },
]}
buttons={[
{ text: "Get Started Free", href: "contact" },
@@ -80,22 +80,22 @@ export default function LandingPage() {
products={[
{
id: "1", brand: "TechHub", name: "Wireless Earbuds Pro", price: "$45.99", rating: 5,
reviewCount: "2.3k", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-working-as-photographer_52683-110073.jpg?_wi=2", imageAlt: "Wireless earbuds"},
reviewCount: "2.3k", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-working-as-photographer_52683-110073.jpg", imageAlt: "Wireless earbuds"},
{
id: "2", brand: "StyleWear", name: "Premium Cotton T-Shirt", price: "$24.99", rating: 4,
reviewCount: "1.8k", imageSrc: "http://img.b2bpic.net/free-photo/jeans-with-black-friday-sale-tags_23-2148285118.jpg?_wi=2", imageAlt: "Cotton t-shirt"},
reviewCount: "1.8k", imageSrc: "http://img.b2bpic.net/free-photo/jeans-with-black-friday-sale-tags_23-2148285118.jpg", imageAlt: "Cotton t-shirt"},
{
id: "3", brand: "HomeEssence", name: "Modern LED Wall Lamp", price: "$36.50", rating: 5,
reviewCount: "956", imageSrc: "http://img.b2bpic.net/free-vector/flat-furniture-sale-instagram-story-collection_23-2148931902.jpg?_wi=2", imageAlt: "LED wall lamp"},
reviewCount: "956", imageSrc: "http://img.b2bpic.net/free-vector/flat-furniture-sale-instagram-story-collection_23-2148931902.jpg", imageAlt: "LED wall lamp"},
{
id: "4", brand: "BeautyGlow", name: "Hydrating Face Serum", price: "$28.99", rating: 5,
reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/unlabeled-beauty-skincare-products-bathroom_53876-134411.jpg?_wi=2", imageAlt: "Face serum"},
reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/unlabeled-beauty-skincare-products-bathroom_53876-134411.jpg", imageAlt: "Face serum"},
{
id: "5", brand: "FitLife", name: "Yoga Mat Premium", price: "$32.00", rating: 4,
reviewCount: "742", imageSrc: "http://img.b2bpic.net/free-photo/still-life-perfectly-ordered-fitness-gym-accessories_52683-100709.jpg?_wi=2", imageAlt: "Yoga mat"},
reviewCount: "742", imageSrc: "http://img.b2bpic.net/free-photo/still-life-perfectly-ordered-fitness-gym-accessories_52683-100709.jpg", imageAlt: "Yoga mat"},
{
id: "6", brand: "TechHub", name: "USB-C Fast Charger", price: "$19.99", rating: 5,
reviewCount: "3.1k", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-working-as-photographer_52683-110073.jpg?_wi=3", imageAlt: "USB-C charger"},
reviewCount: "3.1k", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-working-as-photographer_52683-110073.jpg", imageAlt: "USB-C charger"},
]}
buttons={[{ text: "Explore All Products", href: "https://example.com" }]}
buttonAnimation="slide-up"
@@ -113,9 +113,10 @@ export default function LandingPage() {
{ value: "50K+", title: "Active Sellers Growing Monthly" },
{ value: "$2.5M", title: "Total Revenue Generated" },
]}
imageSrc="http://img.b2bpic.net/free-vector/collection-colorful-sale-instagram-stories_23-2148587707.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-vector/collection-colorful-sale-instagram-stories_23-2148587707.jpg"
imageAlt="Dropshipping platform dashboard"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
useInvertedBackground={true}
/>
</div>
@@ -132,7 +133,7 @@ export default function LandingPage() {
animationType="slide-up"
plans={[
{
id: "starter", badge: "Starter", badgeIcon: Spark,
id: "starter", badge: "Starter", badgeIcon: Sparkle,
price: "Free", subtitle: "Perfect for getting started", buttons: [
{ text: "Get Started", href: "contact" },
{ text: "Learn More", href: "https://example.com" },
@@ -250,7 +251,7 @@ export default function LandingPage() {
{
id: "5", title: "Can I customize my storefront?", content: "Absolutely! Our Professional and Enterprise plans include full customization. Choose from 50+ themes or use our drag-and-drop builder to create your unique store."},
{
id: "6", title: "What support do you provide?", content: "Starter plan includes email support. Professional plan gets 24/7 email & chat support. Enterprise customers receive a dedicated account manager and priority support."},
id: "6", title: "What support do you provide?", content: "Starter plan includes email support. Professional plan gets 24/7 email & chat support. Enterprise customers receive a dedicated account manager and priority support."}
]}
/>
</div>
@@ -301,4 +302,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}