From e7026429347fa4cecfc125c20cf1e78391d6aa5f Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 11 Jun 2026 18:41:50 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8924eef..14d26d4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" /> @@ -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." /> -- 2.49.1 From e66e6f92e77589f515eb774488ee351c151747e5 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 11 Jun 2026 18:41:50 +0000 Subject: [PATCH 2/2] Update src/app/styles/base.css --- src/app/styles/base.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/styles/base.css b/src/app/styles/base.css index aa7fd03..62c2d18 100644 --- a/src/app/styles/base.css +++ b/src/app/styles/base.css @@ -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; -- 2.49.1