Skip to content

Commit 3b02718

Browse files
committed
hotfix landing page
1 parent 178cfa4 commit 3b02718

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

packages/landing-page/src/components/sections/sponsored-by.tsx

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,8 @@
1-
import { CloudflareLogo } from "../icons/platform/cloudflare-logo";
21
import { SectionTitle } from "../ui/section-title";
32

4-
const SPONSORED_BY = [
5-
{
6-
name: "Cloudflare",
7-
url: "https://cloudflare.com/",
8-
icon: <CloudflareLogo class="w-32 h-32" />
9-
}
10-
];
11-
123
export function SponsoredBy() {
134
return (
14-
<section class="pt-32 w-full flex flex-row justify-center items-center gap-32 relative">
5+
<section class="pt-32 w-full md:max-w-7xl mx-auto flex flex-row justify-center items-center gap-32 relative">
156
<header class="text-left w-1/3">
167
<SectionTitle stylesOverride="text-left">Anomaly Innovations</SectionTitle>
178
<p class="pt-5 px-2 leading-relaxed max-w-[70ch] mx-auto dark:font-thin text-lg">

0 commit comments

Comments
 (0)