Merge version_3 into main
Merge version_3 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -90,6 +90,7 @@ export default function LandingPage() {
|
||||
<MetricCardFourteen
|
||||
title="Reliability in Numbers"
|
||||
tag="Our Impact"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{ id: "m1", value: "15+", description: "Years Experience" },
|
||||
{ id: "m2", value: "500+", description: "Clients" },
|
||||
@@ -114,8 +115,10 @@ export default function LandingPage() {
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqDouble
|
||||
title="Frequently Asked Questions"
|
||||
description="Common questions about our logistics and warehousing solutions."
|
||||
faqsAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{ id: "f1", title: "Do you offer international shipping?", content: "Yes, we handle international logistics." },
|
||||
{ id: "f2", title: "How to request a quote?", content: "Use our contact form." },
|
||||
@@ -129,6 +132,8 @@ export default function LandingPage() {
|
||||
title="Get in Touch"
|
||||
description="Ready to discuss your logistics needs?"
|
||||
buttons={[{ text: "Submit" }]}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user