Update src/app/page.tsx

This commit is contained in:
2026-01-11 14:18:39 +00:00
parent 4f725b7c4f
commit 0ac21951d9

View File

@@ -243,15 +243,15 @@ export default function LandingPage() {
contactItems={[
{
icon: Phone,
label: "Phone", value: "+1 (555) 123-4567", href: "tel:+15551234567"
value: "+1 (555) 123-4567", href: "tel:+15551234567", label: "Phone"
},
{
icon: Mail,
label: "Email", value: "hello@beautylux.com", href: "mailto:hello@beautylux.com"
value: "hello@beautylux.com", href: "mailto:hello@beautylux.com", label: "Email"
},
{
icon: MapPin,
label: "Address", value: "123 Beauty Boulevard, New York, NY 10001", href: "#"
value: "123 Beauty Boulevard, New York, NY 10001", href: "#", label: "Address"
}
]}
/>