18 Commits

Author SHA1 Message Date
6ee17b8274 Update src/app/page.tsx 2026-05-12 16:21:25 +00:00
196fd4b1c0 Update src/app/contact/page.tsx 2026-05-12 16:21:24 +00:00
a839776a1c Merge version_18 into main
Merge version_18 into main
2026-05-12 16:17:14 +00:00
586c27d7df Update src/app/page.tsx 2026-05-12 16:17:11 +00:00
7f3edc37dd Update src/app/contact/page.tsx 2026-05-12 16:17:11 +00:00
d85254af32 Switch to version 16: modified src/app/page.tsx 2026-05-12 16:16:24 +00:00
c17f00d949 Switch to version 16: modified src/app/contact/page.tsx 2026-05-12 16:16:23 +00:00
97bfd1816b Merge version_17 into main
Merge version_17 into main
2026-05-12 16:15:52 +00:00
fae2259754 Update src/app/page.tsx 2026-05-12 16:15:46 +00:00
d48b583dd0 Update src/app/contact/page.tsx 2026-05-12 16:15:46 +00:00
e519265bc9 Merge version_16 into main
Merge version_16 into main
2026-05-12 16:15:12 +00:00
88130b0124 Update src/app/page.tsx 2026-05-12 16:15:05 +00:00
9b53d7f4c5 Merge version_16 into main
Merge version_16 into main
2026-05-12 15:01:17 +00:00
e627e65bdb Update src/app/page.tsx 2026-05-12 15:01:14 +00:00
64f1e388b8 Merge version_15 into main
Merge version_15 into main
2026-05-12 15:00:39 +00:00
9573a491f4 Merge version_15 into main
Merge version_15 into main
2026-05-12 14:59:52 +00:00
321ea5ceb7 Merge version_15 into main
Merge version_15 into main
2026-05-12 14:56:40 +00:00
3103325d2d Merge version_15 into main
Merge version_15 into main
2026-05-12 14:56:15 +00:00
2 changed files with 5 additions and 4 deletions

View File

@@ -52,6 +52,8 @@ export default function ContactPage() {
columns={[{ items: [{ label: "Home", href: "/" }, { label: "Contact", href: "/contact" }] }]}
logoText="Benak Consulting LLC"
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dan5Ic1q1Umi6BwcobeOcsttrO/uploaded-1778597600633-cjlo78tg.png"
logoClassName="scale-[0.6]"
className="py-8"
/>
</ReactLenis>
</ThemeProvider>

View File

@@ -51,9 +51,6 @@ export default function LandingPage() {
{ name: "Michael Chen", handle: "@innovatelab", testimonial: "Reliable communication and deep technical expertise every single time.", rating: 5 },
{ name: "Emily Rodriguez", handle: "@growthco", testimonial: "They truly understand our staffing needs and deliver quality professionals fast.", rating: 5 },
]}
buttons={[
{ text: "", href: "/contact" },
]}
background={{ variant: "plain" }}
imageSrc="http://img.b2bpic.net/free-photo/two-business-woman-working-office-with-digital-tablet_1301-3550.jpg?_wi=1"
/>
@@ -140,7 +137,9 @@ export default function LandingPage() {
{ items: [{ label: "Home", href: "/" }, { label: "Contact", href: "/contact" }] }
]}
logoText="Benak Consulting LLC"
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dan5Ic1q1Umi6BwcobeOcsttrO/uploaded-1778597600633-cjlo78tg.png"
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dan5Ic1q1Umi6BwcobeOcsttrO/uploaded-1778602491420-95nrleel.png"
logoClassName="scale-[0.6]"
className="py-8"
/>
</div>
</ReactLenis>