File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,13 +8,13 @@ import logo from '@/public/assets/logo.svg';
88import { Button } from '@/components/ui/button' ;
99import { Input } from '@/components/ui/input' ;
1010import { Checkbox } from '@/components/ui/checkbox' ;
11- import { ChevronDown } from 'lucide-react' ;
12- import {
13- Accordion ,
14- AccordionTrigger ,
15- AccordionContent ,
16- AccordionItem ,
17- } from '@/components/ui/accordion' ;
11+ // import { ChevronDown } from 'lucide-react';
12+ // import {
13+ // Accordion,
14+ // AccordionTrigger,
15+ // AccordionContent,
16+ // AccordionItem,
17+ // } from '@/components/ui/accordion';
1818
1919import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' ;
2020import {
@@ -174,7 +174,7 @@ export function Footer() {
174174 </ Link >
175175 ) ) }
176176
177- < div className = "col-span-2 flex justify-center md:justify-start " >
177+ { /* <div className="col-span-2 flex justify-center md:justify-start ">
178178 <Accordion
179179 type="single"
180180 collapsible
@@ -194,7 +194,7 @@ export function Footer() {
194194 </AccordionContent>
195195 </AccordionItem>
196196 </Accordion>
197- </ div >
197+ </div> */ }
198198 </ div >
199199 </ div >
200200 </ div >
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import { CTASection } from './components/CTASection';
44import { StatsAndReviews } from './components/StatsAndReviews' ;
55import { PythonFoundation } from './components//PythonFoundation' ;
66import { Partners } from './components//Partners' ;
7- import UpcomingEvents from './components//UpcomingEvents' ;
7+ // import UpcomingEvents from './components//UpcomingEvents';
88import { Sponsors } from './components/Sponsors' ;
99
1010export default function HomePage ( ) {
@@ -16,7 +16,7 @@ export default function HomePage() {
1616 < StatsAndReviews />
1717 < PythonFoundation />
1818 < Partners />
19- < UpcomingEvents />
19+ { /* <UpcomingEvents /> */ }
2020 < Sponsors />
2121 </ main >
2222 ) ;
Original file line number Diff line number Diff line change 22
33import { useRouter , usePathname } from 'next/navigation' ;
44import { Button } from '@/components/ui/button' ;
5- import { ChevronDown } from 'lucide-react' ;
5+ // import { ChevronDown } from 'lucide-react';
66
7- import {
8- DropdownMenu ,
9- DropdownMenuTrigger ,
10- DropdownMenuContent ,
11- } from '@/components/ui/dropdown-menu' ;
7+ // import {
8+ // DropdownMenu,
9+ // DropdownMenuTrigger,
10+ // DropdownMenuContent,
11+ // } from '@/components/ui/dropdown-menu';
1212
1313interface redirectProps {
1414 href : string ;
@@ -48,7 +48,7 @@ export default function DesktopView() {
4848 >
4949 Events
5050 </ Button >
51- < DropdownMenu >
51+ { /* <DropdownMenu>
5252 <DropdownMenuTrigger
5353 className={`${pathname === '/sponsors' || pathname === '/host' ? 'text-primary border-primary' : ''} flex [&[data-state=open]]:bg-primary [&[data-state=open]]:text-dark-green justify-center items-center outline-none gap-[10px] focus:outline-none p-[10px] border-[1px] rounded-[50px] border-transparent hover:text-primary active:border-primary active:bg-primary active:text-dark-green`}
5454 >
@@ -63,7 +63,7 @@ export default function DesktopView() {
6363 Host Us
6464 </Button>
6565 </DropdownMenuContent>
66- </ DropdownMenu >
66+ </DropdownMenu> */ }
6767 < Button
6868 variant = { 'navLink' }
6969 onClick = { ( ) => router . push ( '/speak' ) }
@@ -85,13 +85,6 @@ export default function DesktopView() {
8585 >
8686 Code of Conduct
8787 </ Button >
88- < Button
89- variant = { 'navLink' }
90- onClick = { ( ) => router . push ( '/code-of-conduct' ) }
91- className = { `${ pathname === '/code-of-conduct' ? 'text-primary border-primary' : '' } ` }
92- >
93- Code of Conduct
94- </ Button >
9588 < Button
9689 variant = { 'navLink' }
9790 onClick = { ( ) => router . push ( '/contact' ) }
Original file line number Diff line number Diff line change 33import { useRouter } from 'next/navigation' ;
44import { Menu } from 'lucide-react' ;
55import { Button } from '@/components/ui/button' ;
6- import { ChevronDown } from 'lucide-react' ;
6+ // import { ChevronDown } from 'lucide-react';
77import {
88 Sheet ,
99 SheetContent ,
@@ -13,12 +13,12 @@ import {
1313 SheetTrigger ,
1414} from '@/components/ui/sheet' ;
1515
16- import {
17- Accordion ,
18- AccordionTrigger ,
19- AccordionContent ,
20- AccordionItem ,
21- } from '@/components/ui/accordion' ;
16+ // import {
17+ // Accordion,
18+ // AccordionTrigger,
19+ // AccordionContent,
20+ // AccordionItem,
21+ // } from '@/components/ui/accordion';
2222
2323interface redirectProps {
2424 href : string ;
@@ -61,7 +61,7 @@ export default function MobileView() {
6161 >
6262 Events
6363 </ Button >
64- < Accordion type = "single" collapsible className = "w-full" >
64+ { /* <Accordion type="single" collapsible className="w-full">
6565 <AccordionItem
6666 value="item-1"
6767 className="w-full [&[data-state=open]]:bg-saturated-light-green-opacity-50 [&[data-state=open]]:shadow-md p-0"
@@ -85,7 +85,7 @@ export default function MobileView() {
8585 </Button>
8686 </AccordionContent>
8787 </AccordionItem>
88- </ Accordion >
88+ </Accordion> */ }
8989
9090 { /* <Button
9191 variant={'navLinkMobile'}
@@ -99,12 +99,6 @@ export default function MobileView() {
9999 >
100100 Code of Conduct
101101 </ Button >
102- < Button
103- variant = { 'navLinkMobile' }
104- onClick = { ( ) => router . push ( '/code-of-conduct' ) }
105- >
106- Code of Conduct
107- </ Button >
108102 < Button
109103 variant = { 'navLinkMobile' }
110104 onClick = { ( ) => router . push ( '/speak' ) }
You can’t perform that action at this time.
0 commit comments