diff --git a/src/app/page.tsx b/src/app/page.tsx index c1d461f..ecf6cd0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import ContactFaq from '@/components/sections/contact/ContactFaq'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import { Sparkles, Wind, Heart, Shield, Calendar } from 'lucide-react'; +import { Sparkles, Wind, Heart, Shield, Calendar, Zap } from 'lucide-react'; export default function LandingPage() { return ( @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="smallMedium" sizing="largeSmallSizeMediumTitles" - background="noiseDiagonalGradient" + background="circleGradient" cardStyle="inset" primaryButtonStyle="flat" secondaryButtonStyle="radial-glow" @@ -52,7 +52,7 @@ export default function LandingPage() { { text: "Discover Services", href: "#services" } ]} buttonAnimation="blur-reveal" - background={{ variant: "noiseDiagonalGradient" }} + background={{ variant: "plain" }} carouselItems={[ { id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/rustic-vault-ancient-texture-architectural-background_169016-68656.jpg", imageAlt: "Luxury Turkish Hammam Steam Room" @@ -61,16 +61,16 @@ export default function LandingPage() { id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/woman-girl-hot-tub-mirrored-pose-shared-relax-moment_169016-69621.jpg", imageAlt: "Premium Jacuzzi Pool Relaxation" }, { - id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-relaxing-spa-hotel_23-2149037083.jpg?_wi=1", imageAlt: "Luxury Sauna Therapy Experience" + id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-relaxing-spa-hotel_23-2149037083.jpg", imageAlt: "Luxury Sauna Therapy Experience" }, { - id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/woman-relaxing-spa-pool-by-window-quiet-mindful-pause_169016-69297.jpg?_wi=1", imageAlt: "Serene Spa Relaxation Ambiance" + id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/woman-relaxing-spa-pool-by-window-quiet-mindful-pause_169016-69297.jpg", imageAlt: "Serene Spa Relaxation Ambiance" }, { - id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/calm-woman-hot-tub_1098-3922.jpg?_wi=1", imageAlt: "Premium Mineral Salt Pool" + id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/calm-woman-hot-tub_1098-3922.jpg", imageAlt: "Premium Mineral Salt Pool" }, { - id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-smelling-herb-flowers-standing-sauna_23-2147867889.jpg?_wi=1", imageAlt: "Authentic Turkish Hammam Ritual" + id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-smelling-herb-flowers-standing-sauna_23-2147867889.jpg", imageAlt: "Authentic Turkish Hammam Ritual" } ]} autoPlay={true} @@ -98,7 +98,7 @@ export default function LandingPage() { title="A Complete Wellness Experience" description="Discover our comprehensive range of authentic Turkish spa treatments designed to purify, relax, and restore your body and mind." tag="Services" - tagAnimation="fade-in" + tagAnimation="blur-reveal" textboxLayout="default" animationType="blur-reveal" useInvertedBackground={true} @@ -119,7 +119,7 @@ export default function LandingPage() { title: "Foot Care & Fish Spa", description: "Gentle exfoliation and therapeutic foot treatments for complete lower body relaxation.", bentoComponent: "icon-info-cards", items: [ { icon: Sparkles, label: "Foot Exfoliation", value: "Premium Care" }, { icon: Heart, label: "Therapeutic", value: "Healing Touch" }, - { icon: Wind, label: "Rejuvenation", value: "Complete Wellness" } + { icon: Zap, label: "Rejuvenation", value: "Complete Wellness" } ] }, { @@ -139,13 +139,13 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "Fatima Ahmed, Corporate Executive", date: "Date: 15 November 2024", title: "The place is extremely clean, and the atmosphere is truly calming", quote: "I visited Hamam Istambule after months of work stress, and from the moment I entered, I felt the weight lift off my shoulders. The staff treated me with exceptional respect, and every service was performed with absolute professionalism. This is exactly what authentic relaxation should feel like.", tag: "Verified Guest", avatarSrc: "http://img.b2bpic.net/free-photo/woman-posing-with-bathrobe-spa_23-2148206146.jpg", imageSrc: "http://img.b2bpic.net/free-photo/woman-relaxing-spa-pool-by-window-quiet-mindful-pause_169016-69297.jpg?_wi=2" + id: "1", name: "Fatima Ahmed, Corporate Executive", date: "Date: 15 November 2024", title: "The place is extremely clean, and the atmosphere is truly calming", quote: "I visited Hamam Istambule after months of work stress, and from the moment I entered, I felt the weight lift off my shoulders. The staff treated me with exceptional respect, and every service was performed with absolute professionalism. This is exactly what authentic relaxation should feel like.", tag: "Verified Guest", avatarSrc: "http://img.b2bpic.net/free-photo/woman-posing-with-bathrobe-spa_23-2148206146.jpg", imageSrc: "http://img.b2bpic.net/free-photo/woman-relaxing-spa-pool-by-window-quiet-mindful-pause_169016-69297.jpg" }, { - id: "2", name: "Omar Hassan, Wellness Enthusiast", date: "Date: 22 October 2024", title: "Two different sauna levels and a fantastic jacuzzi experience", quote: "The variety of services at Hamam Istambule is incredible. The two sauna temperatures allowed me to customize my experience perfectly, and the massive jacuzzi provided the ultimate relaxation. International-standard facilities at a local price — highly recommended.", tag: "Verified Guest", avatarSrc: "http://img.b2bpic.net/free-photo/young-couple-using-digital-tablet_1301-5117.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-relaxing-spa-hotel_23-2149037083.jpg?_wi=2" + id: "2", name: "Omar Hassan, Wellness Enthusiast", date: "Date: 22 October 2024", title: "Two different sauna levels and a fantastic jacuzzi experience", quote: "The variety of services at Hamam Istambule is incredible. The two sauna temperatures allowed me to customize my experience perfectly, and the massive jacuzzi provided the ultimate relaxation. International-standard facilities at a local price — highly recommended.", tag: "Verified Guest", avatarSrc: "http://img.b2bpic.net/free-photo/young-couple-using-digital-tablet_1301-5117.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-relaxing-spa-hotel_23-2149037083.jpg" }, { - id: "3", name: "Layla Mansour, Beauty & Wellness Professional", date: "Date: 8 September 2024", title: "Friendly staff with genuine international-level standards", quote: "As someone who appreciates quality wellness experiences, I was impressed by the professionalism and warmth of the team. They remembered my preferences from my first visit and made me feel genuinely welcomed. The salt pool treatment left my skin feeling incredible.", tag: "Regular Client", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-african-woman-towel-smiling-holding-glass_176420-12897.jpg", imageSrc: "http://img.b2bpic.net/free-photo/calm-woman-hot-tub_1098-3922.jpg?_wi=2" + id: "3", name: "Layla Mansour, Beauty & Wellness Professional", date: "Date: 8 September 2024", title: "Friendly staff with genuine international-level standards", quote: "As someone who appreciates quality wellness experiences, I was impressed by the professionalism and warmth of the team. They remembered my preferences from my first visit and made me feel genuinely welcomed. The salt pool treatment left my skin feeling incredible.", tag: "Regular Client", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-african-woman-towel-smiling-holding-glass_176420-12897.jpg", imageSrc: "http://img.b2bpic.net/free-photo/calm-woman-hot-tub_1098-3922.jpg" }, { id: "4", name: "Mohammed Zaki, Businessman", date: "Date: 25 August 2024", title: "Authentic Turkish experience with modern comfort", quote: "Hamam Istambule brought me back to my heritage while providing modern amenities I appreciate. The hijama therapy was expertly performed, and the entire facility maintains impeccable cleanliness standards. This is my go-to place for true relaxation.", tag: "Verified Guest", avatarSrc: "http://img.b2bpic.net/free-photo/man-s-hand-presenting-gift-his-happy-girlfriend_23-2147888042.jpg", imageSrc: "http://img.b2bpic.net/free-photo/blurred-woman-massage-table_23-2148531158.jpg" @@ -154,7 +154,7 @@ export default function LandingPage() { id: "5", name: "Aisha Malik, Health Consultant", date: "Date: 12 July 2024", title: "A sanctuary of peace and authentic wellness traditions", quote: "Everything about Hamam Istambule speaks to quality — from the carefully maintained facilities to the knowledgeable staff who explain each service with care. The foot care treatment was the most relaxing I've ever experienced. I return monthly.", tag: "Verified Guest", avatarSrc: "http://img.b2bpic.net/free-photo/young-man-holding-cup-tea-white-bathrobe-looking-cheerful-front-view_176474-21591.jpg", imageSrc: "http://img.b2bpic.net/free-photo/woman-receiving-foot-massage-service-from-masseuse-close-up-hand-foot-relax-foot-massage-therapy-service-concept_1150-13731.jpg" }, { - id: "6", name: "Hassan Rahman, Architect", date: "Date: 20 June 2024", title: "Premium experience that respects both tradition and wellness", quote: "The architecture and ambiance of Hamam Istambule creates an atmosphere of genuine serenity. Each treatment is performed with expertise, and the respect shown to guests is evident in every interaction. I've recommended this place to all my colleagues.", tag: "Verified Guest", avatarSrc: "http://img.b2bpic.net/free-photo/nail-hygiene-care-happy-client_23-2148766586.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-smelling-herb-flowers-standing-sauna_23-2147867889.jpg?_wi=2" + id: "6", name: "Hassan Rahman, Architect", date: "Date: 20 June 2024", title: "Premium experience that respects both tradition and wellness", quote: "The architecture and ambiance of Hamam Istambule creates an atmosphere of genuine serenity. Each treatment is performed with expertise, and the respect shown to guests is evident in every interaction. I've recommended this place to all my colleagues.", tag: "Verified Guest", avatarSrc: "http://img.b2bpic.net/free-photo/nail-hygiene-care-happy-client_23-2148766586.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-smelling-herb-flowers-standing-sauna_23-2147867889.jpg" } ]} />