Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-05-11 14:50:12 +00:00
Showing only changes of commit dae9289827 - Show all commits

View File

@@ -12,7 +12,7 @@ import ProductCardOne from '@/components/sections/product/ProductCardOne';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import SplitAbout from '@/components/sections/about/SplitAbout';
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
import { Globe, Image, ShoppingBag } from "lucide-react";
import { Globe, Image as LucideImage, ShoppingBag } from "lucide-react";
export default function LandingPage() {
return (
@@ -33,21 +33,13 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "Shop",
id: "products",
},
name: "Shop", id: "products"},
{
name: "About",
id: "about",
},
name: "About", id: "about"},
{
name: "Testimonials",
id: "testimonials",
},
name: "Testimonials", id: "testimonials"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="ShopFusion"
/>
@@ -56,120 +48,42 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitDoubleCarousel
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
title="Fusion of Style and Innovation"
description="Discover curated collections designed to elevate your everyday lifestyle. Shop exclusive trends delivered straight to your door."
leftCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/smartphone-near-laptop-shopping-trolley_23-2147957087.jpg?_wi=1",
imageAlt: "Collection 1",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/man-enjoying-cup-matcha-tea_23-2150215056.jpg?_wi=1",
imageAlt: "Collection 2",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/still-life-wireless-cyberpunk-headphones_23-2151072234.jpg",
imageAlt: "Collection 3",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-young-elegant-woman_1328-2704.jpg",
imageAlt: "Collection 4",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/still-life-cosmetic-products_23-2149163158.jpg",
imageAlt: "Collection 5",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-putting-her-hand-purple-gift-box_114579-40999.jpg",
imageAlt: "Collection 6",
},
{ imageSrc: "http://img.b2bpic.net/free-photo/smartphone-near-laptop-shopping-trolley_23-2147957087.jpg", imageAlt: "Collection 1" },
{ imageSrc: "http://img.b2bpic.net/free-photo/man-enjoying-cup-matcha-tea_23-2150215056.jpg", imageAlt: "Collection 2" },
{ imageSrc: "http://img.b2bpic.net/free-photo/still-life-wireless-cyberpunk-headphones_23-2151072234.jpg", imageAlt: "Collection 3" },
{ imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-young-elegant-woman_1328-2704.jpg", imageAlt: "Collection 4" },
{ imageSrc: "http://img.b2bpic.net/free-photo/still-life-cosmetic-products_23-2149163158.jpg", imageAlt: "Collection 5" },
{ imageSrc: "http://img.b2bpic.net/free-photo/young-woman-putting-her-hand-purple-gift-box_114579-40999.jpg", imageAlt: "Collection 6" },
]}
rightCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/creative-composition-fathers-day_23-2147806911.jpg",
imageAlt: "Collection 6",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-flowers-cosmetics-containers_23-2149270034.jpg",
imageAlt: "Collection 5",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/spring-wardrobe-switch-high-angle_23-2150264192.jpg",
imageAlt: "Collection 4",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/still-life-tech-device_23-2150722706.jpg",
imageAlt: "Collection 3",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/decorative-plant-inside-minimal-vase_23-2148207083.jpg",
imageAlt: "Collection 2",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/colorful-paper-shopping-bags-blue-surface_23-2147892200.jpg",
imageAlt: "Collection 1",
},
{ imageSrc: "http://img.b2bpic.net/free-photo/creative-composition-fathers-day_23-2147806911.jpg", imageAlt: "Collection 6" },
{ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-flowers-cosmetics-containers_23-2149270034.jpg", imageAlt: "Collection 5" },
{ imageSrc: "http://img.b2bpic.net/free-photo/spring-wardrobe-switch-high-angle_23-2150264192.jpg", imageAlt: "Collection 4" },
{ imageSrc: "http://img.b2bpic.net/free-photo/still-life-tech-device_23-2150722706.jpg", imageAlt: "Collection 3" },
{ imageSrc: "http://img.b2bpic.net/free-photo/decorative-plant-inside-minimal-vase_23-2148207083.jpg", imageAlt: "Collection 2" },
{ imageSrc: "http://img.b2bpic.net/free-photo/colorful-paper-shopping-bags-blue-surface_23-2147892200.jpg", imageAlt: "Collection 1" },
]}
buttons={[
{
text: "Shop Amazon",
href: "https://amazon.com",
},
{
text: "Browse Pinterest",
href: "https://pinterest.com",
},
{ text: "Shop Amazon", href: "https://amazon.com" },
{ text: "Browse Pinterest", href: "https://pinterest.com" },
]}
avatars={[
{
src: "http://img.b2bpic.net/free-photo/blue-model-career-kit-arrangement_23-2150083942.jpg",
alt: "User 1",
},
{
src: "http://img.b2bpic.net/free-photo/flatlay-outfit-travel_53876-138233.jpg",
alt: "User 2",
},
{
src: "http://img.b2bpic.net/free-photo/still-life-spring-wardrobe-switch_23-2150478948.jpg",
alt: "User 3",
},
{
src: "http://img.b2bpic.net/free-photo/top-view-vr-glasses-earphones-arrangement_23-2148847751.jpg",
alt: "User 4",
},
{
src: "http://img.b2bpic.net/free-photo/rendering-smart-home-device_23-2151039322.jpg",
alt: "User 5",
},
{ src: "http://img.b2bpic.net/free-photo/blue-model-career-kit-arrangement_23-2150083942.jpg", alt: "User 1" },
{ src: "http://img.b2bpic.net/free-photo/flatlay-outfit-travel_53876-138233.jpg", alt: "User 2" },
{ src: "http://img.b2bpic.net/free-photo/still-life-spring-wardrobe-switch_23-2150478948.jpg", alt: "User 3" },
{ src: "http://img.b2bpic.net/free-photo/top-view-vr-glasses-earphones-arrangement_23-2148847751.jpg", alt: "User 4" },
{ src: "http://img.b2bpic.net/free-photo/rendering-smart-home-device_23-2151039322.jpg", alt: "User 5" },
]}
marqueeItems={[
{
type: "image",
src: "http://img.b2bpic.net/free-photo/still-life-wireless-cyberpunk-headphones_23-2151072174.jpg",
alt: "Brand 1",
},
{
type: "image",
src: "http://img.b2bpic.net/free-photo/wireless-earbuds-with-neon-cyberpunk-style-lighting_23-2151074272.jpg",
alt: "Brand 2",
},
{
type: "image",
src: "http://img.b2bpic.net/free-photo/minimal-home-workspace-design_23-2148991401.jpg",
alt: "Brand 3",
},
{
type: "image",
src: "http://img.b2bpic.net/free-photo/female-couch-holding-her-phone-mug-sitting-front-table-with-gadgets_181624-56360.jpg",
alt: "Brand 4",
},
{
type: "image",
src: "http://img.b2bpic.net/free-photo/modern-stationary-collection-arrangement_23-2149309644.jpg",
alt: "Brand 5",
},
{ type: "image", src: "http://img.b2bpic.net/free-photo/still-life-wireless-cyberpunk-headphones_23-2151072174.jpg", alt: "Brand 1" },
{ type: "image", src: "http://img.b2bpic.net/free-photo/wireless-earbuds-with-neon-cyberpunk-style-lighting_23-2151074272.jpg", alt: "Brand 2" },
{ type: "image", src: "http://img.b2bpic.net/free-photo/minimal-home-workspace-design_23-2148991401.jpg", alt: "Brand 3" },
{ type: "image", src: "http://img.b2bpic.net/free-photo/female-couch-holding-her-phone-mug-sitting-front-table-with-gadgets_181624-56360.jpg", alt: "Brand 4" },
{ type: "image", src: "http://img.b2bpic.net/free-photo/modern-stationary-collection-arrangement_23-2149309644.jpg", alt: "Brand 5" },
]}
/>
</div>
@@ -181,18 +95,9 @@ export default function LandingPage() {
title="Where Curation Meets Convenience"
description="ShopFusion bridges the gap between emerging trends and global accessibility. We partner with top platforms to bring you the best items, verified and ready to ship."
bulletPoints={[
{
title: "Verified Quality",
description: "Every product is meticulously vetted for quality.",
},
{
title: "Global Shipping",
description: "Fast and reliable shipping to your doorstep.",
},
{
title: "Trend Forward",
description: "Always the latest styles at your fingertips.",
},
{ title: "Verified Quality", description: "Every product is meticulously vetted for quality." },
{ title: "Global Shipping", description: "Fast and reliable shipping to your doorstep." },
{ title: "Trend Forward", description: "Always the latest styles at your fingertips." },
]}
imageSrc="http://img.b2bpic.net/free-photo/person-reading-online-magazine-using-digital-device_52683-107494.jpg"
mediaAnimation="slide-up"
@@ -206,42 +111,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
{
id: "p1",
name: "Luxury Leather Wallet",
price: "$129.00",
imageSrc: "http://img.b2bpic.net/free-photo/everyday-bath-utensils-dark-marble-background_58702-17698.jpg",
},
{
id: "p2",
name: "Modern Minimalist Watch",
price: "$249.00",
imageSrc: "http://img.b2bpic.net/free-photo/man-looking-his-watch_53876-13503.jpg",
},
{
id: "p3",
name: "Premium Wireless Headphones",
price: "$199.00",
imageSrc: "http://img.b2bpic.net/free-photo/music-arrangement-with-black-headphones_23-2148785720.jpg",
},
{
id: "p4",
name: "Designer Ceramic Vase",
price: "$89.00",
imageSrc: "http://img.b2bpic.net/free-photo/modern-vases-with-plant-assortment_23-2149835469.jpg",
},
{
id: "p5",
name: "Essential Skincare Set",
price: "$159.00",
imageSrc: "http://img.b2bpic.net/free-photo/dreamy-aesthetic-cosmetic-product-with-fresh-background_23-2151382914.jpg",
},
{
id: "p6",
name: "Durable Travel Suitcase",
price: "$299.00",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-preparing-suitcase-summer-vacation-trip-young-man-checking-accessories-stuff-luggage-travel-holiday-vacation-concept_1150-61449.jpg",
},
{ id: "p1", name: "Luxury Leather Wallet", price: "$129.00", imageSrc: "http://img.b2bpic.net/free-photo/everyday-bath-utensils-dark-marble-background_58702-17698.jpg" },
{ id: "p2", name: "Modern Minimalist Watch", price: "$249.00", imageSrc: "http://img.b2bpic.net/free-photo/man-looking-his-watch_53876-13503.jpg" },
{ id: "p3", name: "Premium Wireless Headphones", price: "$199.00", imageSrc: "http://img.b2bpic.net/free-photo/music-arrangement-with-black-headphones_23-2148785720.jpg" },
{ id: "p4", name: "Designer Ceramic Vase", price: "$89.00", imageSrc: "http://img.b2bpic.net/free-photo/modern-vases-with-plant-assortment_23-2149835469.jpg" },
{ id: "p5", name: "Essential Skincare Set", price: "$159.00", imageSrc: "http://img.b2bpic.net/free-photo/dreamy-aesthetic-cosmetic-product-with-fresh-background_23-2151382914.jpg" },
{ id: "p6", name: "Durable Travel Suitcase", price: "$299.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-preparing-suitcase-summer-vacation-trip-young-man-checking-accessories-stuff-luggage-travel-holiday-vacation-concept_1150-61449.jpg" },
]}
title="Featured Collections"
description="Explore our handpicked selection of top-rated lifestyle products."
@@ -254,30 +129,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
features={[
{
title: "Amazon Integration",
description: "Fast and secure checkout using your Amazon account.",
bentoComponent: "reveal-icon",
icon: ShoppingBag,
imageSrc: "http://img.b2bpic.net/free-photo/top-view-office-supplies_171337-13069.jpg",
imageAlt: "minimalist logo tech brand",
},
{
title: "Pinterest Discovery",
description: "Browse our latest pins for style inspiration.",
bentoComponent: "reveal-icon",
icon: Image,
imageSrc: "http://img.b2bpic.net/free-photo/smartphone-near-laptop-shopping-trolley_23-2147957087.jpg?_wi=2",
imageAlt: "minimalist logo tech brand",
},
{
title: "Global Logistics",
description: "We ship worldwide with tracking support.",
bentoComponent: "reveal-icon",
icon: Globe,
imageSrc: "http://img.b2bpic.net/free-photo/man-enjoying-cup-matcha-tea_23-2150215056.jpg?_wi=2",
imageAlt: "minimalist logo tech brand",
},
{ title: "Amazon Integration", description: "Fast and secure checkout using your Amazon account.", bentoComponent: "reveal-icon", icon: ShoppingBag },
{ title: "Pinterest Discovery", description: "Browse our latest pins for style inspiration.", bentoComponent: "reveal-icon", icon: LucideImage },
{ title: "Global Logistics", description: "We ship worldwide with tracking support.", bentoComponent: "reveal-icon", icon: Globe },
]}
title="Why Shop With Us?"
description="Seamless shopping across your favorite platforms."
@@ -289,46 +143,11 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
{
id: "1",
title: "Excellent Service",
quote: "The best shopping experience I've had in years.",
name: "Sarah Miller",
role: "Designer",
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-two-raised-fingers_1187-1103.jpg",
},
{
id: "2",
title: "Great Quality",
quote: "Products are exactly as described and fast delivery.",
name: "James Anderson",
role: "Director",
imageSrc: "http://img.b2bpic.net/free-photo/waist-up-confident-businessman-office_329181-19349.jpg",
},
{
id: "3",
title: "Top Notch",
quote: "I love the curated selections every season.",
name: "Elena Rodriguez",
role: "Creative",
imageSrc: "http://img.b2bpic.net/free-photo/pleased-young-caucasian-girl-with-pixie-haircut-standing-with-closed-posture-profile-view-isolated-green-background-with-copy-space_141793-31827.jpg",
},
{
id: "4",
title: "So Convenient",
quote: "Integration with Amazon makes checkout so easy.",
name: "Mark Wilson",
role: "Manager",
imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-smiling-businesswoman-leaning-glass-wall-holding-diary-office_23-2148187205.jpg",
},
{
id: "5",
title: "Highly Recommend",
quote: "Exceptional customer support and quality.",
name: "Chloe Bennett",
role: "Shopper",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-wearing-total-denim-outfit_23-2150105185.jpg",
},
{ id: "1", title: "Excellent Service", quote: "The best shopping experience I've had in years.", name: "Sarah Miller", role: "Designer", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-two-raised-fingers_1187-1103.jpg" },
{ id: "2", title: "Great Quality", quote: "Products are exactly as described and fast delivery.", name: "James Anderson", role: "Director", imageSrc: "http://img.b2bpic.net/free-photo/waist-up-confident-businessman-office_329181-19349.jpg" },
{ id: "3", title: "Top Notch", quote: "I love the curated selections every season.", name: "Elena Rodriguez", role: "Creative", imageSrc: "http://img.b2bpic.net/free-photo/pleased-young-caucasian-girl-with-pixie-haircut-standing-with-closed-posture-profile-view-isolated-green-background-with-copy-space_141793-31827.jpg" },
{ id: "4", title: "So Convenient", quote: "Integration with Amazon makes checkout so easy.", name: "Mark Wilson", role: "Manager", imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-smiling-businesswoman-leaning-glass-wall-holding-diary-office_23-2148187205.jpg" },
{ id: "5", title: "Highly Recommend", quote: "Exceptional customer support and quality.", name: "Chloe Bennett", role: "Shopper", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-wearing-total-denim-outfit_23-2150105185.jpg" },
]}
title="Trusted by Millions"
description="Hear from our happy customers across the globe."
@@ -340,14 +159,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
names={[
"Amazon",
"Pinterest",
"Shopify",
"Stripe",
"Logistics Co",
"Design Lab",
"Retail Global",
]}
"Amazon", "Pinterest", "Shopify", "Stripe", "Logistics Co", "Design Lab", "Retail Global"]}
title="Partnered with Leaders"
description="Our trusted partners helping us bring the best to you."
/>
@@ -357,21 +169,9 @@ export default function LandingPage() {
<FaqSplitText
useInvertedBackground={false}
faqs={[
{
id: "f1",
title: "How do I checkout?",
content: "You can securely checkout through our integrated Amazon system.",
},
{
id: "f2",
title: "Where can I track my order?",
content: "Tracking is available directly in your account dashboard.",
},
{
id: "f3",
title: "Are products verified?",
content: "Yes, we manually verify quality for all featured items.",
},
{ id: "f1", title: "How do I checkout?", content: "You can securely checkout through our integrated Amazon system." },
{ id: "f2", title: "Where can I track my order?", content: "Tracking is available directly in your account dashboard." },
{ id: "f3", title: "Are products verified?", content: "Yes, we manually verify quality for all featured items." },
]}
sideTitle="Frequently Asked Questions"
sideDescription="Everything you need to know about shopping with us."
@@ -382,9 +182,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactCenter
useInvertedBackground={true}
background={{
variant: "downward-rays-animated",
}}
background={{ variant: "downward-rays-animated" }}
tag="Newsletter"
title="Stay Updated"
description="Subscribe to our weekly newsletter for the latest trends and deals."
@@ -396,29 +194,15 @@ export default function LandingPage() {
logoText="ShopFusion"
columns={[
{
title: "Company",
items: [
{
label: "About",
href: "#about",
},
{
label: "Careers",
href: "#",
},
title: "Company", items: [
{ label: "About", href: "#about" },
{ label: "Careers", href: "#" },
],
},
{
title: "Legal",
items: [
{
label: "Privacy Policy",
href: "#",
},
{
label: "Terms",
href: "#",
},
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms", href: "#" },
],
},
]}
@@ -427,4 +211,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}