11 Commits

Author SHA1 Message Date
b46c4f9997 Merge version_23 into main
Merge version_23 into main
2026-05-12 17:26:19 +00:00
6376a2992b Update src/app/page.tsx 2026-05-12 17:26:15 +00:00
84828574b2 Merge version_23 into main
Merge version_23 into main
2026-05-12 17:22:54 +00:00
02bd5befec Update src/app/page.tsx 2026-05-12 17:22:48 +00:00
f760f4b114 Switch to version 23: modified src/app/page.tsx 2026-05-12 16:43:05 +00:00
063c912a65 Switch to version 23: modified src/app/contact/page.tsx 2026-05-12 16:43:05 +00:00
71567ec447 Switch to version 22: modified src/app/page.tsx 2026-05-12 16:42:56 +00:00
14892ba92a Switch to version 22: modified src/app/contact/page.tsx 2026-05-12 16:42:55 +00:00
95a59f191c Merge version_23 into main
Merge version_23 into main
2026-05-12 16:41:32 +00:00
227924e55b Update src/app/page.tsx 2026-05-12 16:41:28 +00:00
b555abb4a9 Update src/app/contact/page.tsx 2026-05-12 16:41:28 +00:00
2 changed files with 5 additions and 3 deletions

View File

@@ -50,7 +50,8 @@ export default function ContactPage() {
</div>
<FooterBaseCard
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"
logoImageClassName="scale-[2.5]"
columns={[
{ title: "Company", items: [{ label: "About", href: "/" }, { label: "Contact", href: "/contact" }] },
{ title: "Services", items: [{ label: "IT Staffing", href: "/" }, { label: "IT Consulting", href: "/" }] }

View File

@@ -44,7 +44,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardTestimonial
title="Connecting Businesses with Trusted IT Talent."
title="Connecting Business with Trusted IT Talent."
description="Benak Consulting LLC provides professional IT staffing and consulting solutions for businesses seeking skilled technology professionals, dependable project support, and experienced consulting services."
testimonials={[
{ name: "Sarah Johnson", handle: "@techcorp", testimonial: "Benak Consulting provided us with exceptional talent that transformed our project roadmap.", rating: 5 },
@@ -134,7 +134,8 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterBaseCard
logoText="Benak Consulting LLC"
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dan5Ic1q1Umi6BwcobeOcsttrO/uploaded-1778602491420-95nrleel.png"
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dan5Ic1q1Umi6BwcobeOcsttrO/uploaded-1778606746621-z4rjlwnr.png"
logoImageClassName="scale-[2.5]"
columns={[
{ title: "Company", items: [{ label: "About", href: "/" }, { label: "Contact", href: "/contact" }] },
{ title: "Services", items: [{ label: "IT Staffing", href: "/" }, { label: "IT Consulting", href: "/" }] }