diff --git a/src/app/page.tsx b/src/app/page.tsx index 581f9ab..40618bc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,7 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial'; +import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; import ContactSplit from '@/components/sections/contact/ContactSplit'; @@ -40,37 +40,27 @@ export default function LandingPage() {
-
@@ -88,19 +78,24 @@ 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" } ]} />