diff --git a/src/app/page.tsx b/src/app/page.tsx
index 1b2f150..3ea00d5 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,14 +31,10 @@ export default function LandingPage() {
@@ -46,8 +42,7 @@ export default function LandingPage() {
@@ -155,22 +135,20 @@ export default function LandingPage() {
testimonials={[
{ id: "1", name: "Anna P.", date: "12. 5. 2024", title: "Skvělá oáza", quote: "Nejlepší místo v Praze pro odpočinek.", tag: "Kavárna", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5062.jpg", imageSrc: "http://img.b2bpic.net/free-photo/street-lamp-park-with-trees-background_91008-480.jpg?_wi=2", imageAlt: "happy coffee shop customer portrait" },
{ id: "2", name: "Petr K.", date: "10. 5. 2024", title: "Káva na jedničku", quote: "Výborný flat white a klid v zahradě.", tag: "Káva", avatarSrc: "http://img.b2bpic.net/free-photo/photo-stylish-man-with-trendy-haircut-writes-records-notepad-focused-newspaper-drinks-takeaway-coffee-uses-modern-laptop-computer-freelance-work-hipster-guy-makes-recordings_273609-29250.jpg", imageSrc: "http://img.b2bpic.net/free-photo/breakfast-tea_23-2148079525.jpg?_wi=2", imageAlt: "happy coffee shop customer portrait" },
- { id: "3", name: "Jana S.", date: "5. 5. 2024", title: "Domácí atmosféra", quote: "Miluju jejich koláče a domácí pohodu.", tag: "Jídlo", avatarSrc: "http://img.b2bpic.net/free-photo/fashionable-young-man-with-beard-wearing-hat-white-shirt-having-hot-drink-sitting-table-holding-gadget-his-hand-caucasian-male-using-mobile-phone-drinking-tea-coffee-cozy-cafe_273609-1509.jpg", imageSrc: "http://img.b2bpic.net/free-photo/amazing-gardens-luxury-hotel-sunset-bodrum-turkey_627829-7146.jpg?_wi=2", imageAlt: "happy coffee shop customer portrait" },
- { id: "4", name: "Tomáš M.", date: "1. 5. 2024", title: "Můj pracovní kout", quote: "Skvělé místo na schůzky v zahradě.", tag: "Work", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-young-man-hostel_23-2150601149.jpg", imageSrc: "http://img.b2bpic.net/free-photo/businessman-coffee-shop_1150-6316.jpg", imageAlt: "happy coffee shop customer portrait" },
- { id: "5", name: "Lucie B.", date: "28. 4. 2024", title: "Vždy se vracím", quote: "Prostě miluju tuhle oázu v centru.", tag: "Láska", avatarSrc: "http://img.b2bpic.net/free-photo/rustic-patio-with-deck-furniture-vegetation_23-2150698354.jpg", imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup-restaurant-s-table_74190-10275.jpg?_wi=2", imageAlt: "happy coffee shop customer portrait" }
+ { id: "3", name: "Jana S.", date: "5. 5. 2024", title: "Domácí atmosféra", quote: "Miluju jejich koláče a domácí pohodu.", tag: "Jídlo", avatarSrc: "http://img.b2bpic.net/free-photo/fashionable-young-man-with-beard-wearing-hat-white-shirt-having-hot-drink-sitting-table-holding-gadget-his-hand-caucasian-male-using-mobile-phone-drinking-tea-coffee-cozy-cafe_273609-1509.jpg", imageSrc: "http://img.b2bpic.net/free-photo/amazing-gardens-luxury-hotel-sunset-bodrum-turkey_627829-7146.jpg?_wi=2", imageAlt: "happy coffee shop customer portrait" }
]}
/>