8 Commits

Author SHA1 Message Date
62b965b116 Update src/app/page.tsx 2026-03-08 17:26:42 +00:00
814f03b3c2 Update src/app/layout.tsx 2026-03-08 17:26:41 +00:00
aec78573d1 Merge version_2 into main
Merge version_2 into main
2026-03-08 17:24:47 +00:00
cd6526125a Update src/app/page.tsx 2026-03-08 17:24:43 +00:00
08288657c0 Update src/app/layout.tsx 2026-03-08 17:24:43 +00:00
1bb8600cb5 Merge version_1 into main
Merge version_1 into main
2026-03-08 17:23:37 +00:00
c414ea696a Merge version_1 into main
Merge version_1 into main
2026-03-08 17:22:47 +00:00
40f2ff792b Merge version_1 into main
Merge version_1 into main
2026-03-08 17:21:11 +00:00
2 changed files with 106 additions and 1477 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -38,7 +38,8 @@ export default function HomePage() {
brandName="ShopHub"
navItems={navItems}
button={{
text: "Get Started", href: "/admin"}}
text: "Get Started", href: "/admin"
}}
animateOnLoad={true}
/>
</div>
@@ -54,29 +55,39 @@ export default function HomePage() {
background={{ variant: "glowing-orb" }}
leftCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/chinese-new-year-2021-minimalist-room_23-2148763956.jpg?_wi=1", imageAlt: "Premium product display"},
imageSrc: "http://img.b2bpic.net/free-photo/chinese-new-year-2021-minimalist-room_23-2148763956.jpg?_wi=1", imageAlt: "Premium product display"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/girl-looking-old-books_23-2148171374.jpg?_wi=1", imageAlt: "Exclusive collection item"},
imageSrc: "http://img.b2bpic.net/free-photo/girl-looking-old-books_23-2148171374.jpg?_wi=1", imageAlt: "Exclusive collection item"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/electronic-devices-listen-music-cup-coffee_1150-6689.jpg?_wi=1", imageAlt: "Electronics category"},
imageSrc: "http://img.b2bpic.net/free-photo/electronic-devices-listen-music-cup-coffee_1150-6689.jpg?_wi=1", imageAlt: "Electronics category"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/spring-wardrobe-switch-view_23-2150264147.jpg?_wi=1", imageAlt: "Fashion items"},
imageSrc: "http://img.b2bpic.net/free-photo/spring-wardrobe-switch-view_23-2150264147.jpg?_wi=1", imageAlt: "Fashion items"
}
]}
rightCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/ecofriendly-beauty-product_23-2150669121.jpg?_wi=1", imageAlt: "Featured product"},
imageSrc: "http://img.b2bpic.net/free-photo/ecofriendly-beauty-product_23-2150669121.jpg?_wi=1", imageAlt: "Featured product"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/repairing-tools_1417-1804.jpg?_wi=1", imageAlt: "Home decor collection"},
imageSrc: "http://img.b2bpic.net/free-photo/repairing-tools_1417-1804.jpg?_wi=1", imageAlt: "Home decor collection"
},
{
imageSrc: "http://img.b2bpic.net/free-vector/flat-design-shopping-landing-page-template_23-2149325242.jpg", imageAlt: "Shopping experience"},
imageSrc: "http://img.b2bpic.net/free-vector/flat-design-shopping-landing-page-template_23-2149325242.jpg", imageAlt: "Shopping experience"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/chinese-new-year-2021-minimalist-room_23-2148763956.jpg?_wi=2", imageAlt: "Quality products"},
imageSrc: "http://img.b2bpic.net/free-photo/chinese-new-year-2021-minimalist-room_23-2148763956.jpg?_wi=2", imageAlt: "Quality products"
}
]}
buttons={[
{
text: "Start Shopping", href: "/products"},
text: "Shop Now & Save 15%", href: "/products"
},
{
text: "Learn More", href: "#features"},
text: "Learn More", href: "#features"
}
]}
buttonAnimation="blur-reveal"
carouselPosition="right"
@@ -89,13 +100,16 @@ export default function HomePage() {
features={[
{
id: "1", title: "Curated Selection", author: "Quality Team", description: "Every product is carefully selected and verified for quality. We partner with trusted brands and sellers to bring you only the best items.", tags: ["Quality", "Verified", "Trusted"],
imageSrc: "http://img.b2bpic.net/free-photo/chinese-new-year-2021-minimalist-room_23-2148763956.jpg?_wi=3", imageAlt: "Curated products"},
imageSrc: "http://img.b2bpic.net/free-photo/chinese-new-year-2021-minimalist-room_23-2148763956.jpg?_wi=3", imageAlt: "Curated products"
},
{
id: "2", title: "Fast & Reliable Shipping", author: "Logistics Team", description: "Get your orders delivered quickly with real-time tracking. We work with leading carriers to ensure safe and timely delivery to your doorstep.", tags: ["Fast", "Tracking", "Safe"],
imageSrc: "http://img.b2bpic.net/free-photo/girl-looking-old-books_23-2148171374.jpg?_wi=2", imageAlt: "Shipping service"},
imageSrc: "http://img.b2bpic.net/free-photo/girl-looking-old-books_23-2148171374.jpg?_wi=2", imageAlt: "Shipping service"
},
{
id: "3", title: "Secure Checkout", author: "Security Team", description: "Shop with confidence using our encrypted payment system. Your personal and financial information is protected with industry-leading security.", tags: ["Secure", "Encrypted", "Protected"],
imageSrc: "http://img.b2bpic.net/free-photo/ecofriendly-beauty-product_23-2150669121.jpg?_wi=2", imageAlt: "Secure payments"},
imageSrc: "http://img.b2bpic.net/free-photo/ecofriendly-beauty-product_23-2150669121.jpg?_wi=2", imageAlt: "Secure payments"
}
]}
animationType="slide-up"
title="Why Choose ShopHub?"
@@ -113,23 +127,23 @@ export default function HomePage() {
<ProductCardThree
products={[
{
id: "1", name: "Premium Wireless Headphones", price: "$199.99", imageSrc: "http://img.b2bpic.net/free-photo/chinese-new-year-2021-minimalist-room_23-2148763956.jpg?_wi=4", imageAlt: "Wireless headphones", initialQuantity: 1,
id: "1", name: "Premium Wireless Headphones", price: "$199.99", imageSrc: "http://img.b2bpic.net/free-photo/chinese-new-year-2021-minimalist-room_23-2148763956.jpg?_wi=4", imageAlt: "Wireless headphones", initialQuantity: 1
},
{
id: "2", name: "Luxury Leather Crossbody Bag", price: "$149.99", imageSrc: "http://img.b2bpic.net/free-photo/girl-looking-old-books_23-2148171374.jpg?_wi=3", imageAlt: "Leather bag", initialQuantity: 1,
id: "2", name: "Luxury Leather Crossbody Bag", price: "$149.99", imageSrc: "http://img.b2bpic.net/free-photo/girl-looking-old-books_23-2148171374.jpg?_wi=3", imageAlt: "Leather bag", initialQuantity: 1
},
{
id: "3", name: "Designer Sunglasses Collection", price: "$179.99", imageSrc: "http://img.b2bpic.net/free-photo/ecofriendly-beauty-product_23-2150669121.jpg?_wi=3", imageAlt: "Designer sunglasses", initialQuantity: 1,
id: "3", name: "Designer Sunglasses Collection", price: "$179.99", imageSrc: "http://img.b2bpic.net/free-photo/ecofriendly-beauty-product_23-2150669121.jpg?_wi=3", imageAlt: "Designer sunglasses", initialQuantity: 1
},
{
id: "4", name: "Smart Watch Pro", price: "$299.99", imageSrc: "http://img.b2bpic.net/free-photo/electronic-devices-listen-music-cup-coffee_1150-6689.jpg?_wi=2", imageAlt: "Smart watch", initialQuantity: 1,
id: "4", name: "Smart Watch Pro", price: "$299.99", imageSrc: "http://img.b2bpic.net/free-photo/electronic-devices-listen-music-cup-coffee_1150-6689.jpg?_wi=2", imageAlt: "Smart watch", initialQuantity: 1
},
{
id: "5", name: "Cashmere Sweater", price: "$129.99", imageSrc: "http://img.b2bpic.net/free-photo/spring-wardrobe-switch-view_23-2150264147.jpg?_wi=2", imageAlt: "Cashmere sweater", initialQuantity: 1,
id: "5", name: "Cashmere Sweater", price: "$129.99", imageSrc: "http://img.b2bpic.net/free-photo/spring-wardrobe-switch-view_23-2150264147.jpg?_wi=2", imageAlt: "Cashmere sweater", initialQuantity: 1
},
{
id: "6", name: "Minimalist Desk Lamp", price: "$89.99", imageSrc: "http://img.b2bpic.net/free-photo/repairing-tools_1417-1804.jpg?_wi=2", imageAlt: "Desk lamp", initialQuantity: 1,
},
id: "6", name: "Minimalist Desk Lamp", price: "$89.99", imageSrc: "http://img.b2bpic.net/free-photo/repairing-tools_1417-1804.jpg?_wi=2", imageAlt: "Desk lamp", initialQuantity: 1
}
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
@@ -148,17 +162,23 @@ export default function HomePage() {
<TestimonialCardSix
testimonials={[
{
id: "1", name: "Sarah Johnson", handle: "@sarahj_lifestyle", testimonial: "ShopHub has completely transformed my shopping experience. The product quality is exceptional and the shipping is incredibly fast. I love the personalized recommendations!", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-business-woman-portrait_23-2149280717.jpg?_wi=1", imageAlt: "Sarah Johnson"},
id: "1", name: "Sarah Johnson", handle: "@sarahj_lifestyle", testimonial: "ShopHub has completely transformed my shopping experience. The product quality is exceptional and the shipping is incredibly fast. I love the personalized recommendations!", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-business-woman-portrait_23-2149280717.jpg?_wi=1", imageAlt: "Sarah Johnson"
},
{
id: "2", name: "Michael Chen", handle: "@mchen_designs", testimonial: "The best online store I've used. Excellent customer service, secure checkout, and the product variety is outstanding. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-serious-businessman-white-shirt-looking-camera-standing-confident_1258-26762.jpg?_wi=1", imageAlt: "Michael Chen"},
id: "2", name: "Michael Chen", handle: "@mchen_designs", testimonial: "The best online store I've used. Excellent customer service, secure checkout, and the product variety is outstanding. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-serious-businessman-white-shirt-looking-camera-standing-confident_1258-26762.jpg?_wi=1", imageAlt: "Michael Chen"
},
{
id: "3", name: "Emily Rodriguez", handle: "@emily_adventures", testimonial: "From browsing to delivery, everything is seamless. The website is user-friendly and the prices are competitive. I'm a loyal customer now!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-grey-haired-businessman-standing_74855-10324.jpg", imageAlt: "Emily Rodriguez"},
id: "3", name: "Emily Rodriguez", handle: "@emily_adventures", testimonial: "From browsing to delivery, everything is seamless. The website is user-friendly and the prices are competitive. I'm a loyal customer now!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-grey-haired-businessman-standing_74855-10324.jpg", imageAlt: "Emily Rodriguez"
},
{
id: "4", name: "David Kim", handle: "@davidkim_tech", testimonial: "ShopHub is my go-to marketplace. Quality products, authentic brands, and reliable service. Customer service team is always helpful and responsive.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-working-business-with-computer_482257-20185.jpg", imageAlt: "David Kim"},
id: "4", name: "David Kim", handle: "@davidkim_tech", testimonial: "ShopHub is my go-to marketplace. Quality products, authentic brands, and reliable service. Customer service team is always helpful and responsive.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-working-business-with-computer_482257-20185.jpg", imageAlt: "David Kim"
},
{
id: "5", name: "Jessica Martinez", handle: "@jmartinez_style", testimonial: "I've ordered multiple times and every experience has been perfect. The curated collections are fantastic and the return policy is hassle-free.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-business-woman-portrait_23-2149280717.jpg?_wi=2", imageAlt: "Jessica Martinez"},
id: "5", name: "Jessica Martinez", handle: "@jmartinez_style", testimonial: "I've ordered multiple times and every experience has been perfect. The curated collections are fantastic and the return policy is hassle-free.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-business-woman-portrait_23-2149280717.jpg?_wi=2", imageAlt: "Jessica Martinez"
},
{
id: "6", name: "Thomas Anderson", handle: "@tanderson_life", testimonial: "Best online shopping platform I've found. Great prices, authentic products, and they actually care about customer satisfaction. Keep up the great work!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-serious-businessman-white-shirt-looking-camera-standing-confident_1258-26762.jpg?_wi=2", imageAlt: "Thomas Anderson"},
id: "6", name: "Thomas Anderson", handle: "@tanderson_life", testimonial: "Best online shopping platform I've found. Great prices, authentic products, and they actually care about customer satisfaction. Keep up the great work!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-serious-businessman-white-shirt-looking-camera-standing-confident_1258-26762.jpg?_wi=2", imageAlt: "Thomas Anderson"
}
]}
animationType="slide-up"
title="Customer Testimonials"
@@ -175,16 +195,18 @@ export default function HomePage() {
{/* Contact CTA Section */}
<div id="contact" data-section="contact">
<ContactCTA
tag="Get in Touch"
tag="Get Expert Support"
tagIcon={Mail}
tagAnimation="slide-up"
title="Ready to Start Selling or Have Questions?"
description="Connect with our team to discuss your business needs, get support, or learn about becoming a seller on ShopHub. We're here to help you succeed."
title="Get Expert Shopping Support"
description="Our dedicated support team is here to help you find the perfect products, answer questions, or provide assistance with your shopping experience. Reach out anytime—we're committed to your satisfaction."
buttons={[
{
text: "Contact Support", href: "#"},
text: "Contact Support", href: "#"
},
{
text: "Become a Seller", href: "/admin"},
text: "Become a Seller", href: "/admin"
}
]}
buttonAnimation="blur-reveal"
background={{ variant: "plain" }}
@@ -200,63 +222,83 @@ export default function HomePage() {
{
title: "Shop", items: [
{
label: "All Products", href: "/products"},
label: "All Products", href: "/products"
},
{
label: "Categories", href: "/products"},
label: "Categories", href: "/products"
},
{
label: "Best Sellers", href: "/products"},
label: "Best Sellers", href: "/products"
},
{
label: "New Arrivals", href: "/products"},
],
label: "New Arrivals", href: "/products"
}
]
},
{
title: "Company", items: [
{
label: "About Us", href: "#features"},
label: "About Us", href: "#features"
},
{
label: "Careers", href: "#"},
label: "Careers", href: "#"
},
{
label: "Blog", href: "#"},
label: "Blog", href: "#"
},
{
label: "Press", href: "#"},
],
label: "Press", href: "#"
}
]
},
{
title: "Support", items: [
{
label: "Help Center", href: "#faq"},
label: "Help Center", href: "#faq"
},
{
label: "Contact Us", href: "#contact"},
label: "Contact Us", href: "#contact"
},
{
label: "Shipping Info", href: "#"},
label: "Shipping Info", href: "#"
},
{
label: "Track Order", href: "#"},
],
label: "Track Order", href: "#"
}
]
},
{
title: "Seller", items: [
{
label: "Seller Portal", href: "/admin"},
label: "Seller Portal", href: "/admin"
},
{
label: "Pricing", href: "/pricing"},
label: "Pricing", href: "/pricing"
},
{
label: "Seller Guide", href: "#"},
label: "Seller Guide", href: "#"
},
{
label: "Partner Program", href: "#"},
],
label: "Partner Program", href: "#"
}
]
},
{
title: "Legal", items: [
{
label: "Privacy Policy", href: "#"},
label: "Privacy Policy", href: "#"
},
{
label: "Terms of Service", href: "#"},
label: "Terms of Service", href: "#"
},
{
label: "Cookie Policy", href: "#"},
label: "Cookie Policy", href: "#"
},
{
label: "Accessibility", href: "#"},
],
},
label: "Accessibility", href: "#"
}
]
}
]}
copyrightText="© 2025 ShopHub. All rights reserved."
/>