diff --git a/src/components/landing/LandingOrganizedBy.tsx b/src/components/landing/LandingOrganizedBy.tsx index 9ea644a..aa7d701 100644 --- a/src/components/landing/LandingOrganizedBy.tsx +++ b/src/components/landing/LandingOrganizedBy.tsx @@ -2,8 +2,7 @@ import React from 'react'; import { motion } from 'framer-motion'; -import { ShieldCheck, Network } from 'lucide-react'; -import PastSponsorsTable from './PastSponsorsTable'; +import { ShieldCheck } from 'lucide-react'; const LandingOrganizedBy = () => { const organizers = [ @@ -43,8 +42,17 @@ const LandingOrganizedBy = () => { +
+ + Sponsors + +
+ {/* 3 Organizers Grid */} -
+
{organizers.map((org, i) => ( { ))}
- - {/* Partners & Supporters Subsection */} -
- -
- Network -
-

- Partners & Supporters -

-
-
- - {/* Existing Past Sponsors Table - wrapped to integrate smoothly */} -
- -
);