@@ -7,12 +7,14 @@ import { Footer, Header, withTranslations } from 'pages/index'
77import { client } from '../../tina/__generated__/client'
88import Image from 'next/image'
99import styles from './argentina.module.scss'
10- import Oblisk from '../../public/scroll-video/Oblisk_4K0125.webp'
10+ // import Oblisk from '../../public/scroll-video/Oblisk_4K0125.webp'
1111import cn from 'classnames'
1212import NewSchedule from 'lib/components/event-schedule-new'
1313import { formatResult } from 'lib/helpers/notion-normalizer'
1414// import dateFns from 'date-fns'
1515import moment from 'moment'
16+ import PageTitle from 'assets/images/ba/subpage_event_calendar_2x.webp'
17+ import Voxel from 'assets/images/ba/voxel-0.jpg'
1618
1719const Argentina = ( props : any ) => {
1820 const { selectedEvent, selectedDay, setSelectedEvent, setSelectedDay } = useCalendarStore ( )
@@ -90,21 +92,19 @@ const Argentina = (props: any) => {
9092 return (
9193 < >
9294 < Header active />
93- < div className = "relative h-[20vh ] w-full text-black bg-black flex flex-col justify-end overflow-hidden" >
95+ < div className = "relative h-[24vh ] w-full text-black bg-black flex flex-col justify-end overflow-hidden" >
9496 < Image
95- src = { Oblisk }
96- alt = "Argentina "
97- className = { cn ( styles . argentina , 'object-cover absolute h-full w-full opacity-80' ) }
97+ src = { Voxel }
98+ alt = "Voxel art background "
99+ className = { cn ( styles . argentina , 'object-cover absolute object-[0%,13%] h-full w-full opacity-80' ) }
98100 />
99- < div className = "section z-10 pb-4" >
100- < div className = "flex gap-4" >
101- < div className = "text-lg bg-black/60 text-white px-4 py-1 rounded-md border border-solid border-black backdrop-blur-sm" >
102- Devconnect Argentina - Event Calendar
101+
102+ < div className = "section z-10 pb-1" >
103+ < div className = "flex justify-between items-end" >
104+ < Image src = { PageTitle } alt = "Page Title" className = { 'contain w-[450px] translate-x-[-3%]' } />
105+ < div className = { cn ( styles . shadow , 'gap-2 pb-3 text-white text-lg' ) } >
106+ 17 — 22 November Buenos Aires, ARGENTINA
103107 </ div >
104- { /* <div className="flex gap-2 items-center">
105- <div className="text-sm text-gray-500">Filter Goes here</div>
106- <Button variant="secondary">Login with Zupass</Button>
107- </div> */ }
108108 </ div >
109109 </ div >
110110 { /* <div className="absolute top-0 left-0 w-full h-full bg-black opacity-50"></div> */ }
@@ -183,12 +183,12 @@ export async function getStaticProps({ locale }: { locale: string }) {
183183 is_not_empty : true ,
184184 } ,
185185 } ,
186- {
187- property : 'Live on website' ,
188- checkbox : {
189- equals : true ,
190- } ,
191- } ,
186+ // {
187+ // property: 'Live on website',
188+ // checkbox: {
189+ // equals: true,
190+ // },
191+ // },
192192 ] ,
193193 } ,
194194 }
0 commit comments