2 Commits

Author SHA1 Message Date
64c0efa0ca Update src/app/page.tsx 2026-05-17 08:17:10 +00:00
367735fb02 Merge version_2 into main
Merge version_2 into main
2026-05-17 08:16:05 +00:00

View File

@@ -41,7 +41,7 @@ export default function LandingPage() {
{ {
name: "Contact", id: "contact"}, name: "Contact", id: "contact"},
]} ]}
brandName="Koupaliště Trnávka" brandName="Trnávka Swimming Pool"
/> />
</div> </div>
@@ -128,7 +128,7 @@ export default function LandingPage() {
], ],
}, },
{ {
id: "p3", badge: "Nejlepší volba", price: "2,500 CZK", subtitle: "All summer long", features: [ id: "p3", badge: "Best Value", price: "2,500 CZK", subtitle: "All summer long", features: [
"Unlimited pool entry", "Fast-track entry lane", "Event discounts"], "Unlimited pool entry", "Fast-track entry lane", "Event discounts"],
buttons: [ buttons: [
{ {
@@ -244,7 +244,7 @@ export default function LandingPage() {
], ],
}, },
]} ]}
bottomLeftText="© 2024 Koupaliště Trnávka" bottomLeftText="© 2024 Trnávka Swimming Pool"
bottomRightText="Built with passion" bottomRightText="Built with passion"
/> />
</div> </div>