Update src/app/page.tsx
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
"use client"
|
"use client";
|
||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
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"
|
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>
|
</div>
|
||||||
|
|
||||||
@@ -253,8 +253,8 @@ export default function LandingPage() {
|
|||||||
{ label: "Support", href: "contact" }
|
{ 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>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
|
|||||||
Reference in New Issue
Block a user