Merge version_2 into main #2
@@ -1,47 +1,36 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
import "./styles/variables.css";
|
||||
import "./styles/base.css";
|
||||
|
||||
const halant = Halant({
|
||||
variable: "--font-halant", subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter", subsets: ["latin"],
|
||||
});
|
||||
const inter = Inter({ subsets: ["latin"] });
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "DistroHub - Distribution & Logistics Solutions", description: "Trusted distribution and fulfillment services for wholesale, retail, and ecommerce businesses worldwide. Real-time tracking and scalable solutions.", keywords: "distribution, logistics, fulfillment, wholesale, ecommerce, supply chain management", metadataBase: new URL("https://distrolab.com"),
|
||||
alternates: {
|
||||
canonical: "https://distrolab.com"},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
openGraph: {
|
||||
title: "DistroHub - Distribution & Logistics Solutions", description: "Trusted distribution and fulfillment services for wholesale, retail, and ecommerce businesses worldwide.", type: "website", siteName: "DistroHub"},
|
||||
twitter: {
|
||||
card: "summary_large_image", title: "DistroHub - Distribution & Logistics Solutions", description: "Trusted distribution and fulfillment services for wholesale, retail, and ecommerce businesses worldwide."},
|
||||
};
|
||||
title: "Distro Broz - Distribution Solutions", description: "Trusted distribution solutions for your business"};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
}: {
|
||||
children: React.ReactNode;
|
||||
}>) {
|
||||
}) {
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
|
||||
<body className={inter.className}>
|
||||
{children}
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: `
|
||||
(function() {
|
||||
if (localStorage.theme === 'dark' || (!('theme' in localStorage) && window.matchMedia('(prefers-color-scheme: dark)').matches)) {
|
||||
document.documentElement.classList.add('dark');
|
||||
} else {
|
||||
document.documentElement.classList.remove('dark');
|
||||
}
|
||||
})();
|
||||
`,
|
||||
}}
|
||||
/>
|
||||
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: `
|
||||
@@ -1409,7 +1398,6 @@ export default function RootLayout({
|
||||
}}
|
||||
/>
|
||||
</body>
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
|
||||
@@ -28,7 +28,7 @@ export default function LandingPage() {
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
brandName="DistroHub"
|
||||
brandName="Distro Broz"
|
||||
navItems={[
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Products", id: "products" },
|
||||
@@ -77,9 +77,9 @@ export default function LandingPage() {
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<TextSplitAbout
|
||||
title="About DistroHub"
|
||||
title="About Distro Broz"
|
||||
description={[
|
||||
"DistroHub is a leading distribution and logistics provider serving thousands of businesses worldwide. With over 15 years of industry expertise, we've built a reputation for reliability, efficiency, and customer-centric solutions.", "Our state-of-the-art facilities, advanced technology infrastructure, and dedicated team ensure that your products reach customers on time, every time. We specialize in wholesale distribution, retail logistics, and ecommerce fulfillment.", "Whether you're a startup or an enterprise, we offer flexible, scalable solutions designed to grow with your business. Our commitment to excellence and continuous innovation sets us apart in the competitive distribution landscape."
|
||||
"Distro Broz is a leading distribution and logistics provider serving thousands of businesses worldwide. With over 15 years of industry expertise, we've built a reputation for reliability, efficiency, and customer-centric solutions.", "Our state-of-the-art facilities, advanced technology infrastructure, and dedicated team ensure that your products reach customers on time, every time. We specialize in wholesale distribution, retail logistics, and ecommerce fulfillment.", "Whether you're a startup or an enterprise, we offer flexible, scalable solutions designed to grow with your business. Our commitment to excellence and continuous innovation sets us apart in the competitive distribution landscape."
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Explore Services", href: "features" }
|
||||
@@ -87,7 +87,7 @@ export default function LandingPage() {
|
||||
buttonAnimation="blur-reveal"
|
||||
showBorder={true}
|
||||
useInvertedBackground={false}
|
||||
ariaLabel="About DistroHub section"
|
||||
ariaLabel="About Distro Broz section"
|
||||
className="w-full"
|
||||
containerClassName="py-20"
|
||||
titleClassName="text-5xl font-bold"
|
||||
@@ -108,15 +108,15 @@ export default function LandingPage() {
|
||||
buttonAnimation="blur-reveal"
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "DistroHub", name: "Wholesale Distribution", price: "$Contact for Pricing", rating: 5,
|
||||
id: "1", brand: "Distro Broz", name: "Wholesale Distribution", price: "$Contact for Pricing", rating: 5,
|
||||
reviewCount: "2.4k", imageSrc: "http://img.b2bpic.net/free-photo/industrial-automation-expert-ensures-efficiency-smart-manufacturing-plant-using-industry-4-0_482257-135755.jpg", imageAlt: "Wholesale distribution service"
|
||||
},
|
||||
{
|
||||
id: "2", brand: "DistroHub", name: "Retail Logistics", price: "$Contact for Pricing", rating: 5,
|
||||
id: "2", brand: "Distro Broz", name: "Retail Logistics", price: "$Contact for Pricing", rating: 5,
|
||||
reviewCount: "1.8k", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-volunteers-managing-donations_23-2149196095.jpg", imageAlt: "Retail logistics service"
|
||||
},
|
||||
{
|
||||
id: "3", brand: "DistroHub", name: "Ecommerce Fulfillment", price: "$Contact for Pricing", rating: 5,
|
||||
id: "3", brand: "Distro Broz", name: "Ecommerce Fulfillment", price: "$Contact for Pricing", rating: 5,
|
||||
reviewCount: "3.2k", imageSrc: "http://img.b2bpic.net/free-vector/social-network-media-online-shopping-banners_23-2147501107.jpg", imageAlt: "Ecommerce fulfillment service"
|
||||
}
|
||||
]}
|
||||
@@ -132,7 +132,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardTwentyOne
|
||||
title="Why Choose DistroHub"
|
||||
title="Why Choose Distro Broz"
|
||||
description="We combine cutting-edge technology, strategic partnerships, and operational excellence to deliver superior distribution services."
|
||||
tag="Key Features"
|
||||
tagIcon={CheckCircle}
|
||||
@@ -142,7 +142,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
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"
|
||||
imageAlt="Distro Broz distribution center"
|
||||
mediaAnimation="blur-reveal"
|
||||
accordionItems={[
|
||||
{
|
||||
@@ -163,7 +163,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
mediaPosition="left"
|
||||
ariaLabel="DistroHub features"
|
||||
ariaLabel="Distro Broz features"
|
||||
className="w-full"
|
||||
containerClassName="py-20"
|
||||
titleClassName="text-5xl font-bold"
|
||||
@@ -173,7 +173,7 @@ export default function LandingPage() {
|
||||
<div id="social-proof" data-section="social-proof">
|
||||
<SocialProofOne
|
||||
title="Trusted by Industry Leaders"
|
||||
description="Partner with thousands of businesses that rely on DistroHub for their distribution and fulfillment needs."
|
||||
description="Partner with thousands of businesses that rely on Distro Broz for their distribution and fulfillment needs."
|
||||
tag="Partners"
|
||||
tagIcon={Star}
|
||||
tagAnimation="blur-reveal"
|
||||
@@ -198,7 +198,7 @@ export default function LandingPage() {
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardFive
|
||||
title="What Our Clients Say"
|
||||
description="Hear from businesses that have transformed their operations with DistroHub's distribution solutions."
|
||||
description="Hear from businesses that have transformed their operations with Distro Broz's distribution solutions."
|
||||
tag="Success Stories"
|
||||
tagIcon={Award}
|
||||
tagAnimation="blur-reveal"
|
||||
@@ -210,13 +210,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Johnson, CEO of TechRetail", date: "Date: 15 November 2024", title: "Game-changing distribution partner!", quote: "DistroHub transformed our supply chain operations. Their real-time tracking and efficient fulfillment have cut our delivery times by 40% while reducing costs significantly.", tag: "Premium Wholesale", avatarSrc: "http://img.b2bpic.net/free-vector/female-avatars-with-lovely-style_23-2147668054.jpg", avatarAlt: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/man-with-tablet-working-logistic_23-2148886825.jpg", imageAlt: "Successful business operations"
|
||||
id: "1", name: "Sarah Johnson, CEO of TechRetail", date: "Date: 15 November 2024", title: "Game-changing distribution partner!", quote: "Distro Broz transformed our supply chain operations. Their real-time tracking and efficient fulfillment have cut our delivery times by 40% while reducing costs significantly.", tag: "Premium Wholesale", avatarSrc: "http://img.b2bpic.net/free-vector/female-avatars-with-lovely-style_23-2147668054.jpg", avatarAlt: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/man-with-tablet-working-logistic_23-2148886825.jpg", imageAlt: "Successful business operations"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Michael Chen, Founder of GrowthEcommerce", date: "Date: 22 October 2024", title: "Best fulfillment service in the industry", quote: "We switched to DistroHub for our ecommerce fulfillment and haven't looked back. Their accuracy rate is 99.9%, and their support team is incredibly responsive.", tag: "Ecommerce Solution", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-positive-executive-work_1098-519.jpg", avatarAlt: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/data-center-technicians-deploying-ai-driven-management-tools-using-tablet_482257-125454.jpg", imageAlt: "Business partnership success"
|
||||
id: "2", name: "Michael Chen, Founder of GrowthEcommerce", date: "Date: 22 October 2024", title: "Best fulfillment service in the industry", quote: "We switched to Distro Broz for our ecommerce fulfillment and haven't looked back. Their accuracy rate is 99.9%, and their support team is incredibly responsive.", tag: "Ecommerce Solution", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-positive-executive-work_1098-519.jpg", avatarAlt: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/data-center-technicians-deploying-ai-driven-management-tools-using-tablet_482257-125454.jpg", imageAlt: "Business partnership success"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Emily Rodriguez, Operations Manager at RetailPlus", date: "Date: 08 October 2024", title: "Scaled our business effortlessly", quote: "As we expanded nationally, DistroHub scaled with us seamlessly. Their flexible solutions and strategic network made our expansion smooth and cost-effective.", tag: "Retail Logistics", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-mature-businessman-looking-away_23-2147955371.jpg", avatarAlt: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/excited-saleswoman-receive-good-news-phone-rejoicing-walking-street-celebrating-making_1258-194254.jpg", imageAlt: "Growing business expansion"
|
||||
id: "3", name: "Emily Rodriguez, Operations Manager at RetailPlus", date: "Date: 08 October 2024", title: "Scaled our business effortlessly", quote: "As we expanded nationally, Distro Broz scaled with us seamlessly. Their flexible solutions and strategic network made our expansion smooth and cost-effective.", tag: "Retail Logistics", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-mature-businessman-looking-away_23-2147955371.jpg", avatarAlt: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/excited-saleswoman-receive-good-news-phone-rejoicing-walking-street-celebrating-making_1258-194254.jpg", imageAlt: "Growing business expansion"
|
||||
},
|
||||
{
|
||||
id: "4", name: "David Park, CTO of LogisticsTech", date: "Date: 25 September 2024", title: "Innovation meets reliability", quote: "Their advanced technology platform integrates seamlessly with our systems. The API documentation is excellent, and their technical support is top-notch.", tag: "Enterprise Platform", avatarSrc: "http://img.b2bpic.net/free-photo/businesswoman-using-sign-language-outdoors-work_23-2148740315.jpg", avatarAlt: "David Park", imageSrc: "http://img.b2bpic.net/free-photo/industry-40-photovoltaics-plant-admin-using-digital-device-app_482257-126123.jpg", imageAlt: "Technology innovation"
|
||||
@@ -231,7 +231,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
title="Get In Touch"
|
||||
description="Ready to optimize your distribution strategy? Contact our team today to discuss how DistroHub can support your business growth."
|
||||
description="Ready to optimize your distribution strategy? Contact our team today to discuss how Distro Broz can support your business growth."
|
||||
inputs={[
|
||||
{ name: "fullName", type: "text", placeholder: "Full Name", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Email Address", required: true },
|
||||
@@ -241,7 +241,7 @@ export default function LandingPage() {
|
||||
textarea={{ name: "message", placeholder: "Tell us about your distribution needs...", rows: 5, required: true }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/happy-young-businesswoman-talking-mobile-phone-cafe_1262-20247.jpg"
|
||||
imageAlt="DistroHub customer support center"
|
||||
imageAlt="Distro Broz customer support center"
|
||||
mediaAnimation="blur-reveal"
|
||||
mediaPosition="right"
|
||||
buttonText="Send Message"
|
||||
@@ -253,7 +253,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="DistroHub"
|
||||
logoText="Distro Broz"
|
||||
leftLink={{ text: "Privacy Policy", href: "#" }}
|
||||
rightLink={{ text: "Terms of Service", href: "#" }}
|
||||
ariaLabel="Site footer"
|
||||
|
||||
Reference in New Issue
Block a user