Merge version_2 into main #2

Merged
bender merged 2 commits from version_2 into main 2026-06-11 18:41:53 +00:00
2 changed files with 6 additions and 7 deletions

View File

@@ -183,8 +183,7 @@ export default function LandingPage() {
{
id: "q4", title: "What types of goods do you transport?", content: "We handle a wide range of goods, from documents and small parcels to pallets and larger consignments. We adhere to all regulatory guidelines for safe transport."},
]}
sideTitle="Common Questions"
sideDescription="Find quick answers to the most frequently asked questions about our B2B courier services."
sideTitle="Common Inquiries" sideDescription="Find quick answers to the most common inquiries about our B2B courier and logistics services. For further assistance, please reach out to our support team."
faqsAnimation="opacity"
/>
</div>
@@ -194,9 +193,9 @@ export default function LandingPage() {
useInvertedBackground={true}
background={{
variant: "plain"}}
tag="Contact Us"
title="Ready to Optimize Your Deliveries?"
description="Get in touch with our team today to discuss your specific B2B courier needs and receive a tailored quote. We're here to help your business thrive."
tag="Connect with Us"
title="Partner with UK Courier Solutions for Seamless Logistics"
description="Ready to enhance your business deliveries? Get in touch with our expert team today to discuss tailored B2B courier services and receive a personalized quote."
buttons={[
{
text: "Request a Quote", href: "/#contact"},
@@ -247,7 +246,7 @@ export default function LandingPage() {
},
]}
bottomLeftText="© 2024 UK Courier Solutions. All rights reserved."
bottomRightText="Built for reliable B2B logistics."
bottomRightText="Your Trusted Partner in B2B Logistics."
/>
</div>
</ReactLenis>

View File

@@ -11,7 +11,7 @@ html {
body {
background-color: var(--background);
color: var(--foreground);
font-family: var(--font-montserrat), sans-serif;
font-family: var(--font-inter), sans-serif;
position: relative;
min-height: 100vh;
overscroll-behavior: none;