Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-02-24 07:05:47 +00:00

View File

@@ -1,4 +1,4 @@
"use client"
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
@@ -187,22 +187,22 @@ export default function LandingPage() {
<TestimonialCardSix
testimonials={[
{
id: "testimonial-1", name: "Sarah Chen", handle: "@sarahc_logistics", testimonial: "This platform reduced our shipping costs by 23% while improving delivery accuracy. The real-time tracking has been a game-changer for our operations team.", imageSrc: "https://img.b2bpic.net/free-photo/closeup-happy-business-lady-showing-thumb-up_1262-2980.jpg?_wi=1", imageAlt: "Sarah Chen, Logistics Director at Global Freight", icon: CheckCircle
id: "testimonial-1", name: "Sarah Chen", handle: "@sarahc_logistics", testimonial: "This platform reduced our shipping costs by 23% while improving delivery accuracy. The real-time tracking has been a game-changer for our operations team.", imageSrc: "https://img.b2bpic.net/free-photo/closeup-happy-business-lady-showing-thumb-up_1262-2980.jpg", imageAlt: "Sarah Chen, Logistics Director at Global Freight", icon: CheckCircle
},
{
id: "testimonial-2", name: "Michael Rodriguez", handle: "@mikerodriguez_ops", testimonial: "Implementing their solution took just two weeks and already we're seeing a 35% improvement in route efficiency. The dashboard insights are incredibly detailed.", imageSrc: "https://img.b2bpic.net/free-photo/businesspeople-working-as-team_1098-803.jpg?_wi=1", imageAlt: "Michael Rodriguez, Operations Manager at SupplyChain Pro", icon: CheckCircle
id: "testimonial-2", name: "Michael Rodriguez", handle: "@mikerodriguez_ops", testimonial: "Implementing their solution took just two weeks and already we're seeing a 35% improvement in route efficiency. The dashboard insights are incredibly detailed.", imageSrc: "https://img.b2bpic.net/free-photo/businesspeople-working-as-team_1098-803.jpg", imageAlt: "Michael Rodriguez, Operations Manager at SupplyChain Pro", icon: CheckCircle
},
{
id: "testimonial-3", name: "Jessica Williams", handle: "@jessw_transport", testimonial: "The integration was seamless with our existing ERP system. Our warehouse throughput increased by 40% after deployment. Truly transformative for our business.", imageSrc: "https://img.b2bpic.net/free-photo/coworkers-engaging-problem-solving-meeting-corporation_482257-122842.jpg?_wi=1", imageAlt: "Jessica Williams, Supply Chain Lead at TransGlobal", icon: CheckCircle
id: "testimonial-3", name: "Jessica Williams", handle: "@jessw_transport", testimonial: "The integration was seamless with our existing ERP system. Our warehouse throughput increased by 40% after deployment. Truly transformative for our business.", imageSrc: "https://img.b2bpic.net/free-photo/coworkers-engaging-problem-solving-meeting-corporation_482257-122842.jpg", imageAlt: "Jessica Williams, Supply Chain Lead at TransGlobal", icon: CheckCircle
},
{
id: "testimonial-4", name: "David Park", handle: "@davidpark_logistics", testimonial: "The automation features have saved us countless hours. Our team can now focus on strategic planning instead of manual tracking.", imageSrc: "https://img.b2bpic.net/free-photo/closeup-happy-business-lady-showing-thumb-up_1262-2980.jpg?_wi=2", imageAlt: "David Park, Supply Chain Manager", icon: CheckCircle
id: "testimonial-4", name: "David Park", handle: "@davidpark_logistics", testimonial: "The automation features have saved us countless hours. Our team can now focus on strategic planning instead of manual tracking.", imageSrc: "https://img.b2bpic.net/free-photo/closeup-happy-business-lady-showing-thumb-up_1262-2980.jpg", imageAlt: "David Park, Supply Chain Manager", icon: CheckCircle
},
{
id: "testimonial-5", name: "Maria Santos", handle: "@maria_supply", testimonial: "Outstanding customer support and reliable performance. Our delivery times improved by 30% within the first month.", imageSrc: "https://img.b2bpic.net/free-photo/businesspeople-working-as-team_1098-803.jpg?_wi=2", imageAlt: "Maria Santos, Operations Director", icon: CheckCircle
id: "testimonial-5", name: "Maria Santos", handle: "@maria_supply", testimonial: "Outstanding customer support and reliable performance. Our delivery times improved by 30% within the first month.", imageSrc: "https://img.b2bpic.net/free-photo/businesspeople-working-as-team_1098-803.jpg", imageAlt: "Maria Santos, Operations Director", icon: CheckCircle
},
{
id: "testimonial-6", name: "James Wilson", handle: "@james_logistics", testimonial: "The predictive analytics feature helped us avoid major supply chain disruptions. Excellent ROI on our investment.", imageSrc: "https://img.b2bpic.net/free-photo/coworkers-engaging-problem-solving-meeting-corporation_482257-122842.jpg?_wi=2", imageAlt: "James Wilson, Logistics Coordinator", icon: CheckCircle
id: "testimonial-6", name: "James Wilson", handle: "@james_logistics", testimonial: "The predictive analytics feature helped us avoid major supply chain disruptions. Excellent ROI on our investment.", imageSrc: "https://img.b2bpic.net/free-photo/coworkers-engaging-problem-solving-meeting-corporation_482257-122842.jpg", imageAlt: "James Wilson, Logistics Coordinator", icon: CheckCircle
}
]}
animationType="slide-up"