Compare commits
6 Commits
version_11
...
version_13
| Author | SHA1 | Date | |
|---|---|---|---|
| 18ca15078b | |||
| cb4c39c748 | |||
| 9a51387878 | |||
| 15ca3e1b5c | |||
| 39254b3b3f | |||
| 63dd7d433b |
@@ -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,6 +48,7 @@ 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>
|
||||||
|
|||||||
@@ -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,6 +137,7 @@ 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>
|
||||||
|
|||||||
Reference in New Issue
Block a user