Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #4.
This commit is contained in:
@@ -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"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user