Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update logo ponds #7174

Merged
merged 5 commits into from
Aug 28, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Moves solutions pages to the master logo
  • Loading branch information
iskyOS committed Aug 28, 2024
commit 444ab58994329a069a86e993d29ea7a0e1017fa3
2 changes: 1 addition & 1 deletion src/pages/code-search.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { FunctionComponent } from 'react'
import ChevronRightIcon from 'mdi-react/ChevronRightIcon'
import Link from 'next/link'

import { ContentSection, CodyPartners, Layout, TwoColumnSection, Video, InfiniteCarousel } from '../components'
import { ContentSection, CodyPartners, Layout, TwoColumnSection, Video } from '../components'
import { CodeSearchCard } from '../components/Code-search/CodeSearchCard'
import { TelemetryProps } from '../telemetry'

Expand Down
7 changes: 3 additions & 4 deletions src/pages/solutions/bitbucket.tsx
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
import { FunctionComponent } from 'react'

import { InfiniteCarousel, Layout } from '../../components'
import { CodyPartners, Layout } from '../../components'
import { ContactUsCta } from '../../components/cta/ContactUsCta'
import { EnterpriseGradeSection } from '../../components/Enterprise/EnterpriseGradeSection'
import { NineCaseStudySection } from '../../components/Enterprise/NineCaseStudySection'
import { AutomationSection } from '../../components/solutions/AutomationSection'
import { IntroCard } from '../../components/solutions/IntroCard'
import { SearchDescriptionSection } from '../../components/solutions/SearchDescriptionSection'
import { SolutionExplanationSection } from '../../components/solutions/SolutionExplanationSection'
import { carouselImages } from '../code-search'

const explanationCardData = [
{
Expand Down Expand Up @@ -49,8 +48,8 @@ const Bitbucket: FunctionComponent = () => (
textColor="!text-[#0F111A]"
buttonHref="/contact/request-info-bitbucket?form_submission_source=solutions-bitbucket"
/>
<div className="py-8 md:py-16">
<InfiniteCarousel duration={400} images={carouselImages} />
<div className="flex items-center pt-16 pb-16">
<CodyPartners isLight={true} className="!pb-[8px] pt-[16px]" />
</div>
<SolutionExplanationSection
title="Code Intelligence for Bitbucket"
Expand Down
7 changes: 3 additions & 4 deletions src/pages/solutions/gitlab.tsx
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
import { FunctionComponent } from 'react'

import { ContentSection, InfiniteCarousel, Layout } from '../../components'
import { CodyPartners, ContentSection, Layout } from '../../components'
import { ContactUsCta } from '../../components/cta/ContactUsCta'
import ReadCaseStudyLink from '../../components/ReadCaseStudyLink'
import { AutomationSection } from '../../components/solutions/AutomationSection'
import { IntroCard } from '../../components/solutions/IntroCard'
import { SearchDescriptionSection } from '../../components/solutions/SearchDescriptionSection'
import { SolutionExplanationSection } from '../../components/solutions/SolutionExplanationSection'
import { carouselImages } from '../code-search'

const explanationCardData = [
{
Expand Down Expand Up @@ -46,8 +45,8 @@ const GitLab: FunctionComponent = () => (
scaleMobileImage={true}
alt="GitLab"
/>
<div className="py-8 md:py-16">
<InfiniteCarousel duration={400} images={carouselImages} />
<div className="flex items-center pt-16 pb-16">
<CodyPartners isLight={true} className="!pb-[8px] pt-[16px]" />
</div>
<SolutionExplanationSection
title="Write code faster with AI in your GitLab environment"
Expand Down