Merge version_3 into main #5

Merged
bender merged 2 commits from version_3 into main 2026-03-05 21:33:02 +00:00
2 changed files with 13 additions and 26 deletions

View File

@@ -1,7 +1,8 @@
import type { Metadata } from "next";
export const metadata: Metadata = {
title: "Serenity Massage - Premium Therapeutic Massage Services", description: "Experience ultimate relaxation with our holistic massage therapies designed to restore your body and mind."};
title: "Serenity Massage - Premium Therapeutic Massage Services", description: "Experience ultimate relaxation with our holistic massage therapies designed to restore your body and mind."
};
export default function RootLayout({
children,

View File

@@ -5,7 +5,6 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating
import HeroLogoBillboardSplit from '@/components/sections/hero/HeroLogoBillboardSplit';
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen';
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
import PricingCardFive from '@/components/sections/pricing/PricingCardFive';
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
@@ -29,7 +28,6 @@ export default function LandingPage() {
brandName="Serenity Massage"
navItems={[
{ name: "About", id: "about" },
{ name: "Testimonials", id: "testimonials" },
{ name: "Pricing", id: "pricing" }
]}
button={{ text: "Book Now", href: "#contact" }}
@@ -72,35 +70,23 @@ export default function LandingPage() {
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardSixteen
title="Transform Your Wellness Journey"
description="Hear from clients whose lives have been changed by our therapeutic Swedish massage. Experience the profound relief, rejuvenation, and inner peace that thousands have discovered."
tag="Client Stories"
testimonials={[
<div id="features" data-section="features">
<FeatureCardNineteen
title="Why Choose Our Therapeutic Massage"
description="Discover what makes our Swedish massage the premier choice for wellness and healing in the region."
tag="Our Benefits"
features={[
{
id: "1", name: "Sarah Mitchell", role: "Wellness Enthusiast", company: "Marketing Professional", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg"
id: "1", title: "Expert Certified Therapists", description: "Our licensed massage therapists bring over a decade of specialized training and expertise in Swedish massage techniques. Each therapist is dedicated to providing personalized care tailored to your unique wellness needs and preferences.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-lying-spa-receiving-massage_23-2147844982.jpg"
},
{
id: "2", name: "James Chen", role: "Corporate Executive", company: "Tech Industry", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"
id: "2", title: "Premium Wellness Environment", description: "Experience complete relaxation in our serene sanctuary designed for ultimate comfort. Ambient lighting, soothing music, and aromatherapy oils create the perfect atmosphere for deep healing and restoration of mind, body, and spirit.", imageSrc: "http://img.b2bpic.net/free-photo/spa-equipments-with-soap-cotton-flower_23-2147844979.jpg"
},
{
id: "3", name: "Emily Rodriguez", role: "Yoga Instructor", company: "Wellness Center", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg"
},
{
id: "4", name: "Michael Thompson", role: "Athlete", company: "Fitness Professional", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-hispanic-man-smiling-happy-sitting-sofa-home_839833-15776.jpg"
id: "3", title: "Personalized Treatment Plans", description: "Every massage is customized to your specific needs. Whether you seek pain relief, stress reduction, or sports recovery, we create a tailored treatment plan that evolves with your wellness journey.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-getting-spa-treatment_23-2148912128.jpg"
}
]}
kpiItems={[
{ value: "98%", label: "Client Satisfaction" },
{ value: "5000+", label: "Sessions Completed" },
{ value: "15+", label: "Years Perfecting Our Craft" }
]}
animationType="slide-up"
animationType="blur-reveal"
textboxLayout="default"
useInvertedBackground={false}
/>
@@ -168,7 +154,7 @@ export default function LandingPage() {
{
title: "Company", items: [
{ label: "About Us", href: "#about" },
{ label: "Testimonials", href: "#testimonials" },
{ label: "Benefits", href: "#features" },
{ label: "Contact", href: "#contact" }
]
},