Update src/app/contact/page.tsx

This commit is contained in:
2026-06-10 09:36:35 +00:00
parent 3756259cd2
commit 708fae88a5

View File

@@ -5,7 +5,7 @@ import ReactLenis from "lenis/react";
import ContactText from '@/components/sections/contact/ContactText';
import FooterSimple from '@/components/sections/footer/FooterSimple';
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
export default function LandingPage() {
return (
@@ -23,7 +23,7 @@ export default function LandingPage() {
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarStyleApple
<NavbarStyleFullscreen
navItems={[
{
name: "Home", id: "/"},
@@ -34,6 +34,9 @@ export default function LandingPage() {
{
name: "Contact", id: "/contact"},
]}
logoSrc="https://example.com/new-wanda-logo-transparent.png"
logoAlt="Wanda Bags Logo"
brandName="Wanda Bags"
/>
</div>