From 0686654c3205d007f6d3aaef4c61cf1abd3d5614 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 16:01:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1eeeec2..2ddba7e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,7 +7,7 @@ import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; -import { Calendar, Spa } from 'lucide-react'; +import { Calendar } from 'lucide-react'; export default function LandingPage() { return ( @@ -44,7 +44,6 @@ export default function LandingPage() { title="Oriental Massage Miami" description="Premium wellness retreat featuring authentic Asian massage therapies and spa treatments in the heart of Miami" tag="Luxury Wellness" - tagIcon={Spa} tagAnimation="slide-up" imageSrc="http://img.b2bpic.net/free-photo/beautiful-burning-candles-with-green-leaves-purse-white-table_169016-1505.jpg" imageAlt="Serene luxury spa massage treatment room with calming ambiance" @@ -55,6 +54,7 @@ export default function LandingPage() { } ]} buttonAnimation="slide-up" + background={{ variant: "glowing-orb" }} testimonials={[ { name: "Angela", handle: "Massage Therapist", testimonial: "Providing exceptional deep tissue massage and therapeutic care", rating: 5, @@ -88,24 +88,19 @@ export default function LandingPage() { carouselMode="buttons" products={[ { - id: "1", brand: "Oriental Massage Miami", name: "Swedish Massage", price: "Starting at $25", rating: 5, - reviewCount: "Relaxation", imageSrc: "http://img.b2bpic.net/free-photo/wellness-concept-with-woman-massage-salon_23-2147816975.jpg", imageAlt: "Swedish massage therapy treatment" + id: "1", brand: "Oriental Massage Miami", name: "Swedish Massage", price: "Starting at $25", rating: 5, reviewCount: "Relaxation", imageSrc: "http://img.b2bpic.net/free-photo/wellness-concept-with-woman-massage-salon_23-2147816975.jpg", imageAlt: "Swedish massage therapy treatment" }, { - id: "2", brand: "Oriental Massage Miami", name: "Deep Tissue Massage", price: "Starting at $35", rating: 5, - reviewCount: "Therapeutic", imageSrc: "http://img.b2bpic.net/free-photo/massage-with-four-hands-concept-healthcare-female-beauty-two-masseuses-make-double-massage-girl-woman-spa-salon_1157-44666.jpg", imageAlt: "Deep tissue massage therapy session" + id: "2", brand: "Oriental Massage Miami", name: "Deep Tissue Massage", price: "Starting at $35", rating: 5, reviewCount: "Therapeutic", imageSrc: "http://img.b2bpic.net/free-photo/massage-with-four-hands-concept-healthcare-female-beauty-two-masseuses-make-double-massage-girl-woman-spa-salon_1157-44666.jpg", imageAlt: "Deep tissue massage therapy session" }, { - id: "3", brand: "Oriental Massage Miami", name: "Hot Stone Therapy", price: "Starting at $40", rating: 5, - reviewCount: "Holistic", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-spa-stones-her-back_1098-3194.jpg", imageAlt: "Hot stone therapy spa treatment" + id: "3", brand: "Oriental Massage Miami", name: "Hot Stone Therapy", price: "Starting at $40", rating: 5, reviewCount: "Holistic", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-spa-stones-her-back_1098-3194.jpg", imageAlt: "Hot stone therapy spa treatment" }, { - id: "4", brand: "Oriental Massage Miami", name: "Aromatherapy Massage", price: "Starting at $30", rating: 5, - reviewCount: "Sensory", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-spa-environment_1098-1274.jpg", imageAlt: "Aromatherapy massage with essential oils" + id: "4", brand: "Oriental Massage Miami", name: "Aromatherapy Massage", price: "Starting at $30", rating: 5, reviewCount: "Sensory", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-spa-environment_1098-1274.jpg", imageAlt: "Aromatherapy massage with essential oils" }, { - id: "5", brand: "Oriental Massage Miami", name: "Facials", price: "Starting at $25", rating: 5, - reviewCount: "Skincare", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-beautiful-woman-having-head-massage-beauty-treatment-spa_637285-2192.jpg", imageAlt: "Premium facial skincare treatment" + id: "5", brand: "Oriental Massage Miami", name: "Facials", price: "Starting at $25", rating: 5, reviewCount: "Skincare", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-beautiful-woman-having-head-massage-beauty-treatment-spa_637285-2192.jpg", imageAlt: "Premium facial skincare treatment" } ]} />