6 Commits

Author SHA1 Message Date
18ca15078b Update src/app/page.tsx 2026-05-12 14:53:35 +00:00
cb4c39c748 Update src/app/contact/page.tsx 2026-05-12 14:53:35 +00:00
9a51387878 Merge version_12 into main
Merge version_12 into main
2026-05-12 14:50:36 +00:00
15ca3e1b5c Update src/app/page.tsx 2026-05-12 14:50:33 +00:00
39254b3b3f Update src/app/contact/page.tsx 2026-05-12 14:50:33 +00:00
63dd7d433b Merge version_11 into main
Merge version_11 into main
2026-05-11 20:22:49 +00:00
2 changed files with 6 additions and 3 deletions

View File

@@ -25,6 +25,7 @@ export default function ContactPage() {
<ReactLenis root> <ReactLenis root>
<NavbarLayoutFloatingOverlay <NavbarLayoutFloatingOverlay
navItems={[{ name: "Home", id: "/" }, { name: "Contact", id: "/contact" }]} navItems={[{ name: "Home", id: "/" }, { name: "Contact", id: "/contact" }]}
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dan5Ic1q1Umi6BwcobeOcsttrO/uploaded-1778597600633-cjlo78tg.png"
/> />
<div className="pt-32 pb-16 px-6 max-w-4xl mx-auto"> <div className="pt-32 pb-16 px-6 max-w-4xl mx-auto">
<h1 className="text-4xl font-bold mb-8">Contact Us</h1> <h1 className="text-4xl font-bold mb-8">Contact Us</h1>
@@ -47,8 +48,9 @@ export default function ContactPage() {
<FooterLogoEmphasis <FooterLogoEmphasis
columns={[{ items: [{ label: "Home", href: "/" }, { label: "Contact", href: "/contact" }] }]} columns={[{ items: [{ label: "Home", href: "/" }, { label: "Contact", href: "/contact" }] }]}
logoText="Benak Consulting LLC" logoText="Benak Consulting LLC"
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dan5Ic1q1Umi6BwcobeOcsttrO/uploaded-1778597600633-cjlo78tg.png"
/> />
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }

View File

@@ -35,7 +35,7 @@ export default function LandingPage() {
{ name: "Services", id: "services" }, { name: "Services", id: "services" },
{ name: "Contact", id: "/contact" }, { name: "Contact", id: "/contact" },
]} ]}
brandName="Benak Consulting LLC" logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dan5Ic1q1Umi6BwcobeOcsttrO/uploaded-1778597600633-cjlo78tg.png"
/> />
</div> </div>
@@ -137,9 +137,10 @@ export default function LandingPage() {
{ items: [{ label: "Home", href: "/" }, { label: "Contact", href: "/contact" }] } { items: [{ label: "Home", href: "/" }, { label: "Contact", href: "/contact" }] }
]} ]}
logoText="Benak Consulting LLC" logoText="Benak Consulting LLC"
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dan5Ic1q1Umi6BwcobeOcsttrO/uploaded-1778597600633-cjlo78tg.png"
/> />
</div> </div>
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }