Merge version_3 into main #4

Merged
bender merged 1 commits from version_3 into main 2026-04-18 23:35:38 +00:00

View File

@@ -47,7 +47,7 @@ export default function LandingPage() {
title="Reliable Logistics for Your Business Critical Shipments"
description="With over 12,000 professional drivers at your disposal, we offer lightning-fast collection and guaranteed same-day delivery nationwide."
testimonials={[
{ id: "t1", name: "Sarah Miller", handle: "@engineer", testimonial: "The fastest service I have encountered. Fountco handled our urgent machine part delivery perfectly.", rating: 5 }
{ name: "Sarah Miller", handle: "@engineer", testimonial: "The fastest service I have encountered. Fountco handled our urgent machine part delivery perfectly.", rating: 5 }
]}
buttons={[{ text: "Get a Free Quote", href: "#contact" }]}
imageSrc="http://img.b2bpic.net/free-photo/man-by-truck-guy-delivery-uniform-man-with-clipboard_1157-46175.jpg"
@@ -72,7 +72,7 @@ export default function LandingPage() {
description="End-to-end delivery management optimized for high-volume and critical supply chain demands."
features={[
{ title: "Precision Manufacturing", description: "Just-in-time delivery for sensitive parts and engineering equipment.", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-holding-digital-tablet_107420-95942.jpg" },
{ title: "Advanced Real-time Tracking", description: "Complete visibility into your supply chain with our secure tracking dashboard.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-holding-laptop_23-2149954894.jpg" }
{ title: "Advanced Real-time Tracking", description: "Complete visibility into your supply chain with our secure tracking dashboard.", imageSrc: "http://img.b2bpic.net/high-angle-woman-holding-laptop_23-2149954894.jpg" }
]}
textboxLayout="default"
useInvertedBackground={true}
@@ -86,6 +86,7 @@ export default function LandingPage() {
showRating={true}
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
{ id: "t1", name: "Sarah Miller", handle: "Engineering Manager", testimonial: "Reliable, fast, and professional. We trust Fountco with our most critical components.", rating: 5, icon: Award },
{ id: "t2", name: "James Carter", handle: "Operations Lead", testimonial: "The best nationwide service I have ever worked with. Constant communication and on-time delivery.", rating: 5, icon: ShieldCheck }
@@ -99,6 +100,7 @@ export default function LandingPage() {
description="Trusted by forward-thinking companies to handle their most critical deliveries."
names={["Logistix Pro", "National Move", "Transporter Co", "SpeedLink Solutions", "Supply Chain UK"]}
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
@@ -123,6 +125,7 @@ export default function LandingPage() {
description="Let's discuss how our courier services can help your business stay ahead with fast, reliable transport."
buttons={[{ text: "Get in Touch", href: "#contact" }]}
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
/>
</div>