diff --git a/src/components/TrustSection.tsx b/src/components/TrustSection.tsx index 327f68d..5aa3721 100644 --- a/src/components/TrustSection.tsx +++ b/src/components/TrustSection.tsx @@ -204,7 +204,7 @@ export function TrustSection() { style={{ transform: `rotate(${cardRotation}deg) translateY(${cardOffset}px)`, transformOrigin: 'center center', - minHeight: '480px', + minHeight: '360px', background: ` radial-gradient(circle at 20% 80%, rgba(255, 248, 235, 0.8) 0%, transparent 50%), radial-gradient(circle at 80% 20%, rgba(250, 245, 230, 0.6) 0%, transparent 50%), diff --git a/src/pages/MagicItineraryPage.tsx b/src/pages/MagicItineraryPage.tsx index b9368c9..1564b18 100644 --- a/src/pages/MagicItineraryPage.tsx +++ b/src/pages/MagicItineraryPage.tsx @@ -191,7 +191,7 @@ export function MagicItineraryPage({
- A perfectly planned Melbourne adventure + A perfectly planned {cityName} adventure
diff --git a/src/pages/PassesPage.tsx b/src/pages/PassesPage.tsx index 04dcbb4..3396a39 100644 --- a/src/pages/PassesPage.tsx +++ b/src/pages/PassesPage.tsx @@ -156,6 +156,7 @@ export function PassesPage({ const navigate = useNavigate() const cityId = localStorage.getItem("cityId") + const cityName = localStorage.getItem("cityName") const { data: cityDetails, isLoading: loadingCityDetails } = useGetSelectedCityDetailsQuery(cityId) const cards = cityDetails?.city?.cards ?? [] @@ -597,7 +598,7 @@ export function PassesPage({Melbourne Explorer
+{cityName} Explorer
Choose your pass and start discovering amazing attractions with skip-the-line access.