From 0a6a4058065df6a95b0a3e1835a4000e03a71952 Mon Sep 17 00:00:00 2001 From: development Date: Sun, 11 Jan 2026 14:07:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4e6e480..679751c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,4 +1,4 @@ -"use client" +"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal'; @@ -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" }, { icon: Mail, - label: "Email", value: "hello@beautylux.com", href: "mailto:hello@beautylux.com" + value: "hello@beautylux.com", href: "mailto:hello@beautylux.com" }, { icon: MapPin, - label: "Address", value: "123 Beauty Boulevard, New York, NY 10001", href: "#" + value: "123 Beauty Boulevard, New York, NY 10001", href: "#" } ]} /> -- 2.49.1