Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-21 16:48:54 +00:00

View File

@@ -10,7 +10,7 @@ import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCar
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
import ContactCenter from '@/components/sections/contact/ContactCenter';
import FooterBase from '@/components/sections/footer/FooterBase';
import { Flame, Bread, Shield, Phone } from 'lucide-react';
import { Flame, Shield, Phone } from 'lucide-react';
export default function LandingPage() {
return (
@@ -61,7 +61,7 @@ export default function LandingPage() {
{ value: "5★", label: "Kvalita" }
]}
enableKpiAnimation={true}
background={{ variant: "grid" }}
background={{ variant: "animated-grid" }}
/>
</div>
@@ -79,21 +79,21 @@ export default function LandingPage() {
title: "Autentická chuť Indie", description: "Tradiční recepty přímo z Indie, připravované s nejlepšími koření a tradicí.", icon: Flame,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/exotic-spices-with-plate-board-cloth_23-2147684943.jpg?_wi=1", imageAlt: "Tradičnípříprava indického kari"
imageSrc: "http://img.b2bpic.net/free-photo/exotic-spices-with-plate-board-cloth_23-2147684943.jpg", imageAlt: "Tradičnípříprava indického kari"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/exotic-spices-with-plate-board-cloth_23-2147684943.jpg?_wi=2", imageAlt: "Indické koření a suroviny"
imageSrc: "http://img.b2bpic.net/free-photo/exotic-spices-with-plate-board-cloth_23-2147684943.jpg", imageAlt: "Indické koření a suroviny"
}
]
},
{
title: "Čerstvé naan & placky", description: "Naše naan patří mezi nejoblíbenější. Pečeme je každý den svěže v tradičním tandoor.", icon: Bread,
title: "Čerstvé naan & placky", description: "Naše naan patří mezi nejoblíbenější. Pečeme je každý den svěže v tradičním tandoor.", icon: Shield,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/pakistani-meal-arrangement-high-angle_23-2148825101.jpg?_wi=1", imageAlt: "Čerstvě pečený naan chlebek"
imageSrc: "http://img.b2bpic.net/free-photo/pakistani-meal-arrangement-high-angle_23-2148825101.jpg", imageAlt: "Čerstvě pečený naan chlebek"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/pakistani-meal-arrangement-high-angle_23-2148825101.jpg?_wi=2", imageAlt: "Tradiční tandoor pec"
imageSrc: "http://img.b2bpic.net/free-photo/pakistani-meal-arrangement-high-angle_23-2148825101.jpg", imageAlt: "Tradiční tandoor pec"
}
]
},
@@ -101,10 +101,10 @@ export default function LandingPage() {
title: "Nový standard čistoty", description: "Denní kontrola hygieny a maximální důraz na sanitaci. Vaše bezpečnost je naší prioritou.", icon: Shield,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/chef-with-uniform-utensil-kitchen_23-2148145545.jpg?_wi=1", imageAlt: "Moderní čistá restaurační kuchyně"
imageSrc: "http://img.b2bpic.net/free-photo/chef-with-uniform-utensil-kitchen_23-2148145545.jpg", imageAlt: "Moderní čistá restaurační kuchyně"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/chef-with-uniform-utensil-kitchen_23-2148145545.jpg?_wi=2", imageAlt: "Profesionální hygienické standardy"
imageSrc: "http://img.b2bpic.net/free-photo/chef-with-uniform-utensil-kitchen_23-2148145545.jpg", imageAlt: "Profesionální hygienické standardy"
}
]
}