Update src/app/page.tsx

This commit is contained in:
2026-03-19 15:48:54 +00:00
parent 466ae04042
commit 742bacbe45

View File

@@ -49,8 +49,8 @@ export default function LandingPage() {
]}
slides={[
{ imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-sprinkles-tomato-soup-grated-cheese-crackers_141793-3856.jpg", imageAlt: "Taumi signature pho bowl" },
{ imageSrc: "http://img.b2bpic.net/free-photo/caesar-salad-chicken-lettuce-tomato-parmesan-anchovies-side-view_141793-3707.jpg", imageAlt: "Crispy roasted duck specialty" },
{ imageSrc: "http://img.b2bpic.net/free-photo/salmon-dish-decorated-with-orange-slice-strawberries-chia-seeds_181624-44859.jpg", imageAlt: "Premium salmon teriyaki" }
{ imageSrc: "http://img.b2bpic.net/free-photo/caesar-salad-chicken-lettuce-tomato-parmesan-anchovies-side-view_141793-3707.jpg?_wi=1", imageAlt: "Crispy roasted duck specialty" },
{ imageSrc: "http://img.b2bpic.net/free-photo/salmon-dish-decorated-with-orange-slice-strawberries-chia-seeds_181624-44859.jpg?_wi=1", imageAlt: "Premium salmon teriyaki" }
]}
autoplayDelay={4000}
showDimOverlay={false}
@@ -68,8 +68,8 @@ export default function LandingPage() {
animationType="slide-up"
products={[
{ id: "pho", name: "Pho Premium", price: "€9,90", imageSrc: "http://img.b2bpic.net/free-photo/fish-salad-with-lime-chili-lemongrass-onions-red-onions-parsley-kaffir-lime-leaves-plate_1150-27119.jpg", imageAlt: "Pho - Vietnamese noodle soup" },
{ id: "duck", name: "Peking Duck", price: "€14,50", imageSrc: "http://img.b2bpic.net/free-photo/caesar-salad-chicken-lettuce-tomato-parmesan-anchovies-side-view_141793-3707.jpg", imageAlt: "Crispy roasted duck" },
{ id: "salmon", name: "Teriyaki Salmon", price: "€16,90", imageSrc: "http://img.b2bpic.net/free-photo/salmon-dish-decorated-with-orange-slice-strawberries-chia-seeds_181624-44859.jpg", imageAlt: "Grilled salmon teriyaki glaze" }
{ id: "duck", name: "Peking Duck", price: "€14,50", imageSrc: "http://img.b2bpic.net/free-photo/caesar-salad-chicken-lettuce-tomato-parmesan-anchovies-side-view_141793-3707.jpg?_wi=2", imageAlt: "Crispy roasted duck" },
{ id: "salmon", name: "Teriyaki Salmon", price: "€16,90", imageSrc: "http://img.b2bpic.net/free-photo/salmon-dish-decorated-with-orange-slice-strawberries-chia-seeds_181624-44859.jpg?_wi=2", imageAlt: "Grilled salmon teriyaki glaze" }
]}
buttons={[
{ text: "Objednej si teraz", href: "#contact" }
@@ -104,7 +104,7 @@ export default function LandingPage() {
description="V Taumi dôverujú ľudia kvôli našej prísnosti pri kvalite. Každé jedlo je starostlivo pripravené a podávané s úsmevom."
subdescription="Čerstvé suroviny, autentické recepty, veľké porcie. Pracujeme neustále na tom, aby bol váš zážitok vždy dokonalý."
icon={Award}
imageSrc="http://img.b2bpic.net/free-photo/grey-painted-fancy-restaurant-with-empty-dinner-table_140725-8729.jpg"
imageSrc="http://img.b2bpic.net/free-photo/grey-painted-fancy-restaurant-with-empty-dinner-table_140725-8729.jpg?_wi=1"
imageAlt="Taumi modern luxury restaurant interior"
mediaAnimation="blur-reveal"
useInvertedBackground={false}
@@ -157,7 +157,7 @@ export default function LandingPage() {
tagAnimation="slide-up"
background={{ variant: "animated-grid" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/grey-painted-fancy-restaurant-with-empty-dinner-table_140725-8729.jpg"
imageSrc="http://img.b2bpic.net/free-photo/grey-painted-fancy-restaurant-with-empty-dinner-table_140725-8729.jpg?_wi=2"
imageAlt="Taumi restaurant contact"
mediaAnimation="blur-reveal"
mediaPosition="right"