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" } ]} />