Update src/app/page.tsx

This commit is contained in:
2026-06-10 10:45:56 +00:00
parent 64fcecb65c
commit 2d80e08d92

View File

@@ -153,7 +153,6 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
gridVariant="uniform-all-items-equal" gridVariant="uniform-all-items-equal"
useInvertedBackground={true} useInvertedBackground={true}
animationType="slide-up"
metrics={[ metrics={[
{ {
id: "m1", value: "5.0", description: "Google Rating from 1,600+ Reviews"}, id: "m1", value: "5.0", description: "Google Rating from 1,600+ Reviews"},
@@ -239,7 +238,7 @@ export default function LandingPage() {
description="Our dedicated team is ready to assist you. Reach out to us for appointments, inquiries, or emergency support." description="Our dedicated team is ready to assist you. Reach out to us for appointments, inquiries, or emergency support."
buttons={[ buttons={[
{ {
text: "Call Now: 098283 45522", href: "tel:+09828345522"}, text: "Call Now: 098283 45522", href: "tel:09828345522"},
{ {
text: "Send a Message", href: "mailto:info@hospitalcare.com"}, text: "Send a Message", href: "mailto:info@hospitalcare.com"},
]} ]}