diff --git a/src/app/page.tsx b/src/app/page.tsx index ec4da0e..794c13a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,8 +60,7 @@ export default function LandingPage() { imagePosition="right" testimonials={[ { - name: "Loyal Customer", handle: "Regular since opening", testimonial: "Best barbers in Kaunas. Period.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-female-blazer-beauty-blonde_1139-773.jpg", imageAlt: "Customer testimonial" + name: "Loyal Customer", handle: "Regular since opening", testimonial: "Best barbers in Kaunas. Period.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-female-blazer-beauty-blonde_1139-773.jpg", imageAlt: "Customer testimonial" }, ]} useInvertedBackground={false}