diff --git a/src/app/page.tsx b/src/app/page.tsx index a5e44ea..a8e9b77 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="medium" sizing="largeSizeMediumTitles" - background="floatingGradient" + background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="double-inset" secondaryButtonStyle="glass" @@ -45,17 +45,17 @@ export default function LandingPage() { title="Poctivá domácí kuchyně v Karviné" description="Denní menu, velké porce a příjemné posezení pro celou rodinu. Od pondělí do pátku najdete výběr z pestrého jídelního lístku se speciální nabídkou polodních." tag="Hospoda U Marty" - background={{ variant: "floatingGradient" }} + background={{ variant: "animated-grid" }} buttons={[ { text: "📞 Zavolat nyní", href: "tel:+420596335566" }, { text: "Rezervovat stůl", href: "#contact" } ]} mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/there-are-glasses-wine-water-table-with-white-cloth-are-ready-dining_613910-3428.jpg?_wi=1", imageAlt: "Hospoda U Marty vnitřek" }, - { imageSrc: "http://img.b2bpic.net/free-photo/fried-cutlet-with-potatoes-mushrooms_141793-126.jpg?_wi=1", imageAlt: "Tradiční české jídlo" }, - { imageSrc: "http://img.b2bpic.net/free-photo/garlic-soup-topped-with-croutons-black-bowl-wooden-table_123827-20721.jpg?_wi=1", imageAlt: "Denní menu" }, - { imageSrc: "http://img.b2bpic.net/free-photo/mornign-tea-garden-happy-couple-sitting-garden-having-tea_259150-57558.jpg?_wi=1", imageAlt: "Venkovní posezení" }, - { imageSrc: "http://img.b2bpic.net/free-photo/young-boy-girl-playing-indoors-with-eco-toys_23-2150268065.jpg?_wi=1", imageAlt: "Dětský koutek" } + { imageSrc: "http://img.b2bpic.net/free-photo/there-are-glasses-wine-water-table-with-white-cloth-are-ready-dining_613910-3428.jpg", imageAlt: "Hospoda U Marty vnitřek" }, + { imageSrc: "http://img.b2bpic.net/free-photo/fried-cutlet-with-potatoes-mushrooms_141793-126.jpg", imageAlt: "Tradiční české jídlo" }, + { imageSrc: "http://img.b2bpic.net/free-photo/garlic-soup-topped-with-croutons-black-bowl-wooden-table_123827-20721.jpg", imageAlt: "Denní menu" }, + { imageSrc: "http://img.b2bpic.net/free-photo/mornign-tea-garden-happy-couple-sitting-garden-having-tea_259150-57558.jpg", imageAlt: "Venkovní posezení" }, + { imageSrc: "http://img.b2bpic.net/free-photo/young-boy-girl-playing-indoors-with-eco-toys_23-2150268065.jpg", imageAlt: "Dětský koutek" } ]} /> @@ -64,6 +64,7 @@ export default function LandingPage() {