Update src/app/page.tsx
This commit is contained in:
@@ -243,15 +243,15 @@ export default function LandingPage() {
|
|||||||
contactItems={[
|
contactItems={[
|
||||||
{
|
{
|
||||||
icon: Phone,
|
icon: Phone,
|
||||||
value: "+1 (555) 123-4567", href: "tel:+15551234567", label: "Phone"
|
label: "Phone", value: "+1 (555) 123-4567", href: "tel:+15551234567"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
icon: Mail,
|
icon: Mail,
|
||||||
value: "hello@beautylux.com", href: "mailto:hello@beautylux.com", label: "Email"
|
label: "Email", value: "hello@beautylux.com", href: "mailto:hello@beautylux.com"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
icon: MapPin,
|
icon: MapPin,
|
||||||
value: "123 Beauty Boulevard, New York, NY 10001", href: "#", label: "Address"
|
label: "Address", value: "123 Beauty Boulevard, New York, NY 10001", href: "#"
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user