Skip to content

Commit

Permalink
add logos to some pages of the landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
aubin-tchoi committed Dec 23, 2024
1 parent 63b09b5 commit 818b3ba
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions front/pages/home/solutions/data-analytics.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import {
} from "@app/components/home/Particles";
import type { SolutionSectionAssistantBlockProps } from "@app/components/home/SolutionSection";
import { SolutionSection } from "@app/components/home/SolutionSection";
import TrustedBy from "@app/components/home/TrustedBy";

export async function getServerSideProps() {
return {
Expand Down Expand Up @@ -53,6 +54,7 @@ export default function DataAnalytics() {
to={pageSettings.to}
subtitle={pageSettings.description}
/>
<TrustedBy />
<Grid>
<SolutionSection
title={
Expand Down
2 changes: 2 additions & 0 deletions front/pages/home/solutions/engineering.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import {
} from "@app/components/home/Particles";
import type { SolutionSectionAssistantBlockProps } from "@app/components/home/SolutionSection";
import { SolutionSection } from "@app/components/home/SolutionSection";
import TrustedBy from "@app/components/home/TrustedBy";

export async function getServerSideProps() {
return {
Expand Down Expand Up @@ -59,6 +60,7 @@ export default function Engineering() {
to={pageSettings.to}
subtitle={pageSettings.description}
/>
<TrustedBy />
<Grid>
<SolutionSection
title={"Improve Code Quality."}
Expand Down
2 changes: 2 additions & 0 deletions front/pages/home/solutions/knowledge.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import {
} from "@app/components/home/Particles";
import type { SolutionSectionAssistantBlockProps } from "@app/components/home/SolutionSection";
import { SolutionSection } from "@app/components/home/SolutionSection";
import TrustedBy from "@app/components/home/TrustedBy";

export async function getServerSideProps() {
return {
Expand Down Expand Up @@ -55,6 +56,7 @@ export default function Knowledge() {
to={pageSettings.to}
subtitle={pageSettings.description}
/>
<TrustedBy />
<Grid>
<SolutionSection
title={
Expand Down
2 changes: 2 additions & 0 deletions front/pages/home/solutions/marketing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import {
} from "@app/components/home/Particles";
import type { SolutionSectionAssistantBlockProps } from "@app/components/home/SolutionSection";
import { SolutionSection } from "@app/components/home/SolutionSection";
import TrustedBy from "@app/components/home/TrustedBy";

export async function getServerSideProps() {
return {
Expand Down Expand Up @@ -58,6 +59,7 @@ export default function Marketing() {
to={pageSettings.to}
subtitle={pageSettings.description}
/>
<TrustedBy />
<Grid>
<SolutionSection
title={
Expand Down
2 changes: 2 additions & 0 deletions front/pages/home/solutions/recruiting-people.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import {
} from "@app/components/home/Particles";
import type { SolutionSectionAssistantBlockProps } from "@app/components/home/SolutionSection";
import { SolutionSection } from "@app/components/home/SolutionSection";
import TrustedBy from "@app/components/home/TrustedBy";

export async function getServerSideProps() {
return {
Expand Down Expand Up @@ -53,6 +54,7 @@ export default function RecruitingPeople() {
to={pageSettings.to}
subtitle={pageSettings.description}
/>
<TrustedBy />
<Grid>
<SolutionSection
title="Focus on&nbsp;being a&nbsp;business partner, not&nbsp;a&nbsp;help desk."
Expand Down
2 changes: 2 additions & 0 deletions front/pages/home/solutions/sales.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import {
} from "@app/components/home/Particles";
import type { SolutionSectionAssistantBlockProps } from "@app/components/home/SolutionSection";
import { SolutionSection } from "@app/components/home/SolutionSection";
import TrustedBy from "@app/components/home/TrustedBy";

export async function getServerSideProps() {
return {
Expand Down Expand Up @@ -60,6 +61,7 @@ export default function Sales() {
to={pageSettings.to}
subtitle={pageSettings.description}
/>
<TrustedBy />
<Grid>
<SolutionSection
title={
Expand Down

0 comments on commit 818b3ba

Please sign in to comment.