diff --git a/src/app/page.tsx b/src/app/page.tsx index 0f90812..e9d4992 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,7 +49,7 @@ export default function LandingPage() { { text: "Rezervace / oslava", href: "#contact" }, ]} slides={[ - { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-mature-woman-having-fun-time_23-2149232853.jpg", imageAlt: "Atmosféra kavárny DECADA" }, + { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-mature-woman-having-fun-time_23-2149232853.jpg?_wi=1", imageAlt: "Atmosféra kavárny DECADA" }, { imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-sitting-bar-counter_23-2147861962.jpg", imageAlt: "Side view of a man sitting at bar counter" }, { imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-with-blond-hair-holding-cocktail_273609-15687.jpg", imageAlt: "Portrait of young woman with blond hair holding cocktail" }, { imageSrc: "http://img.b2bpic.net/free-photo/blurred-restaurant-with-vintage-sofa_1203-557.jpg", imageAlt: "Blurred restaurant with a vintage sofa" }, @@ -68,7 +68,7 @@ export default function LandingPage() { { value: "7", title: "Dní v týdnu" }, { value: "1", title: "Srdce na Palmovce" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/female-hanging-with-her-friends-bar_23-2147859513.jpg" + imageSrc="http://img.b2bpic.net/free-photo/female-hanging-with-her-friends-bar_23-2147859513.jpg?_wi=1" imageAlt="Interiér DECADA" mediaAnimation="slide-up" metricsAnimation="slide-up" @@ -82,9 +82,9 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { id: "f1", title: "Atmosféra", description: "Místo, kde čas plyne tak, jak má. Útulný prostor pro přátele i samotáře.", tag: "Vibe", imageSrc: "http://img.b2bpic.net/free-photo/bartender-serving-beer-bar-counter_107420-94877.jpg", imageAlt: "Bartender serving beer at bar counter" }, - { id: "f2", title: "Káva & Drinky", description: "Výběrová káva od rána, večer kvalitní drinky a čepované pivo.", tag: "Sortiment", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-mature-woman-having-fun-time_23-2149232853.jpg", imageAlt: "Bartender serving beer at bar counter" }, - { id: "f3", title: "Jídlo", description: "Čerstvé snacky, bagely a quesadilly, co zasytí i potěší.", tag: "Kitchen", imageSrc: "http://img.b2bpic.net/free-photo/female-hanging-with-her-friends-bar_23-2147859513.jpg", imageAlt: "Bartender serving beer at bar counter" }, - { id: "f4", title: "Obsluha", description: "Tým lidí, co vás zná jménem a vždy se usměje.", tag: "Team", imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", imageAlt: "Bartender serving beer at bar counter" }, + { id: "f2", title: "Káva & Drinky", description: "Výběrová káva od rána, večer kvalitní drinky a čepované pivo.", tag: "Sortiment", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-mature-woman-having-fun-time_23-2149232853.jpg?_wi=2", imageAlt: "Bartender serving beer at bar counter" }, + { id: "f3", title: "Jídlo", description: "Čerstvé snacky, bagely a quesadilly, co zasytí i potěší.", tag: "Kitchen", imageSrc: "http://img.b2bpic.net/free-photo/female-hanging-with-her-friends-bar_23-2147859513.jpg?_wi=2", imageAlt: "Bartender serving beer at bar counter" }, + { id: "f4", title: "Obsluha", description: "Tým lidí, co vás zná jménem a vždy se usměje.", tag: "Team", imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg?_wi=1", imageAlt: "Bartender serving beer at bar counter" }, ]} title="Proč DECADA" description="Naše filozofie je jednoduchá: kvalita, atmosféra a vy." @@ -115,7 +115,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { id: "1", title: "Skvělá obsluha", quote: "Nejmilejší obsluha v Praze, vždy se tu cítím jako doma.", name: "Jana Nová", role: "Stálý host", imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg" }, + { id: "1", title: "Skvělá obsluha", quote: "Nejmilejší obsluha v Praze, vždy se tu cítím jako doma.", name: "Jana Nová", role: "Stálý host", imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg?_wi=2" }, { id: "2", title: "Super místo", quote: "Skvělé pivo a snacky, ideální na večerní posezení s přáteli.", name: "Petr Černý", role: "Host", imageSrc: "http://img.b2bpic.net/free-photo/happy-man-with-earphones-smiling-camera_23-2148322120.jpg" }, { id: "3", title: "Útulný brunch", quote: "Útulné, moderní místo. Ideální na brunch i večerní drink.", name: "Eva Svobodová", role: "Host", imageSrc: "http://img.b2bpic.net/free-photo/man-reading-newspaper-coffee-shop_1170-2058.jpg" }, { id: "4", title: "Můj druhý domov", quote: "Místo, kam se člověk vždy rád vrací. Skvělá atmosféra.", name: "Lukáš Dvořák", role: "Stálý host", imageSrc: "http://img.b2bpic.net/free-photo/smiling-camera-with-crossed-arms-happy-confident-satisfied-expression-lateral-view_1194-633413.jpg" },