Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-01-11 14:07:29 +00:00

View File

@@ -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: "#"
}
]}
/>