Update src/app/page.tsx

This commit is contained in:
2026-01-12 16:15:48 +00:00
parent 7568054ece
commit 722996678b

View File

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