diff --git a/src/app/page.tsx b/src/app/page.tsx index 1e64b1d..c5a0cdb 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 NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; @@ -63,8 +63,8 @@ export default function LandingPage() { { imageSrc: "https://img.b2bpic.net/free-photo/high-angle-items-spa-therapy_23-2148290933.jpg", imageAlt: "Premium supplement display" } - ] - logoLineHeight={1.1} + ], + logoLineHeight: 1.1 /> @@ -253,8 +253,8 @@ export default function LandingPage() { { label: "Support", href: "contact" } ] } - ]} - copyrightText="© 2025 VITALIS. Premium wellness supplements for discerning health enthusiasts." + ], + copyrightText: "© 2025 VITALIS. Premium wellness supplements for discerning health enthusiasts." />