Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -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
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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."
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
|
||||
Reference in New Issue
Block a user