diff --git a/src/app/page.tsx b/src/app/page.tsx index e0bd08f..680684f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTe import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; -import { ArrowRight, Shield, MessageCircle, User, LineChart } from "lucide-react"; +import { ArrowRight, Shield, MessageCircle, User } from "lucide-react"; export default function LandingPage() { return ( @@ -105,7 +105,7 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah Janssen", role: "CEO, TechCorp", testimonial: "AMS Marketing redefined our digital strategy. Unmatched expertise.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJoeL1kj3KAGCFdKZaVyRTrBRV/abstract-background-of-digital-marketing-1774527615810-d72e4bf5.png" }, { id: "2", name: "Mark Van Dijk", role: "Founder, Innovate", testimonial: "Creative, reliable, and incredibly fast. The best in the business.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJoeL1kj3KAGCFdKZaVyRTrBRV/abstract-background-of-strategy-and-crea-1774527616952-adf274bf.png" }, - { id: "3", name: "Elena Rossi", role: "Marketing Dir, FashionUp", testimonial: "They built our brand from scratch into a household name. Incredible.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJoeL1kj3KAGCFdKZaVyRTrBRV/modern-office-aesthetic-bright-and-airy--1774527623450-823a3ea4.png" }, + { id: "3", name: "Elena Rossi", role: "Marketing Dir, FashionUp", testimonial: "They built our brand from scratch into a household name. Incredible.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJoeL1kj3KAGCFdRTrBRV/modern-office-aesthetic-bright-and-airy--1774527623450-823a3ea4.png" }, { id: "4", name: "Tom Klaassen", role: "Head of Growth, Startup", testimonial: "Metrics improved instantly after our first campaign. Highly recommend.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJoeL1kj3KAGCFdKZaVyRTrBRV/conceptual-image-of-growth-and-results-s-1774527620277-68e8d245.png" }, ]} />