Update src/app/services/page.tsx

This commit is contained in:
2026-04-15 18:34:32 +00:00
parent fad35ab34b
commit 16c45498af

View File

@@ -24,26 +24,11 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "/",
},
{
name: "About",
id: "/about",
},
{
name: "Services",
id: "/services",
},
{
name: "Doctors",
id: "/doctors",
},
{
name: "Contact",
id: "/contact",
},
{ name: "Home", id: "/" },
{ name: "About", id: "/about" },
{ name: "Services", id: "/services" },
{ name: "Doctors", id: "/doctors" },
{ name: "Contact", id: "/contact" },
]}
brandName="Rajiv Memorial Healthcare"
/>
@@ -55,58 +40,18 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
title="General Surgery"
description={[
"Modern surgical facilities with 24/7 care.",
]}
description="Modern surgical facilities with 24/7 care."
showStepNumbers={false}
features={[]}
/>
</div>
<div id="footer" data-section="footer">
<FooterBase
columns={[
{
title: "Quick Links",
items: [
{
label: "Home",
href: "/",
},
{
label: "About Us",
href: "/about",
},
{
label: "Services",
href: "/services",
},
],
},
{
title: "Contact",
items: [
{
label: "Book Appointment",
href: "/contact",
},
{
label: "Emergency Help",
href: "tel:+91XXXXXXXXXX",
},
],
},
{
title: "Legal",
items: [
{
label: "Privacy Policy",
href: "#",
},
{
label: "Terms of Service",
href: "#",
},
],
},
{ title: "Quick Links", items: [{ label: "Home", href: "/" }, { label: "About Us", href: "/about" }, { label: "Services", href: "/services" }] },
{ title: "Contact", items: [{ label: "Book Appointment", href: "/contact" }, { label: "Emergency Help", href: "tel:+91XXXXXXXXXX" }] },
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] },
]}
logoText="Rajiv Memorial Healthcare"
copyrightText="© 2025 Rajiv Memorial Healthcare Centre. All Rights Reserved."