diff --git a/src/components/EnhancedTestimonials.tsx b/src/components/EnhancedTestimonials.tsx index 527837b..a49643b 100644 --- a/src/components/EnhancedTestimonials.tsx +++ b/src/components/EnhancedTestimonials.tsx @@ -20,11 +20,11 @@ interface Testimonial { company: string; signature: string; } - +const cityName = localStorage.getItem('cityName') || 'the city'; const testimonials: Testimonial[] = [ { id: 1, - quote: "CityCards transformed our Melbourne trip into an unforgettable adventure. The seamless access to attractions and insider recommendations made every moment magical.", + quote: `CityCards transformed our ${cityName} trip into an unforgettable adventure. The seamless access to attractions and insider recommendations made every moment magical.`, name: "Sarah Chen", company: "Travel Blogger", signature: "Sarah" diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index 3aa0787..7b2c55a 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -45,10 +45,10 @@ export function Footer({ /> {/* Enhanced White Gradient Overlay at Top */} -
+ {/* Additional Smooth Transition Layer */} - + {/* Dark overlay for text readability */} @@ -61,7 +61,7 @@ export function Footer({ {/* Content Overlay */} -- Get instant e-SIM connectivity across Australia. Stay online from the moment you land in Melbourne. + Get instant e-SIM connectivity across Australia. Stay online from the moment you land in {cityName}.
@@ -105,10 +106,10 @@ export function HotelEsimOffers({ onEsimsClick, onHotelDiscountsClick }: HotelEs π¦πΊ AUSTRALIA-WIDE COVERAGE- No more hunting for local SIM cards at the airport. Activate your e-SIM instantly and explore Melbourne with seamless connectivity. + No more hunting for local SIM cards at the airport. Activate your e-SIM instantly and explore {cityName} with seamless connectivity.
- Unlock exclusive rates at Melbourne's finest hotels. Your CityCard membership opens doors to premium CBD and waterfront stays. + Unlock exclusive rates at {cityName}'s finest hotels. Your CityCard membership opens doors to premium CBD and waterfront stays.
@@ -236,10 +237,10 @@ export function HotelEsimOffers({ onEsimsClick, onHotelDiscountsClick }: HotelEs π₯ MARRIOTT BONVOY PARTNER- Access exclusive member rates at Melbourne's top hotels including Crown Towers, W Melbourne, and premium CBD properties. Enjoy complimentary upgrades and special amenities. + Access exclusive member rates at {cityName}'s top hotels including Crown Towers, W {cityName}, and premium CBD properties. Enjoy complimentary upgrades and special amenities.
- Discover Melbourne's iconic landmarks, vibrant culture, world-class dining, and hidden gems - all included with your Melbourne CityCard + Discover {cityName}'s iconic landmarks, vibrant culture, world-class dining, and hidden gems - all included with your {cityName} CityCard
@@ -382,8 +385,9 @@ export function MelbourneAttractions() { whileHover={{ scale: 1.05, boxShadow: "0 20px 40px rgba(99,102,241,0.3)" }} whileTap={{ scale: 0.95 }} className="relative bg-gradient-to-r from-primary to-secondary text-white py-4 px-12 rounded-lg text-lg shadow-xl transition-all duration-300 overflow-hidden group" + onClick={()=>navigate('/passes')} > - Get Your Melbourne Card + Get Your {cityName} Card {/* Shine animation */}- Dive deep into Melbourne's rich cultural tapestry, from hidden laneway treasures to world-renowned - coffee culture. Discover insider stories, local secrets, and expert guides to Australia's cultural capital - that will transform your Melbourne experience into an unforgettable journey. + Dive deep into {cityName}'s rich cultural tapestry, from hidden laneway treasures to world-renowned + coffee culture. Discover insider stories, local secrets, and expert guides to Australia's cultural capital + that will transform your {cityName} experience into an unforgettable journey.
@@ -189,7 +198,7 @@ export function MelbourneBlogs() { className="w-full h-full object-cover group-hover:scale-110 transition-transform duration-700" /> - + {/* Category Badge */}{post.excerpt}
@@ -261,23 +270,30 @@ export function MelbourneBlogs() { >- Get your Melbourne CityCard and unlock access to all these incredible experiences and more. + Get your {cityName} CityCard and unlock access to all these incredible experiences and more. Start your adventure today with exclusive deals and insider access.
- +- Everything you need to know about exploring Melbourne with your CityCard. From iconic attractions - to hidden local gems, we've got your Melbourne adventure covered. + Everything you need to know about exploring {cityName} with your CityCard. From iconic attractions + to hidden local gems, we've got your {cityName} adventure covered.
@@ -161,7 +163,7 @@ export function MelbourneFAQ() {- Melbourne is a must-visit cultural epicenter, and this spectacular experience unlocks - your access around the city in one easy pass. Save over the cost of visiting Melbourne's - landmarks, explore famous laneways and street art, enjoy world-class dining in hidden bars, - and immerse yourself in the sports capital's vibrant atmosphere. From Royal Botanic Gardens - to Federation Square, hotel pickup and drop-off all included. + { cityName === 'Melbourne' && ( + + Melbourne is a must-visit cultural epicenter, and this spectacular experience unlocks + your access around the city in one easy pass. Save over the cost of visiting Melbourne's + landmarks, explore famous laneways and street art, enjoy world-class dining in hidden bars, + and immerse yourself in the sports capital's vibrant atmosphere. From Royal Botanic Gardens + to Federation Square, hotel pickup and drop-off all included. + + )} + { cityName === 'Sydney' && ( + + Sydney is a must-visit global destination, blending iconic landmarks with vibrant coastal charm, and this all-in-one experience gives you seamless access across the city. Save more while exploring Sydneyβs top attractions, wander through historic neighborhoods like The Rocks, admire world-famous sights such as the Sydney Opera House and Harbour Bridge, and relax along stunning beaches like Bondi and Manly. Enjoy diverse dining from waterfront restaurants to hidden cafΓ©s, soak in the lively cultural scene, and experience the energy of Australiaβs most dynamic harbor cityβall with convenient access to key locations and experiences included. + + )}
@@ -226,7 +272,7 @@ export function MelbourneTourOverview() {