From 94fa0c080b45f85fd67c1d661c32a6419ced4117 Mon Sep 17 00:00:00 2001 From: development Date: Sun, 11 Jan 2026 14:20:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 441ee34..a38c749 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -243,15 +243,15 @@ export default function LandingPage() { contactItems={[ { icon: Phone, - value: "+1 (555) 123-4567", href: "tel:+15551234567", label: "Phone" + label: "Phone", value: "+1 (555) 123-4567", href: "tel:+15551234567" }, { 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, - value: "123 Beauty Boulevard, New York, NY 10001", href: "#", label: "Address" + label: "Address", value: "123 Beauty Boulevard, New York, NY 10001", href: "#" } ]} />