Merge version_1 into main #2
@@ -56,7 +56,7 @@ export default function LandingPage() {
|
||||
<HeroBillboard
|
||||
title="Discover Your Perfect Shopping Experience"
|
||||
description="Browse thousands of curated products from trusted sellers. Fast shipping, secure payments, and exceptional customer service."
|
||||
background={{ variant: "circleGradient" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
tag="New Arrivals"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
@@ -65,7 +65,7 @@ export default function LandingPage() {
|
||||
{ text: "Learn More", href: "#about" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/shopping-cart-black-background-with-copy-space_23-2148317906.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/shopping-cart-black-background-with-copy-space_23-2148317906.jpg"
|
||||
imageAlt="Online shopping marketplace"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -107,7 +107,7 @@ export default function LandingPage() {
|
||||
description="MarketHub Team"
|
||||
subdescription="Building trust in e-commerce since 2020"
|
||||
icon={ShoppingCart}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/shopping-cart-black-background-with-copy-space_23-2148317906.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/shopping-cart-black-background-with-copy-space_23-2148317906.jpg"
|
||||
imageAlt="MarketHub marketplace"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={true}
|
||||
@@ -127,14 +127,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Lightning-Fast Delivery", author: "Logistics Excellence", description: "Get your orders delivered quickly with our optimized shipping network and real-time tracking.", tags: ["Fast", "Reliable"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-courier-holding-opened-pizza-box-yellow-space_140725-106559.jpg", imageAlt: "Fast delivery service"},
|
||||
id: "1", title: "Lightning-Fast Delivery", author: "Logistics Excellence", description: "Get your orders delivered quickly with our optimized shipping network and real-time tracking.", tags: ["Fast", "Reliable"], imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-courier-holding-opened-pizza-box-yellow-space_140725-106559.jpg", imageAlt: "Fast delivery service"},
|
||||
{
|
||||
id: "2", title: "Secure Payment Gateway", author: "Security First", description: "Shop with confidence using our encrypted payment systems and fraud protection measures.", tags: ["Secure", "Protected"],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/cyber-security-with-digital-padlock_23-2148538441.jpg", imageAlt: "Secure payment protection"},
|
||||
id: "2", title: "Secure Payment Gateway", author: "Security First", description: "Shop with confidence using our encrypted payment systems and fraud protection measures.", tags: ["Secure", "Protected"], imageSrc: "http://img.b2bpic.net/free-vector/cyber-security-with-digital-padlock_23-2148538441.jpg", imageAlt: "Secure payment protection"},
|
||||
{
|
||||
id: "3", title: "24/7 Customer Support", author: "Always Available", description: "Our dedicated support team is ready to help you anytime, answering questions and resolving issues.", tags: ["Support", "Responsive"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-customer-support-worker-wearing-headset-following-call-script_482257-125782.jpg", imageAlt: "Customer support service"},
|
||||
id: "3", title: "24/7 Customer Support", author: "Always Available", description: "Our dedicated support team is ready to help you anytime, answering questions and resolving issues.", tags: ["Support", "Responsive"], imageSrc: "http://img.b2bpic.net/free-photo/close-up-customer-support-worker-wearing-headset-following-call-script_482257-125782.jpg", imageAlt: "Customer support service"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user