Skip to content

Commit cb65c5c

Browse files
committed
fixes new screenshoots
1 parent 1b7e473 commit cb65c5c

File tree

6 files changed

+7
-5
lines changed

6 files changed

+7
-5
lines changed

src/components/landing-page-components/sections/landing-page-initial.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const LandingPageInitial = () => {
2222
<div
2323
className='relative min-h-screen'
2424
>
25-
<LandingPageHeader />
25+
{/* <LandingPageHeader /> */}
2626

2727
<img
2828
className={isMobile ?

src/components/landing-page-components/sections/landing-page-integrations-card.jsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@ const INTEGRATIONS = [
77
{
88
name: "VS Code Extension",
99
description: "Leverage the VS Code extension to quickly start generating markdown files from your existing code.",
10-
screenshotSrc: "/landing-page/screenshot-vs-code.png",
10+
screenshotSrc: "/landing-page/vscodeextension.png",
1111
},
1212
{
1313
name: "GitHub App",
1414
description: "Integrate Dev-Docs into your CI/CD to fully automate the generation and maintenance of your docs.",
15-
screenshotSrc: "/landing-page/screenshot-github-app.png",
15+
screenshotSrc: "/landing-page/githubapp.png",
1616
},
1717
{
1818
name: "Chrome Extension",
1919
description: "Create step-by-step instructional guides on your app's UI in no time flat with the chrome extension!",
20-
screenshotSrc: "/landing-page/screenshot-chrome-extension.png",
20+
screenshotSrc: "/landing-page/chromeextension.png",
2121
},
2222
{
2323
name: "Docusaurus Template",

src/pages/index.jsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,18 @@ import LandingPageQuotes from '../components/landing-page-components/sections/la
1212
import LandingPageEnd from '../components/landing-page-components/sections/landing-page-end';
1313
import LandingPageFooter from '../components/landing-page-components/sections/landing-page-footer';
1414
import { MobileContextProvider } from '../components/landing-page-components/context-providers/mobile-context-provider';
15+
import LandingPageHeader from '../components/landing-page-components/sections/landing-page-header.jsx';
1516

1617
import "../css/landingpage.scss";
17-
import LandingPageHeader from '../components/landing-page-components/sections/landing-page-header';
18+
1819

1920
const LandingPage = () => {
2021
return (
2122
<MobileContextProvider>
2223
<div
2324
className={"w-full font-sans bg-repeat-y bg-cover bg-landing-page text-[#ECECEC] flex flex-col"}
2425
>
26+
<LandingPageHeader />
2527
<LandingPageInitial />
2628
<LandingPageDemoCard />
2729
<LandingPageHasYourBack />
1.21 MB
Loading

static/landing-page/githubapp.png

112 KB
Loading
941 KB
Loading

0 commit comments

Comments
 (0)