diff --git a/src/app/page.tsx b/src/app/page.tsx index 7c83027..c7d18d0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,11 +46,11 @@ export default function LandingPage() { title="Relax. Taste. Enjoy the Park." description="Brunch, coffee, and modern cuisine in the heart of Pardubice." testimonials={[ - { name: "Jana Nováková", handle: "@jana_nov", testimonial: "The best brunch spot in Pardubice!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/waitress-serving-cup-coffee-customers_1170-652.jpg" }, - { name: "Petr Svoboda", handle: "@psvoboda", testimonial: "Incredible atmosphere by the park.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-friends-chatting-table_23-2149213369.jpg" }, - { name: "Lucie Bílá", handle: "@lucieb", testimonial: "Perfect coffee and macarons.", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/girl-smiling_23-2148014954.jpg" }, - { name: "Tomáš Marek", handle: "@tmarek", testimonial: "Excellent service and fresh ingredients.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-female-entrepreneur-sitting-table-cafe_1262-17235.jpg" }, - { name: "Eva Kovářová", handle: "@evak", testimonial: "A true sanctuary in the city center.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-with-olives-beer_23-2147680964.jpg" }, + { name: "Jana Nováková", handle: "@jana_nov", testimonial: "The best brunch spot in Pardubice!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/waitress-serving-cup-coffee-customers_1170-652.jpg?_wi=1" }, + { name: "Petr Svoboda", handle: "@psvoboda", testimonial: "Incredible atmosphere by the park.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-friends-chatting-table_23-2149213369.jpg?_wi=1" }, + { name: "Lucie Bílá", handle: "@lucieb", testimonial: "Perfect coffee and macarons.", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/girl-smiling_23-2148014954.jpg?_wi=1" }, + { name: "Tomáš Marek", handle: "@tmarek", testimonial: "Excellent service and fresh ingredients.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-female-entrepreneur-sitting-table-cafe_1262-17235.jpg?_wi=1" }, + { name: "Eva Kovářová", handle: "@evak", testimonial: "A true sanctuary in the city center.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-with-olives-beer_23-2147680964.jpg?_wi=1" }, ]} buttons={[{ text: "View Menu", href: "#menu" }, { text: "Reserve a Table", href: "#contact" }]} imageSrc="http://img.b2bpic.net/free-photo/gorgeous-brunette-girl-sitting-table-cafe-with-cup-coffee-drink_627829-10595.jpg" @@ -118,11 +118,11 @@ export default function LandingPage() {