Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-06-11 14:28:38 +00:00

View File

@@ -25,49 +25,29 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "About BODYMS",
id: "/about",
},
name: "About BODYMS", id: "/about"},
{
name: "Corporate Wellness",
id: "/corporate-wellness",
},
name: "Corporate Wellness", id: "/corporate-wellness"},
{
name: "Treatments",
id: "/treatments",
},
name: "Treatments", id: "/treatments"},
{
name: "Hijama",
id: "/hijama",
},
name: "Hijama", id: "/hijama"},
{
name: "Mobile Services",
id: "/mobile-services",
},
name: "Mobile Services", id: "/mobile-services"},
{
name: "Mobile Rehabilitation",
id: "/mobile-rehab",
},
name: "Mobile Rehabilitation", id: "/mobile-rehab"},
{
name: "Products",
id: "/products",
},
name: "Products", id: "/products"},
{
name: "Contact",
id: "/contact",
},
name: "Contact", id: "/contact"},
]}
logoSrc="asset://logo-bodyms"
logoAlt="BODYMS Massage Therapies Logo"
brandName="BODYMS"
button={{
text: "Book Now",
href: "/contact#booking",
}}
text: "Book Now", href: "/contact#booking"}}
/>
</div>
@@ -80,12 +60,9 @@ export default function LandingPage() {
faqsAnimation="slide-up"
faqs={[
{
id: "contact_faq1",
title: "What's the best way to book an appointment?",
content: "The quickest way to book is via our 'Book Now' button, which links to our online scheduling system. You can also call or WhatsApp us.",
},
id: "contact_faq1", title: "What's the best way to book an appointment?", content: "The quickest way to book is via our 'Book Now' button, which links to our online scheduling system. You can also call or WhatsApp us."},
{
id: "contact_faq2",
id: "contact_faq2", title: "What services can I book on the contact page?", content: "You can book various massage therapies, corporate wellness consultations, and mobile services directly through our contact page's booking system."
},
]}
/>
@@ -93,87 +70,52 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/spa-still-life_23-2147821076.jpg?_wi=9"
imageSrc="http://img.b2bpic.net/free-photo/spa-still-life_23-2147821076.jpg"
imageAlt="BODYMS Massage Therapies Footer Background"
logoText="BODYMS Massage Therapies"
columns={[
{
title: "Quick Links",
items: [
title: "Quick Links", items: [
{
label: "Home",
href: "/",
},
label: "Home", href: "/"},
{
label: "About",
href: "/about",
},
label: "About", href: "/about"},
{
label: "Corporate Wellness",
href: "/corporate-wellness",
},
label: "Corporate Wellness", href: "/corporate-wellness"},
{
label: "Treatments",
href: "/treatments",
},
label: "Treatments", href: "/treatments"},
{
label: "Hijama",
href: "/hijama",
},
label: "Hijama", href: "/hijama"},
{
label: "Mobile Services",
href: "/mobile-services",
},
label: "Mobile Services", href: "/mobile-services"},
{
label: "Mobile Rehabilitation",
href: "/mobile-rehab",
},
label: "Mobile Rehabilitation", href: "/mobile-rehab"},
{
label: "Products",
href: "/products",
},
label: "Products", href: "/products"},
{
label: "Contact",
href: "/contact",
},
label: "Contact", href: "/contact"},
],
},
{
title: "Contact Us",
items: [
title: "Contact Us", items: [
{
label: "Manchester, UK",
href: "#",
},
label: "Manchester, UK", href: "#"},
{
label: "Phone: 0707461836",
href: "tel:+44707461836",
},
label: "Phone: 0707461836", href: "tel:+44707461836"},
{
label: "Instagram: @bodyms_uk",
href: "https://instagram.com/bodyms_uk",
},
label: "Instagram: @bodyms_uk", href: "https://instagram.com/bodyms_uk"},
{
label: "WhatsApp Us",
href: "https://wa.me/44707461836",
},
label: "WhatsApp Us", href: "https://wa.me/44707461836"},
],
},
{
title: "Actions",
items: [
title: "Actions", items: [
{
label: "Book Now",
href: "/contact#booking",
},
label: "Book Now", href: "/contact#booking"},
{
label: "Enquire Now",
href: "/contact#enquire",
},
label: "Enquire Now", href: "/contact#enquire"},
{
label: "WhatsApp Us",
href: "https://wa.me/44707461836",
},
label: "WhatsApp Us", href: "https://wa.me/44707461836"},
],
},
]}