Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4da549c357 | |||
| 038caf7e07 | |||
| a2ec600ebc | |||
| 69788caa45 |
@@ -61,6 +61,8 @@ export default function LandingPage() {
|
||||
},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
titleClassName="text-3xl sm:text-4xl md:text-5xl"
|
||||
descriptionClassName="text-sm sm:text-base md:text-lg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -79,6 +81,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
titleClassName="text-2xl sm:text-3xl md:text-4xl"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -90,6 +93,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
tagAnimation="opacity"
|
||||
buttonAnimation="slide-up"
|
||||
textBoxTitleClassName="text-2xl sm:text-3xl md:text-4xl"
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
@@ -118,6 +122,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
tagAnimation="opacity"
|
||||
textBoxTitleClassName="text-2xl sm:text-3xl md:text-4xl"
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
@@ -155,6 +160,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
tagAnimation="opacity"
|
||||
buttonAnimation="slide-up"
|
||||
textBoxTitleClassName="text-2xl sm:text-3xl md:text-4xl"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", title: "Kvalita a přátelský přístup", quote: "V Hejkalu jsem zákazníkem již 10 let. Vždy zde najdu čerstvé potraviny a všichni prodejci jsou nesmírně přátelští. Už si nedokážu představit nákupy jinde.", name: "Jana Nováková", role: "Místní obyvatelka", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1", imageAlt: "Jana Nováková"
|
||||
@@ -203,6 +209,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqsAnimation="slide-up"
|
||||
animationType="smooth"
|
||||
textBoxTitleClassName="text-2xl sm:text-3xl md:text-4xl"
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "Jaké jsou vaše otevírací hodiny?", content: "Jsme otevřeni každý den od 6:30 ráno. Zavíráme standardně v 19:00 v pracovní dny a 18:00 o víkendu. Přesné časy naleznete na naší webové stránce."
|
||||
|
||||
Reference in New Issue
Block a user