diff --git a/src/app/page.tsx b/src/app/page.tsx index bbe5062..e8163bf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,6 +6,7 @@ import ContactCTA from '@/components/sections/contact/ContactCTA'; import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; +import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; @@ -33,26 +34,12 @@ export default function LandingPage() {
@@ -125,21 +92,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} features={[ - { - icon: Sparkles, - title: "Aromatherapy Massage", - description: "Customized blends of essential oils tailored to your needs.", - }, - { - icon: Leaf, - title: "Organic Facials", - description: "Natural ingredients to restore your skin's youthful glow.", - }, - { - icon: Waves, - title: "Hydrotherapy Rituals", - description: "Immersive water treatments for deep muscle relaxation.", - }, + { icon: Sparkles, title: "Aromatherapy Massage", description: "Customized blends of essential oils tailored to your needs." }, + { icon: Leaf, title: "Organic Facials", description: "Natural ingredients to restore your skin's youthful glow." }, + { icon: Waves, title: "Hydrotherapy Rituals", description: "Immersive water treatments for deep muscle relaxation." }, ]} title="Signature Spa Experiences" description="Our curated treatments are designed to rejuvenate your body and mind through expert techniques and premium organic products." @@ -152,41 +107,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} plans={[ - { - id: "p1", - badge: "Essentials", - price: "$89", - subtitle: "A quick escape", - features: [ - "30 min massage", - "Custom oil blend", - "Herbal tea", - ], - }, - { - id: "p2", - badge: "Luxury", - price: "$159", - subtitle: "The signature experience", - features: [ - "60 min massage", - "Organic facial", - "Access to sauna", - "Spa lunch", - ], - }, - { - id: "p3", - badge: "Ultimate", - price: "$249", - subtitle: "Total body bliss", - features: [ - "90 min treatment", - "Full body wrap", - "Private suite", - "Gift set", - ], - }, + { id: "p1", badge: "Essentials", price: "$89", subtitle: "A quick escape", features: ["30 min massage", "Custom oil blend", "Herbal tea"] }, + { id: "p2", badge: "Luxury", price: "$159", subtitle: "The signature experience", features: ["60 min massage", "Organic facial", "Access to sauna", "Spa lunch"] }, + { id: "p3", badge: "Ultimate", price: "$249", subtitle: "Total body bliss", features: ["90 min treatment", "Full body wrap", "Private suite", "Gift set"] }, ]} title="Rejuvenation Packages" description="Explore our tiered treatment options designed for your ultimate wellness journey." @@ -200,27 +123,9 @@ export default function LandingPage() { gridVariant="bento-grid" useInvertedBackground={true} metrics={[ - { - id: "m1", - value: "12+", - title: "Years Experience", - description: "Dedicated service", - icon: Award, - }, - { - id: "m2", - value: "5k+", - title: "Happy Guests", - description: "Relaxed and renewed", - icon: Smile, - }, - { - id: "m3", - value: "25+", - title: "Expert Staff", - description: "Wellness professionals", - icon: User, - }, + { id: "m1", value: "12+", title: "Years Experience", description: "Dedicated service", icon: Award }, + { id: "m2", value: "5k+", title: "Happy Guests", description: "Relaxed and renewed", icon: Smile }, + { id: "m3", value: "25+", title: "Expert Staff", description: "Wellness professionals", icon: User }, ]} title="A Legacy of Wellness" description="Serving our community with dedicated care and exceptional results since our establishment." @@ -234,24 +139,9 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} members={[ - { - id: "t1", - name: "Elena R.", - role: "Head Therapist", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-standing-with-crossed-arms-bathrobe-looking-confident_176474-88448.jpg", - }, - { - id: "t2", - name: "Marcus V.", - role: "Esthetician", - imageSrc: "http://img.b2bpic.net/free-photo/happy-executive-with-white-shirt_1098-3663.jpg", - }, - { - id: "t3", - name: "Sarah J.", - role: "Massage Expert", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-doctor-posing_23-2148497197.jpg", - }, + { id: "t1", name: "Elena R.", role: "Head Therapist", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-standing-with-crossed-arms-bathrobe-looking-confident_176474-88448.jpg" }, + { id: "t2", name: "Marcus V.", role: "Esthetician", imageSrc: "http://img.b2bpic.net/free-photo/happy-executive-with-white-shirt_1098-3663.jpg" }, + { id: "t3", name: "Sarah J.", role: "Massage Expert", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-doctor-posing_23-2148497197.jpg" }, ]} title="Meet Your Wellness Guides" description="Our team of certified practitioners is dedicated to providing you with the most relaxing and transformative experience." @@ -263,61 +153,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} testimonials={[ - { - id: "ts1", - name: "Anna K.", - date: "Oct 2023", - title: "Total Renewal", - quote: "The aromatherapy massage was exactly what I needed to release the week's tension.", - tag: "Relaxation", - avatarSrc: "http://img.b2bpic.net/free-photo/happy-adult-caucasian-lady-uses-roller-massager-while-sitting-blonde-woman-table-indoors-skin-care-concept_197531-31466.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/pink-orchid-flower-dry-tea-herb-with-texture-ceramic-teapot-black-placemat_23-2148208385.jpg?_wi=2", - imageAlt: "happy spa customer portrait", - }, - { - id: "ts2", - name: "John D.", - date: "Sep 2023", - title: "Fantastic Experience", - quote: "High-end service in a very peaceful environment. Highly recommended.", - tag: "Service", - avatarSrc: "http://img.b2bpic.net/free-photo/front-view-women-indulging-self-care-with-beauty-product_23-2148655765.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/orchid-near-aromatherapy-supplies_23-2147809164.jpg?_wi=2", - imageAlt: "happy spa customer portrait", - }, - { - id: "ts3", - name: "Maria L.", - date: "Aug 2023", - title: "Exceptional Facial", - quote: "My skin has never felt better. The organic products made such a difference.", - tag: "Skincare", - avatarSrc: "http://img.b2bpic.net/free-photo/front-view-couple-bathrobes-taking-selfie_23-2148389850.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/modern-styled-small-entryway_23-2150712989.jpg?_wi=2", - imageAlt: "happy spa customer portrait", - }, - { - id: "ts4", - name: "Peter S.", - date: "Jul 2023", - title: "Pure Bliss", - quote: "A truly luxurious experience from start to finish. I left feeling completely recharged.", - tag: "Experience", - avatarSrc: "http://img.b2bpic.net/free-photo/adult-women-communicating-through-sign-language_23-2148590310.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/view-male-beauty-products-with-rock-stone-display_23-2150435225.jpg?_wi=2", - imageAlt: "happy spa customer portrait", - }, - { - id: "ts5", - name: "Sophia B.", - date: "Jun 2023", - title: "My Oasis", - quote: "The best spa in town. The attention to detail is truly impressive.", - tag: "Hospitality", - avatarSrc: "http://img.b2bpic.net/free-photo/side-view-woman-relaxing-spa_23-2151178229.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-bathing-brush-with-essential-oils-candles-spa-concept_127675-2567.jpg?_wi=2", - imageAlt: "happy spa customer portrait", - }, + { id: "ts1", name: "Anna K.", date: "Oct 2023", title: "Total Renewal", quote: "The aromatherapy massage was exactly what I needed to release the week's tension.", tag: "Relaxation", avatarSrc: "http://img.b2bpic.net/free-photo/happy-adult-caucasian-lady-uses-roller-massager-while-sitting-blonde-woman-table-indoors-skin-care-concept_197531-31466.jpg", imageSrc: "http://img.b2bpic.net/free-photo/pink-orchid-flower-dry-tea-herb-with-texture-ceramic-teapot-black-placemat_23-2148208385.jpg?_wi=2", imageAlt: "happy spa customer portrait" }, + { id: "ts2", name: "John D.", date: "Sep 2023", title: "Fantastic Experience", quote: "High-end service in a very peaceful environment. Highly recommended.", tag: "Service", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-women-indulging-self-care-with-beauty-product_23-2148655765.jpg", imageSrc: "http://img.b2bpic.net/free-photo/orchid-near-aromatherapy-supplies_23-2147809164.jpg?_wi=2", imageAlt: "happy spa customer portrait" }, + { id: "ts3", name: "Maria L.", date: "Aug 2023", title: "Exceptional Facial", quote: "My skin has never felt better. The organic products made such a difference.", tag: "Skincare", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-couple-bathrobes-taking-selfie_23-2148389850.jpg", imageSrc: "http://img.b2bpic.net/free-photo/modern-styled-small-entryway_23-2150712989.jpg?_wi=2", imageAlt: "happy spa customer portrait" }, + { id: "ts4", name: "Peter S.", date: "Jul 2023", title: "Pure Bliss", quote: "A truly luxurious experience from start to finish. I left feeling completely recharged.", tag: "Experience", avatarSrc: "http://img.b2bpic.net/free-photo/adult-women-communicating-through-sign-language_23-2148590310.jpg", imageSrc: "http://img.b2bpic.net/free-photo/view-male-beauty-products-with-rock-stone-display_23-2150435225.jpg?_wi=2", imageAlt: "happy spa customer portrait" }, + { id: "ts5", name: "Sophia B.", date: "Jun 2023", title: "My Oasis", quote: "The best spa in town. The attention to detail is truly impressive.", tag: "Hospitality", avatarSrc: "http://img.b2bpic.net/free-photo/side-view-woman-relaxing-spa_23-2151178229.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-bathing-brush-with-essential-oils-candles-spa-concept_127675-2567.jpg?_wi=2", imageAlt: "happy spa customer portrait" }, ]} title="Guest Reflections" description="Hear from our guests about their transformative journeys at Lotus Spa." @@ -328,21 +168,9 @@ export default function LandingPage() {