diff --git a/src/app/page.tsx b/src/app/page.tsx index 1862dae..8abf5f7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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} /> @@ -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} />