6 Commits

Author SHA1 Message Date
88130b0124 Update src/app/page.tsx 2026-05-12 16:15:05 +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

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: "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 }, { 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" }} background={{ variant: "plain" }}
imageSrc="http://img.b2bpic.net/free-photo/two-business-woman-working-office-with-digital-tablet_1301-3550.jpg?_wi=1" imageSrc="http://img.b2bpic.net/free-photo/two-business-woman-working-office-with-digital-tablet_1301-3550.jpg?_wi=1"
/> />
@@ -140,7 +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" logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dan5Ic1q1Umi6BwcobeOcsttrO/uploaded-1778602491420-95nrleel.png"
/> />
</div> </div>
</ReactLenis> </ReactLenis>