Merge version_1 into main #1
@@ -60,11 +60,14 @@ export default function LandingPage() {
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/business-man-banner-concept-with-copy-space_23-2149601461.jpg", alt: "Customer 1"},
|
||||
src: "http://img.b2bpic.net/free-photo/business-man-banner-concept-with-copy-space_23-2149601461.jpg", alt: "Customer 1"
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cheerful-african-guy-with-narrow-dark-eyes-fluffy-hair-dressed-elegant-white-shirt_273609-14082.jpg", alt: "Customer 2"},
|
||||
src: "http://img.b2bpic.net/free-photo/cheerful-african-guy-with-narrow-dark-eyes-fluffy-hair-dressed-elegant-white-shirt_273609-14082.jpg", alt: "Customer 2"
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/middle-age-handsome-businessman-wearing-glasses-standing-office-looking-side-relax-profile-pose-with-natural-face-with-confident-smile_839833-17650.jpg", alt: "Customer 3"},
|
||||
src: "http://img.b2bpic.net/free-photo/middle-age-handsome-businessman-wearing-glasses-standing-office-looking-side-relax-profile-pose-with-natural-face-with-confident-smile_839833-17650.jpg", alt: "Customer 3"
|
||||
},
|
||||
]}
|
||||
avatarText="Trusted by 50,000+ happy customers"
|
||||
/>
|
||||
@@ -79,9 +82,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names=[
|
||||
"TechFlow", "Innovate Inc", "CloudSync", "Nexus Pro", "Velocity Corp", "Zenith Group", "Apex Solutions"]
|
||||
"TechFlow", "Innovate Inc", "CloudSync", "Nexus Pro", "Velocity Corp", "Zenith Group", "Apex Solutions"
|
||||
]
|
||||
logos={[
|
||||
"http://img.b2bpic.net/free-vector/variety-badges-flat-style_23-2147536999.jpg", "http://img.b2bpic.net/free-vector/business-card_53876-58126.jpg", "http://img.b2bpic.net/free-vector/iso-certification-badge-collection_23-2148710303.jpg", "http://img.b2bpic.net/free-photo/front-view-man-holding-ballot_23-2148265570.jpg", "http://img.b2bpic.net/free-vector/modern-duotone-sommelier-logo_742173-5751.jpg", "http://img.b2bpic.net/free-vector/graduation-white-background_24908-61004.jpg", "http://img.b2bpic.net/free-vector/classic-labels-labor-day_23-2147657508.jpg"]}
|
||||
"http://img.b2bpic.net/free-vector/variety-badges-flat-style_23-2147536999.jpg", "http://img.b2bpic.net/free-vector/business-card_53876-58126.jpg", "http://img.b2bpic.net/free-vector/iso-certification-badge-collection_23-2148710303.jpg", "http://img.b2bpic.net/free-photo/front-view-man-holding-ballot_23-2148265570.jpg", "http://img.b2bpic.net/free-vector/modern-duotone-sommelier-logo_742173-5751.jpg", "http://img.b2bpic.net/free-vector/graduation-white-background_24908-61004.jpg", "http://img.b2bpic.net/free-vector/classic-labels-labor-day_23-2147657508.jpg"
|
||||
]}
|
||||
speed={35}
|
||||
showCard={true}
|
||||
/>
|
||||
@@ -100,16 +105,16 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "Premium Goods", name: "Executive Collection", price: "$149.99", rating: 5,
|
||||
reviewCount: "2.3k", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/abstract-gold-chain-jewellery-presentation_23-2149599084.jpg", imageAlt: "Executive Collection Product"},
|
||||
reviewCount: "2.3k", imageSrc: "http://img.b2bpic.net/free-photo/abstract-gold-chain-jewellery-presentation_23-2149599084.jpg", imageAlt: "Executive Collection Product"
|
||||
},
|
||||
{
|
||||
id: "2", brand: "Modern Design", name: "Contemporary Series", price: "$199.99", rating: 5,
|
||||
reviewCount: "1.8k", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/woman-taking-photos-ceramic-kitchenware_23-2149060825.jpg", imageAlt: "Contemporary Series Product"},
|
||||
reviewCount: "1.8k", imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-photos-ceramic-kitchenware_23-2149060825.jpg", imageAlt: "Contemporary Series Product"
|
||||
},
|
||||
{
|
||||
id: "3", brand: "Luxury Brand", name: "Prestige Edition", price: "$249.99", rating: 5,
|
||||
reviewCount: "3.1k", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/beautiful-bicolor-plant-details_23-2149362191.jpg", imageAlt: "Prestige Edition Product"},
|
||||
reviewCount: "3.1k", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-bicolor-plant-details_23-2149362191.jpg", imageAlt: "Prestige Edition Product"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -143,19 +148,22 @@ export default function LandingPage() {
|
||||
id: "starter", tag: "Starter Plan", tagIcon: Zap,
|
||||
price: "$29", period: "/month", description: "Perfect for getting started", button: { text: "Get Started", href: "#contact" },
|
||||
featuresTitle: "What's Included:", features: [
|
||||
"Access to all products", "Standard shipping", "Email support", "Order tracking"],
|
||||
"Access to all products", "Standard shipping", "Email support", "Order tracking"
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "professional", tag: "Professional Plan", tagIcon: Sparkles,
|
||||
price: "$79", period: "/month", description: "Best for serious shoppers", button: { text: "Choose Plan", href: "#contact" },
|
||||
featuresTitle: "What's Included:", features: [
|
||||
"Priority access to new items", "Free express shipping", "24/7 phone support", "Exclusive member discounts", "Early sale notifications"],
|
||||
"Priority access to new items", "Free express shipping", "24/7 phone support", "Exclusive member discounts", "Early sale notifications"
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "premium", tag: "Premium Plan", tagIcon: Crown,
|
||||
price: "$199", period: "/month", description: "Ultimate shopping experience", button: { text: "Go Premium", href: "#contact" },
|
||||
featuresTitle: "What's Included:", features: [
|
||||
"VIP early access", "Free worldwide shipping", "Dedicated concierge", "Exclusive luxury collection", "Complimentary gift wrapping", "Annual gift voucher"],
|
||||
"VIP early access", "Free worldwide shipping", "Dedicated concierge", "Exclusive luxury collection", "Complimentary gift wrapping", "Annual gift voucher"
|
||||
],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -168,17 +176,23 @@ export default function LandingPage() {
|
||||
author="Jessica Mitchell"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/business-man-banner-concept-with-copy-space_23-2149601461.jpg", alt: "Jessica"},
|
||||
src: "http://img.b2bpic.net/free-photo/business-man-banner-concept-with-copy-space_23-2149601461.jpg", alt: "Jessica"
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cheerful-african-guy-with-narrow-dark-eyes-fluffy-hair-dressed-elegant-white-shirt_273609-14082.jpg", alt: "Customer"},
|
||||
src: "http://img.b2bpic.net/free-photo/cheerful-african-guy-with-narrow-dark-eyes-fluffy-hair-dressed-elegant-white-shirt_273609-14082.jpg", alt: "Customer"
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/middle-age-handsome-businessman-wearing-glasses-standing-office-looking-side-relax-profile-pose-with-natural-face-with-confident-smile_839833-17650.jpg", alt: "Customer"},
|
||||
src: "http://img.b2bpic.net/free-photo/middle-age-handsome-businessman-wearing-glasses-standing-office-looking-side-relax-profile-pose-with-natural-face-with-confident-smile_839833-17650.jpg", alt: "Customer"
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/blockchain-investment-concept-business-woman-leader-holding-bitcoin-front-his-discussing-team-office_231208-11667.jpg", alt: "Customer"},
|
||||
src: "http://img.b2bpic.net/free-photo/blockchain-investment-concept-business-woman-leader-holding-bitcoin-front-his-discussing-team-office_231208-11667.jpg", alt: "Customer"
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/high-angle-smiley-woman-reading_23-2148396352.jpg", alt: "Customer"},
|
||||
src: "http://img.b2bpic.net/free-photo/high-angle-smiley-woman-reading_23-2148396352.jpg", alt: "Customer"
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-posing-indoors_23-2149833727.jpg", alt: "Customer"},
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-posing-indoors_23-2149833727.jpg", alt: "Customer"
|
||||
},
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
ratingAnimation="slide-up"
|
||||
@@ -194,23 +208,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "What is your return policy?", content:
|
||||
"We offer a 30-day money-back guarantee on all purchases. If you're not completely satisfied, simply return your item in original condition for a full refund. No questions asked."},
|
||||
id: "1", title: "What is your return policy?", content: "We offer a 30-day money-back guarantee on all purchases. If you're not completely satisfied, simply return your item in original condition for a full refund. No questions asked."
|
||||
},
|
||||
{
|
||||
id: "2", title: "How long does shipping take?", content:
|
||||
"Standard shipping takes 5-7 business days. Express shipping (1-2 business days) and overnight shipping options are available. Premium members enjoy free express shipping on all orders."},
|
||||
id: "2", title: "How long does shipping take?", content: "Standard shipping takes 5-7 business days. Express shipping (1-2 business days) and overnight shipping options are available. Premium members enjoy free express shipping on all orders."
|
||||
},
|
||||
{
|
||||
id: "3", title: "Do you ship internationally?", content:
|
||||
"Yes! We ship to over 50 countries worldwide. International shipping times vary from 10-20 business days depending on location. International orders over $100 qualify for free shipping with our Premium Plan."},
|
||||
id: "3", title: "Do you ship internationally?", content: "Yes! We ship to over 50 countries worldwide. International shipping times vary from 10-20 business days depending on location. International orders over $100 qualify for free shipping with our Premium Plan."
|
||||
},
|
||||
{
|
||||
id: "4", title: "Is my payment information secure?", content:
|
||||
"Absolutely. We use bank-level encryption and PCI compliance standards to protect your payment information. Your data is never shared with third parties without your consent."},
|
||||
id: "4", title: "Is my payment information secure?", content: "Absolutely. We use bank-level encryption and PCI compliance standards to protect your payment information. Your data is never shared with third parties without your consent."
|
||||
},
|
||||
{
|
||||
id: "5", title: "Can I track my order?", content:
|
||||
"Yes, all orders include real-time tracking. You'll receive a tracking number via email as soon as your order ships, and you can monitor its progress every step of the way."},
|
||||
id: "5", title: "Can I track my order?", content: "Yes, all orders include real-time tracking. You'll receive a tracking number via email as soon as your order ships, and you can monitor its progress every step of the way."
|
||||
},
|
||||
{
|
||||
id: "6", title: "Do you offer bulk discounts?", content:
|
||||
"Yes! Orders of 10 or more items qualify for volume discounts. Contact our sales team at bulk@shophub.com for custom pricing on larger purchases."},
|
||||
id: "6", title: "Do you offer bulk discounts?", content: "Yes! Orders of 10 or more items qualify for volume discounts. Contact our sales team at bulk@shophub.com for custom pricing on larger purchases."
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/black-man-wheelchair-using-computer_482257-124718.jpg"
|
||||
imageAlt="Customer Support Team"
|
||||
|
||||
Reference in New Issue
Block a user