File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed
packages/landing-page/src/components/sections Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change 1
- import { CloudflareLogo } from "../icons/platform/cloudflare-logo" ;
2
1
import { SectionTitle } from "../ui/section-title" ;
3
2
4
- const SPONSORED_BY = [
5
- {
6
- name : "Cloudflare" ,
7
- url : "https://cloudflare.com/" ,
8
- icon : < CloudflareLogo class = "w-32 h-32" />
9
- }
10
- ] ;
11
-
12
3
export function SponsoredBy ( ) {
13
4
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" >
15
6
< header class = "text-left w-1/3" >
16
7
< SectionTitle stylesOverride = "text-left" > Anomaly Innovations</ SectionTitle >
17
8
< p class = "pt-5 px-2 leading-relaxed max-w-[70ch] mx-auto dark:font-thin text-lg" >
You can’t perform that action at this time.
0 commit comments