diff --git a/app/(pages)/(index-page)/_components/Sponsers/Sponsers.tsx b/app/(pages)/(index-page)/_components/Sponsers/Sponsers.tsx index c99e2f2..a76beaf 100644 --- a/app/(pages)/(index-page)/_components/Sponsers/Sponsers.tsx +++ b/app/(pages)/(index-page)/_components/Sponsers/Sponsers.tsx @@ -4,7 +4,7 @@ import Image from 'next/image'; type Sponsor = { id: string; src?: string; url?: string; alt?: string }; -function SponsorElement({ src, url, alt }: Sponsor) { +function SponsorElement({ src, alt }: Sponsor) { return (
- Apply to be a{' '} + {/* Apply to be a{' '} Volunteer - + */} {/* or Mentor @@ -222,30 +222,30 @@ export default function HeroInfo() { ); } -interface FormLinkProps { - href: string; - includeComma: boolean; - children: React.ReactNode; -} +// interface FormLinkProps { +// href: string; +// includeComma: boolean; +// children: React.ReactNode; +// } -function FormLink({ href, includeComma, children }: FormLinkProps) { - return ( - - {children} +// function FormLink({ href, includeComma, children }: FormLinkProps) { +// return ( +// +// {children} - Arrow icon +// Arrow icon - {includeComma && ,} - - ); -} +// {includeComma && ,} +// +// ); +// } diff --git a/public/Images/sponsers/Anthropic.png b/public/Images/sponsers/Anthropic.png new file mode 100644 index 0000000..bef3948 Binary files /dev/null and b/public/Images/sponsers/Anthropic.png differ diff --git a/public/Images/sponsers/Davis_Autonomy_Club.png b/public/Images/sponsers/Davis_Autonomy_Club.png new file mode 100644 index 0000000..63e937a Binary files /dev/null and b/public/Images/sponsers/Davis_Autonomy_Club.png differ diff --git a/public/Images/sponsers/MSBA.webp b/public/Images/sponsers/MSBA.webp new file mode 100644 index 0000000..312092b Binary files /dev/null and b/public/Images/sponsers/MSBA.webp differ diff --git a/public/Images/sponsers/asucd.png b/public/Images/sponsers/asucd.png new file mode 100644 index 0000000..4f61711 Binary files /dev/null and b/public/Images/sponsers/asucd.png differ diff --git a/public/Images/sponsers/datalab.webp b/public/Images/sponsers/datalab.webp new file mode 100644 index 0000000..8b4fe98 Binary files /dev/null and b/public/Images/sponsers/datalab.webp differ diff --git a/public/Images/sponsers/exa.png b/public/Images/sponsers/exa.png new file mode 100644 index 0000000..6fdd235 Binary files /dev/null and b/public/Images/sponsers/exa.png differ diff --git a/public/Images/sponsers/figma.svg.png b/public/Images/sponsers/figma.svg.png new file mode 100644 index 0000000..b7f911f Binary files /dev/null and b/public/Images/sponsers/figma.svg.png differ diff --git a/public/Images/sponsers/reconstruct.png b/public/Images/sponsers/reconstruct.png new file mode 100644 index 0000000..cee8791 Binary files /dev/null and b/public/Images/sponsers/reconstruct.png differ diff --git a/public/Images/sponsers/srrc.png b/public/Images/sponsers/srrc.png new file mode 100644 index 0000000..4d9a866 Binary files /dev/null and b/public/Images/sponsers/srrc.png differ