Merge version_1 into main #1
@@ -16,11 +16,11 @@ export default function LandingPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="elastic-effect"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="soft"
|
||||
contentWidth="medium"
|
||||
sizing="mediumLarge"
|
||||
background="fluid"
|
||||
background="circleGradient"
|
||||
cardStyle="inset"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -43,15 +43,15 @@ export default function LandingPage() {
|
||||
<HeroBillboardGallery
|
||||
title="Trusted Distribution Solutions for Your Business"
|
||||
description="Connect your products with customers worldwide through our advanced distribution network. We provide reliable, scalable logistics and fulfillment services tailored to your unique needs."
|
||||
background={{ variant: "fluid" }}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Distribution Network"
|
||||
tagIcon={Zap}
|
||||
tagAnimation="reveal-blur"
|
||||
tagAnimation="blur-reveal"
|
||||
buttons={[
|
||||
{ text: "Get Started", href: "contact" },
|
||||
{ text: "Learn More", href: "about" }
|
||||
]}
|
||||
buttonAnimation="reveal-blur"
|
||||
buttonAnimation="blur-reveal"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-asian-logistics-manager-analyzing-goods-supply-laptop-warehouse-worker-doing-inventory-management-computer-while-sitting-desk-with-close-up-selective-focus-hand_482257-71303.jpg", imageAlt: "Modern warehouse distribution center"
|
||||
@@ -66,7 +66,7 @@ export default function LandingPage() {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-design-international-trade_23-2149164752.jpg", imageAlt: "Global distribution network"
|
||||
}
|
||||
]}
|
||||
mediaAnimation="reveal-blur"
|
||||
mediaAnimation="blur-reveal"
|
||||
ariaLabel="Distribution services hero section"
|
||||
className="w-full"
|
||||
containerClassName="py-20"
|
||||
@@ -84,7 +84,7 @@ export default function LandingPage() {
|
||||
buttons={[
|
||||
{ text: "Explore Services", href: "features" }
|
||||
]}
|
||||
buttonAnimation="reveal-blur"
|
||||
buttonAnimation="blur-reveal"
|
||||
showBorder={true}
|
||||
useInvertedBackground={false}
|
||||
ariaLabel="About DistroHub section"
|
||||
@@ -101,11 +101,11 @@ export default function LandingPage() {
|
||||
description="Comprehensive distribution services designed to meet diverse business needs across all industries and scale levels."
|
||||
tag="Solutions"
|
||||
tagIcon={Package}
|
||||
tagAnimation="reveal-blur"
|
||||
tagAnimation="blur-reveal"
|
||||
buttons={[
|
||||
{ text: "View All Services", href: "contact" }
|
||||
]}
|
||||
buttonAnimation="reveal-blur"
|
||||
buttonAnimation="blur-reveal"
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "DistroHub", name: "Wholesale Distribution", price: "$Contact for Pricing", rating: 5,
|
||||
@@ -121,7 +121,7 @@ export default function LandingPage() {
|
||||
}
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="reveal-blur"
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
ariaLabel="Distribution solutions showcase"
|
||||
@@ -136,14 +136,14 @@ export default function LandingPage() {
|
||||
description="We combine cutting-edge technology, strategic partnerships, and operational excellence to deliver superior distribution services."
|
||||
tag="Key Features"
|
||||
tagIcon={CheckCircle}
|
||||
tagAnimation="reveal-blur"
|
||||
tagAnimation="blur-reveal"
|
||||
buttons={[
|
||||
{ text: "Schedule Demo", href: "contact" }
|
||||
]}
|
||||
buttonAnimation="reveal-blur"
|
||||
buttonAnimation="blur-reveal"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/supervisor-overseeing-work-done-by-engineers-industry-4-0-solar-panels-plant-reduce-downtime_482257-135635.jpg"
|
||||
imageAlt="DistroHub distribution center"
|
||||
mediaAnimation="reveal-blur"
|
||||
mediaAnimation="blur-reveal"
|
||||
accordionItems={[
|
||||
{
|
||||
id: "1", title: "Advanced Technology Infrastructure", content: "Real-time tracking, automated inventory management, and AI-powered logistics optimization ensure maximum efficiency and transparency across your supply chain."
|
||||
@@ -176,11 +176,11 @@ export default function LandingPage() {
|
||||
description="Partner with thousands of businesses that rely on DistroHub for their distribution and fulfillment needs."
|
||||
tag="Partners"
|
||||
tagIcon={Star}
|
||||
tagAnimation="reveal-blur"
|
||||
tagAnimation="blur-reveal"
|
||||
buttons={[
|
||||
{ text: "Become a Partner", href: "contact" }
|
||||
]}
|
||||
buttonAnimation="reveal-blur"
|
||||
buttonAnimation="blur-reveal"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={["Amazon", "FedEx", "Walmart", "Target", "DHL", "UPS", "Costco"]}
|
||||
@@ -201,11 +201,11 @@ export default function LandingPage() {
|
||||
description="Hear from businesses that have transformed their operations with DistroHub's distribution solutions."
|
||||
tag="Success Stories"
|
||||
tagIcon={Award}
|
||||
tagAnimation="reveal-blur"
|
||||
tagAnimation="blur-reveal"
|
||||
buttons={[
|
||||
{ text: "Read More Stories", href: "#" }
|
||||
]}
|
||||
buttonAnimation="reveal-blur"
|
||||
buttonAnimation="blur-reveal"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
@@ -242,7 +242,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/happy-young-businesswoman-talking-mobile-phone-cafe_1262-20247.jpg"
|
||||
imageAlt="DistroHub customer support center"
|
||||
mediaAnimation="reveal-blur"
|
||||
mediaAnimation="blur-reveal"
|
||||
mediaPosition="right"
|
||||
buttonText="Send Message"
|
||||
ariaLabel="Contact form"
|
||||
|
||||
Reference in New Issue
Block a user