Compare commits
18 Commits
version_15
...
version_19
| Author | SHA1 | Date | |
|---|---|---|---|
| 6ee17b8274 | |||
| 196fd4b1c0 | |||
| a839776a1c | |||
| 586c27d7df | |||
| 7f3edc37dd | |||
| d85254af32 | |||
| c17f00d949 | |||
| 97bfd1816b | |||
| fae2259754 | |||
| d48b583dd0 | |||
| e519265bc9 | |||
| 88130b0124 | |||
| 9b53d7f4c5 | |||
| e627e65bdb | |||
| 64f1e388b8 | |||
| 9573a491f4 | |||
| 321ea5ceb7 | |||
| 3103325d2d |
@@ -52,6 +52,8 @@ export default function ContactPage() {
|
|||||||
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"
|
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>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
|
|||||||
@@ -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,9 @@ 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"
|
||||||
|
logoClassName="scale-[0.6]"
|
||||||
|
className="py-8"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
|
|||||||
Reference in New Issue
Block a user