Merge version_2 into main #2

Merged
bender merged 2 commits from version_2 into main 2026-03-10 05:52:18 +00:00
2 changed files with 7 additions and 49 deletions

View File

@@ -1,58 +1,17 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Poppins } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const halant = Halant({
variable: "--font-halant", subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
});
const poppins = Poppins({
variable: "--font-poppins", subsets: ["latin"],
weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"],
});
import "@/styles/globals.css";
export const metadata: Metadata = {
title: "Pushpal Hospital | Trusted Healthcare in Sultanpur", description: "Pushpal Hospital in Sultanpur offers compassionate healthcare with experienced doctors, 24/7 emergency care, and comprehensive medical services for your family.", keywords: "hospital Sultanpur, medical care Sultanpur, emergency services, doctors near Sultanpur, healthcare provider", metadataBase: new URL("https://pushpalhospital.com"),
alternates: {
canonical: "https://pushpalhospital.com"},
openGraph: {
title: "Pushpal Hospital - Trusted Healthcare Provider", description: "Quality healthcare for your family with experienced doctors and modern medical facilities in Sultanpur.", url: "https://pushpalhospital.com", siteName: "Pushpal Hospital", type: "website", images: [
{
url: "http://img.b2bpic.net/free-photo/general-practitioner-examining-x-ray-scan-test-results-with-patient_482257-124816.jpg", alt: "Pushpal Hospital - Quality Healthcare"},
],
},
twitter: {
card: "summary_large_image", title: "Pushpal Hospital | Trusted Healthcare", description: "24/7 medical care in Sultanpur. Call 098812 14441 for appointments.", images: ["http://img.b2bpic.net/free-photo/general-practitioner-examining-x-ray-scan-test-results-with-patient_482257-124816.jpg"],
},
robots: {
index: true,
follow: true,
},
};
title: "Pushpal Hospital - Trusted Healthcare in Sultanpur", description: "Quality healthcare services for your family with experienced doctors and modern facilities"};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${halant.variable} ${inter.variable} ${poppins.variable} antialiased`}
>
<Tag />
{children}
<html lang="en">
<body>{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1420,7 +1379,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}

View File

@@ -44,7 +44,7 @@ export default function LandingPage() {
description="Trusted Healthcare in Sultanpur. Compassionate medical care for your family with experienced doctors and modern facilities."
background={{ variant: "plain" }}
buttons={[
{ text: "📞 Call Now", href: "tel:+919881214441" },
{ text: "🚨 Call Emergency: 098812 14441", href: "tel:+919881214441" },
{ text: "📅 Book Appointment", href: "#contact" }
]}
layoutOrder="default"