From 722996678bf6c1d7d4b5385e6c5231fe3f970dec Mon Sep 17 00:00:00 2001 From: development Date: Mon, 12 Jan 2026 16:15:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b402a0f..4352362 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -234,15 +234,15 @@ export default function LandingPage() { contactItems={[ { icon: Phone, - value: "(212) 555-0147", href: "tel:+12125550147" + label: "Phone", value: "(212) 555-0147", href: "tel:+12125550147" }, { icon: Mail, - value: "hello@vitalis.com", href: "mailto:hello@vitalis.com" + label: "Email", value: "hello@vitalis.com", href: "mailto:hello@vitalis.com" }, { icon: MapPin, - value: "Manhattan, New York" + label: "Address", value: "Manhattan, New York" } ]} />