diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 38e95e6..f1f7771 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -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, diff --git a/src/app/page.tsx b/src/app/page.tsx index 20bac6f..e26e693 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { /> -
- + @@ -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" } ] },