diff --git a/src/app/page.tsx b/src/app/page.tsx index 265a71e..d0324c2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,7 +64,7 @@ export default function LandingPage() { description="Již od roku 2015" subdescription="Ve Svatobořicích-Mistříně" icon={Heart} - imageSrc="http://img.b2bpic.net/free-photo/towel-near-cookie-cutters-dough_23-2147943363.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/towel-near-cookie-cutters-dough_23-2147943363.jpg" imageAlt="Interiér pivnice s hosty" mediaAnimation="slide-up" useInvertedBackground={false} @@ -80,11 +80,11 @@ export default function LandingPage() { tagAnimation="slide-up" features={[ { - id: "01", title: "Čepované pivo", description: "Pilsner Urquell, Radegast a další kvalitní české pivovary. Vždy čerstvě čepované.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-hand-with-pint-pouring-beer_23-2148342182.jpg?_wi=1", imageAlt: "Čepování piva"}, + id: "01", title: "Čepované pivo", description: "Pilsner Urquell, Radegast a další kvalitní české pivovary. Vždy čerstvě čepované.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-hand-with-pint-pouring-beer_23-2148342182.jpg", imageAlt: "Čepování piva"}, { - id: "02", title: "Pivní pochutiny", description: "Utopenec, nakládaný hermelín, chipsy a další tradiční česká jídla.", imageSrc: "http://img.b2bpic.net/free-photo/group-cheerful-friends-having-fun-while-watching-sports-game-tv-drinking-beer-bar_637285-4136.jpg?_wi=1", imageAlt: "Tradičními pokrmy"}, + id: "02", title: "Pivní pochutiny", description: "Utopenec, nakládaný hermelín, chipsy a další tradiční česká jídla.", imageSrc: "http://img.b2bpic.net/free-photo/group-cheerful-friends-having-fun-while-watching-sports-game-tv-drinking-beer-bar_637285-4136.jpg", imageAlt: "Tradičními pokrmy"}, { - id: "03", title: "Nápoje", description: "Nealko nápoje, panáky, míchané drinky a speciální pivní koktejly.", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-closeup-bar-green-chairs-counter-closeup-selective-focus-bar-view-blur-focus-bar-decoration-idea-photo-interior_166373-2947.jpg?_wi=1", imageAlt: "Bar s nápoji"}, + id: "03", title: "Nápoje", description: "Nealko nápoje, panáky, míchané drinky a speciální pivní koktejly.", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-closeup-bar-green-chairs-counter-closeup-selective-focus-bar-view-blur-focus-bar-decoration-idea-photo-interior_166373-2947.jpg", imageAlt: "Bar s nápoji"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -102,15 +102,15 @@ export default function LandingPage() { tagAnimation="slide-up" products={[ { - id: "1", name: "Interiér pivnice", price: "Příjemná atmosféra", imageSrc: "http://img.b2bpic.net/free-photo/towel-near-cookie-cutters-dough_23-2147943363.jpg?_wi=2", imageAlt: "Interiér s hosty"}, + id: "1", name: "Interiér pivnice", price: "Příjemná atmosféra", imageSrc: "http://img.b2bpic.net/free-photo/towel-near-cookie-cutters-dough_23-2147943363.jpg", imageAlt: "Interiér s hosty"}, { - id: "2", name: "Čepování piva", price: "Profesionální příprava", imageSrc: "http://img.b2bpic.net/free-photo/front-view-hand-with-pint-pouring-beer_23-2148342182.jpg?_wi=2", imageAlt: "Barman čepuje pivo"}, + id: "2", name: "Čepování piva", price: "Profesionální příprava", imageSrc: "http://img.b2bpic.net/free-photo/front-view-hand-with-pint-pouring-beer_23-2148342182.jpg", imageAlt: "Barman čepuje pivo"}, { - id: "3", name: "Posezení s přáteli", price: "Sociální zážitek", imageSrc: "http://img.b2bpic.net/free-photo/group-cheerful-friends-having-fun-while-watching-sports-game-tv-drinking-beer-bar_637285-4136.jpg?_wi=2", imageAlt: "Přátelé u stolu"}, + id: "3", name: "Posezení s přáteli", price: "Sociální zážitek", imageSrc: "http://img.b2bpic.net/free-photo/group-cheerful-friends-having-fun-while-watching-sports-game-tv-drinking-beer-bar_637285-4136.jpg", imageAlt: "Přátelé u stolu"}, { - id: "4", name: "Bar", price: "Kvalitní nápoje", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-closeup-bar-green-chairs-counter-closeup-selective-focus-bar-view-blur-focus-bar-decoration-idea-photo-interior_166373-2947.jpg?_wi=2", imageAlt: "Barový pult"}, + id: "4", name: "Bar", price: "Kvalitní nápoje", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-closeup-bar-green-chairs-counter-closeup-selective-focus-bar-view-blur-focus-bar-decoration-idea-photo-interior_166373-2947.jpg", imageAlt: "Barový pult"}, ]} - gridVariant="four-items-2x2-equal-grid" + gridVariant="uniform-all-items-equal" animationType="slide-up" textboxLayout="default" useInvertedBackground={false} @@ -156,7 +156,7 @@ export default function LandingPage() { id: "4", value: "11", title: "Neděle", description: "11:00 – 23:00", icon: Sun, }, ]} - gridVariant="four-items-2x2-equal-grid" + gridVariant="uniform-all-items-equal" animationType="scale-rotate" textboxLayout="default" useInvertedBackground={false}