Skip to content

Commit

Permalink
fix: remove users section
Browse files Browse the repository at this point in the history
The tweet of vjeux has been deleted.
  • Loading branch information
gregberge committed Dec 30, 2024
1 parent 5279329 commit fe7b8b4
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 65 deletions.
5 changes: 0 additions & 5 deletions app/customers/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ import { CallToActionSection } from "@/components/CallToActionSection";
import { Container } from "@/components/Container";
import { getMetadata } from "@/lib/metadata";

import { Users } from "../home/users/Users";

export const metadata: Metadata = getMetadata({
title: "Customers",
description: "Meet the teams that trust Argos for their frontend testing.",
Expand Down Expand Up @@ -114,9 +112,6 @@ export default function Page() {
</Column>
</section>
</Container>
<Container asChild>
<Users />
</Container>
<Container asChild>
<section>
<CallToActionSection
Expand Down
20 changes: 0 additions & 20 deletions app/home/users/Users.tsx

This file was deleted.

2 changes: 0 additions & 2 deletions app/homepage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import { FeaturedSDKs } from "./home/featured-sdk/FeaturedSDKs";
import { Features } from "./home/features/Features";
import { Hero } from "./home/hero/Hero";
import { TestDebugging } from "./home/test-debugging/TestDebugging";
import { Users } from "./home/users/Users";
import { VisualTesting } from "./home/visual-testing/VisualTesting";
import { Why } from "./home/why/Why";

Expand All @@ -31,7 +30,6 @@ export default function Page() {
<Hero />
<Customers />
<DemoVideo />
<Users />
<Why />
<VisualTesting />
<DeveloperExperience />
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
"react-dom": "^19.0.0",
"react-syntax-highlighter": "^15.6.1",
"react-twc": "^1.4.2",
"react-tweet": "^3.2.1",
"rehype-img-size": "^1.0.1",
"remark-frontmatter": "^5.0.0",
"remark-gfm": "^4.0.0",
Expand Down
37 changes: 0 additions & 37 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fe7b8b4

Please sign in to comment.