diff --git a/src/app/activities/page.tsx b/src/app/activities/page.tsx index 42a0ca0..825a012 100644 --- a/src/app/activities/page.tsx +++ b/src/app/activities/page.tsx @@ -19,8 +19,7 @@ export default function ActivitiesPage() { const footerColumns = [ { - title: "Resort", - items: [ + title: "Resort", items: [ { label: "Rooms & Suites", href: "/rooms" }, { label: "Spa & Wellness", href: "/spa" }, { label: "Dining", href: "/dining" }, @@ -28,8 +27,7 @@ export default function ActivitiesPage() { ], }, { - title: "Information", - items: [ + title: "Information", items: [ { label: "About Us", href: "#" }, { label: "Gallery", href: "#" }, { label: "Reviews", href: "#" }, @@ -37,8 +35,7 @@ export default function ActivitiesPage() { ], }, { - title: "Guest Services", - items: [ + title: "Guest Services", items: [ { label: "Reservations", href: "#" }, { label: "Hours & Access", href: "#" }, { label: "Spa Booking", href: "#" }, @@ -46,8 +43,7 @@ export default function ActivitiesPage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms & Conditions", href: "#" }, { label: "Impressum", href: "#" }, @@ -62,7 +58,7 @@ export default function ActivitiesPage() { borderRadius="soft" contentWidth="smallMedium" sizing="mediumLargeSizeMediumTitles" - background="noise" + background="circleGradient" cardStyle="inset" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="radial-glow" @@ -84,17 +80,9 @@ export default function ActivitiesPage() { @@ -117,20 +106,11 @@ export default function HomePage() { useInvertedBackground={false} features={[ { - title: "Swiss Traditional Cuisine", - description: "Cheese fondue, raclette, rösti with cheese, and alpine trout. Breakfast includes Swiss cheese platters and fresh croissants.", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-food-arrangement_23-2149272712.jpg?_wi=1", - }, + title: "Swiss Traditional Cuisine", description: "Cheese fondue, raclette, rösti with cheese, and alpine trout. Breakfast includes Swiss cheese platters and fresh croissants.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-food-arrangement_23-2149272712.jpg"}, { - title: "Wellness Dining", - description: "Fresh salads, vegetable soup, mushroom risotto, and healthy prepared meals designed for relaxation and rejuvenation.", - imageSrc: "http://img.b2bpic.net/free-photo/side-dish-with-peppers-grated-cheese-greens_141793-949.jpg?_wi=1", - }, + title: "Wellness Dining", description: "Fresh salads, vegetable soup, mushroom risotto, and healthy prepared meals designed for relaxation and rejuvenation.", imageSrc: "http://img.b2bpic.net/free-photo/side-dish-with-peppers-grated-cheese-greens_141793-949.jpg"}, { - title: "Snow Peak Lounge", - description: "Alpine Spritz, Mountain Mule cocktails, Swiss wine selection, craft beers, and premium hot chocolate. 5 PM – 12 AM daily.", - imageSrc: "http://img.b2bpic.net/free-photo/glass-fruit-cocktail-garnished-with-lemon-slice_140725-6937.jpg?_wi=1", - }, + title: "Snow Peak Lounge", description: "Alpine Spritz, Mountain Mule cocktails, Swiss wine selection, craft beers, and premium hot chocolate. 5 PM – 12 AM daily.", imageSrc: "http://img.b2bpic.net/free-photo/glass-fruit-cocktail-garnished-with-lemon-slice_140725-6937.jpg"}, ]} /> @@ -148,15 +128,9 @@ export default function HomePage() { useInvertedBackground={false} features={[ { - title: "Winter Sports", - description: "Skiing, snowboarding, snowshoeing, and sledding on pristine alpine slopes. Professional guides available.", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-fantastic-winter-landscape-snowy-mountains-sunny-cold-day_181624-29393.jpg?_wi=1", - }, + title: "Winter Sports", description: "Skiing, snowboarding, snowshoeing, and sledding on pristine alpine slopes. Professional guides available.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-fantastic-winter-landscape-snowy-mountains-sunny-cold-day_181624-29393.jpg"}, { - title: "Summer Mountain Activities", - description: "Guided hiking trails, mountain biking, nature photography tours, and breathtaking alpine exploration.", - imageSrc: "http://img.b2bpic.net/free-photo/man-with-hiking-equipment-walking-forest_661209-45.jpg?_wi=1", - }, + title: "Summer Mountain Activities", description: "Guided hiking trails, mountain biking, nature photography tours, and breathtaking alpine exploration.", imageSrc: "http://img.b2bpic.net/free-photo/man-with-hiking-equipment-walking-forest_661209-45.jpg"}, ]} /> @@ -171,65 +145,17 @@ export default function HomePage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Sarah Johnson, London", - date: "Date: 15 January 2025", - title: "A Perfect Alpine Escape", - quote: "The peaceful atmosphere, stunning mountain views, and exceptional spa services made this our most memorable vacation. The staff's attention to detail is unmatched. We're already planning our return visit.", - tag: "Couples Retreat", - avatarSrc: "http://img.b2bpic.net/free-vector/businesswoman-character-with-facial-expressions-flat-design_23-2147607592.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/amazing-shot-ferchensee-lake-bavaria-germany_181624-43106.jpg?_wi=1", - }, + id: "1", name: "Sarah Johnson, London", date: "Date: 15 January 2025", title: "A Perfect Alpine Escape", quote: "The peaceful atmosphere, stunning mountain views, and exceptional spa services made this our most memorable vacation. The staff's attention to detail is unmatched. We're already planning our return visit.", tag: "Couples Retreat", avatarSrc: "http://img.b2bpic.net/free-vector/businesswoman-character-with-facial-expressions-flat-design_23-2147607592.jpg", imageSrc: "http://img.b2bpic.net/free-photo/amazing-shot-ferchensee-lake-bavaria-germany_181624-43106.jpg"}, { - id: "2", - name: "Michael Chen, Hong Kong", - date: "Date: 20 December 2024", - title: "Authentic Swiss Experience", - quote: "Away from crowded tourist resorts, Rathvel offers genuine Swiss hospitality and culture. The hiking trails are spectacular, and the fondue dinner was unforgettable.", - tag: "Adventure Seeker", - avatarSrc: "http://img.b2bpic.net/free-photo/smiling-man-suit-looking-camera_23-2148112202.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-mangart-saddle-triglav-national-park-slovenia_181624-24406.jpg?_wi=1", - }, + id: "2", name: "Michael Chen, Hong Kong", date: "Date: 20 December 2024", title: "Authentic Swiss Experience", quote: "Away from crowded tourist resorts, Rathvel offers genuine Swiss hospitality and culture. The hiking trails are spectacular, and the fondue dinner was unforgettable.", tag: "Adventure Seeker", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-man-suit-looking-camera_23-2148112202.jpg", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-mangart-saddle-triglav-national-park-slovenia_181624-24406.jpg"}, { - id: "3", - name: "Emma Mueller, Berlin", - date: "Date: 10 December 2024", - title: "Wellness Paradise", - quote: "The spa treatments were transformative. The combination of professional therapists, natural surroundings, and luxury facilities created a sanctuary for recovery and renewal.", - tag: "Wellness Traveler", - avatarSrc: "http://img.b2bpic.net/free-photo/professional-woman-stylish-suit-office_23-2150167727.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/wellness-concept-with-woman-massage-salon_23-2147816967.jpg?_wi=1", - }, + id: "3", name: "Emma Mueller, Berlin", date: "Date: 10 December 2024", title: "Wellness Paradise", quote: "The spa treatments were transformative. The combination of professional therapists, natural surroundings, and luxury facilities created a sanctuary for recovery and renewal.", tag: "Wellness Traveler", avatarSrc: "http://img.b2bpic.net/free-photo/professional-woman-stylish-suit-office_23-2150167727.jpg", imageSrc: "http://img.b2bpic.net/free-photo/wellness-concept-with-woman-massage-salon_23-2147816967.jpg"}, { - id: "4", - name: "James Wilson, New York", - date: "Date: 28 November 2024", - title: "Family Adventure", - quote: "Perfect for families seeking both relaxation and activity. Our kids loved the sledding and snowshoeing, while my wife and I enjoyed the spa. A true all-inclusive experience.", - tag: "Family Holiday", - avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/small-child-running-along-snow_8353-5209.jpg?_wi=1", - }, + id: "4", name: "James Wilson, New York", date: "Date: 28 November 2024", title: "Family Adventure", quote: "Perfect for families seeking both relaxation and activity. Our kids loved the sledding and snowshoeing, while my wife and I enjoyed the spa. A true all-inclusive experience.", tag: "Family Holiday", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageSrc: "http://img.b2bpic.net/free-photo/small-child-running-along-snow_8353-5209.jpg"}, { - id: "5", - name: "Sophie Dupont, Paris", - date: "Date: 5 November 2024", - title: "Gourmet Mountain Dining", - quote: "The restaurant elevated Swiss cuisine to art. Every dish showcased local ingredients and culinary excellence. The wine selection was exceptional.", - tag: "Food Enthusiast", - avatarSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/group-friends-having-lunch-together-restaurant_23-2150520073.jpg?_wi=1", - }, + id: "5", name: "Sophie Dupont, Paris", date: "Date: 5 November 2024", title: "Gourmet Mountain Dining", quote: "The restaurant elevated Swiss cuisine to art. Every dish showcased local ingredients and culinary excellence. The wine selection was exceptional.", tag: "Food Enthusiast", avatarSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-having-lunch-together-restaurant_23-2150520073.jpg"}, { - id: "6", - name: "David König, Zurich", - date: "Date: 12 October 2024", - title: "Best Kept Secret in Switzerland", - quote: "As a Swiss native, I was impressed by how Rathvel combines modern luxury with authentic alpine charm. This is where I bring my most important guests.", - tag: "Local Connoisseur", - avatarSrc: "http://img.b2bpic.net/free-photo/young-cheerful-man-classic-black-suit-white-shirt-with-wireless-earphones-happily-lookingin-camera-with-laptop-hands-while-spending-time-outdoor_574295-5776.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/big-hut-snow-shirakawago-japan_1150-11190.jpg?_wi=1", - }, + id: "6", name: "David König, Zurich", date: "Date: 12 October 2024", title: "Best Kept Secret in Switzerland", quote: "As a Swiss native, I was impressed by how Rathvel combines modern luxury with authentic alpine charm. This is where I bring my most important guests.", tag: "Local Connoisseur", avatarSrc: "http://img.b2bpic.net/free-photo/young-cheerful-man-classic-black-suit-white-shirt-with-wireless-earphones-happily-lookingin-camera-with-laptop-hands-while-spending-time-outdoor_574295-5776.jpg", imageSrc: "http://img.b2bpic.net/free-photo/big-hut-snow-shirakawago-japan_1150-11190.jpg"}, ]} /> @@ -239,7 +165,7 @@ export default function HomePage() { @@ -99,20 +78,11 @@ export default function RoomsPage() { useInvertedBackground={false} features={[ { - title: "Climate Control & Comfort", - description: "High-speed heated floors, premium bedding, blackout curtains, air purification systems, and smart temperature controls for optimal comfort.", - imageSrc: "http://img.b2bpic.net/free-photo/indoor-design-luxury-resort_23-2150497286.jpg?_wi=2", - }, + title: "Climate Control & Comfort", description: "High-speed heated floors, premium bedding, blackout curtains, air purification systems, and smart temperature controls for optimal comfort.", imageSrc: "http://img.b2bpic.net/free-photo/indoor-design-luxury-resort_23-2150497286.jpg"}, { - title: "Technology & Connectivity", - description: "High-speed WiFi 6, smart TV, wireless charging, USB-C ports, streaming services, and digital concierge access from your room.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-woman-happy-smile-roof-top-restaurant-around-city-view_74190-11653.jpg?_wi=2", - }, + title: "Technology & Connectivity", description: "High-speed WiFi 6, smart TV, wireless charging, USB-C ports, streaming services, and digital concierge access from your room.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-woman-happy-smile-roof-top-restaurant-around-city-view_74190-11653.jpg"}, { - title: "Spa Bathroom Experience", - description: "Luxury rainfall shower, heated towel rack, premium toiletries from Swiss brands, separate vanity, and ambient lighting controls.", - imageSrc: "http://img.b2bpic.net/free-photo/interior-bedroom-white-creamy-tones_181624-16134.jpg?_wi=2", - }, + title: "Spa Bathroom Experience", description: "Luxury rainfall shower, heated towel rack, premium toiletries from Swiss brands, separate vanity, and ambient lighting controls.", imageSrc: "http://img.b2bpic.net/free-photo/interior-bedroom-white-creamy-tones_181624-16134.jpg"}, ]} /> @@ -122,7 +92,7 @@ export default function RoomsPage() { (function SvgTextLogo({ - logoText, - adjustHeightFactor, - verticalAlign = "top", - className = "", -}) { - const { svgRef, textRef, viewBox, aspectRatio } = useSvgTextLogo(logoText, false, adjustHeightFactor); - +const SvgTextLogo: React.FC = ({ + text, + fontSize = 48, + fontWeight = 'bold', + fontFamily = 'Arial, sans-serif', + fill = 'currentColor', + className = '', +}) => { return ( - {logoText} + {text} ); -}); +}; -SvgTextLogo.displayName = "SvgTextLogo"; - -export default SvgTextLogo; +export default SvgTextLogo; \ No newline at end of file