Update src/app/page.tsx
This commit is contained in:
@@ -234,15 +234,15 @@ export default function LandingPage() {
|
|||||||
contactItems={[
|
contactItems={[
|
||||||
{
|
{
|
||||||
icon: Phone,
|
icon: Phone,
|
||||||
label: "Phone", value: "(212) 555-0147", href: "tel:+12125550147"
|
value: "(212) 555-0147", href: "tel:+12125550147"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
icon: Mail,
|
icon: Mail,
|
||||||
label: "Email", value: "hello@vitalis.com", href: "mailto:hello@vitalis.com"
|
value: "hello@vitalis.com", href: "mailto:hello@vitalis.com"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
icon: MapPin,
|
icon: MapPin,
|
||||||
label: "Address", value: "Manhattan, New York"
|
value: "Manhattan, New York"
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user