diff --git a/app/articles/page.tsx b/app/articles/page.tsx index fbbe9f7..f2dc343 100644 --- a/app/articles/page.tsx +++ b/app/articles/page.tsx @@ -15,19 +15,23 @@ import CursorEffect from "@/components/CursorEffect/CursorEffect"; import PDFDocument from "@/components/Articles/PDFDocument/PDFDocument"; const pdfs = [ - "https://drive.google.com/file/d/1Plwf1op2aMalQlFELtzp2zkljkwh3cBJ/preview", - "https://drive.google.com/file/d/1BTxvD-BTXrhr1OYut04SJ8DfHHa9z63N/preview", - "https://drive.google.com/file/d/14Ucp8czgaKyCh4E_McsmNno5e9l3ky0U/preview", - "https://drive.google.com/file/d/1ZTWX_ovctrP1LEV2YdCCqhLjmmwuQeDW/preview", - "https://drive.google.com/file/d/1N4Po9uNEnzGVxep_G285IDhPlMiQlAoc/preview", + "https://drive.google.com/file/d/1rdPGgyWLfZNxdHNcHDJGZHc2EJUzXs_6/preview", + "https://drive.google.com/file/d/1fvW_6-t1eB3YPA2P4_ziUHVObUl746LN/preview", + "https://drive.google.com/file/d/1v_O3luxfxz2qymd8F1iCbWN9HgUiVLG-/preview", + "https://drive.google.com/file/d/1LlmyDNsLjId_NFDq6_5owTwxvTF5vjaK/preview", + "https://drive.google.com/file/d/1hQg2_-QmQcUsmvn-LCLhdyDwZbCcCHCO/preview", + "https://drive.google.com/file/d/1MncInnskmIJfEEpGzx8bRdMM5AgA7hbl/preview", + "https://drive.google.com/file/d/1V_uH5Q4egYprZH6NXZnkat_LbpYQ9-4G/preview", ]; const titles = [ - "Smriti by Hindi Press Club", - "Smriti by Hindi Press Club", - "Smriti by Hindi Press Club", - "Smriti by Hindi Press Club", - "Arcanum Arcanorum by English Press Club", + "Oasis Brochure", + "Smriti: Day-1 by HPC", + "Smriti: Day-2 by HPC", + "Smriti: Day-3 by HPC", + "The Seafarer's Scrolls: Issue-1 by EPC", + "The Seafarer's Scrolls: Issue-2 by EPC", + "The Seafarer's Scrolls: Issue-3 by EPC", ]; const Articles: React.FC = () => { diff --git a/app/contact/page.tsx b/app/contact/page.tsx index 063063f..1a62534 100644 --- a/app/contact/page.tsx +++ b/app/contact/page.tsx @@ -349,7 +349,7 @@ export default function ContactUs() { img={rijul} dept1="Reception and" dept2="Accommodation" - contact="" + contact="tel:+919811529877" mail="mailto:recnacc@bits-oasis.org" /> diff --git a/components/Landing/Navbar/HamBtn/HamMenu/HamMenu.tsx b/components/Landing/Navbar/HamBtn/HamMenu/HamMenu.tsx index 1b611f6..44e832e 100644 --- a/components/Landing/Navbar/HamBtn/HamMenu/HamMenu.tsx +++ b/components/Landing/Navbar/HamBtn/HamMenu/HamMenu.tsx @@ -138,10 +138,10 @@ const HamMenu: React.FC = ({isHamOpen}) => { handleClick()} - href="/devs" + href="/media-partners" className={styles.devText} > - DEVELOPERS + MEDIA PARTNERS
@@ -198,10 +198,10 @@ const HamMenu: React.FC = ({isHamOpen}) => { handleClick()} - href="/brochure" + href="/devs" className={styles.sponsorsText} > - BROCHURE + DEVELOPERS
@@ -277,11 +277,11 @@ const HamMenu: React.FC = ({isHamOpen}) => { handleClick()} - href="/devs" + href="/media-partners" className={styles.devText} id="media-partners-mobile" > - DEVELOPERS + MEDIA PARTNERS
@@ -324,10 +324,10 @@ const HamMenu: React.FC = ({isHamOpen}) => { handleClick()} - href="/brochure" + href="/devs" className={styles.sponsorsText} > - BROCHURE + DEVELOPERS
diff --git a/components/Landing/Navbar/HamBtn/HamMenu/hamMenu.module.scss b/components/Landing/Navbar/HamBtn/HamMenu/hamMenu.module.scss index ed9b61d..4612f27 100644 --- a/components/Landing/Navbar/HamBtn/HamMenu/hamMenu.module.scss +++ b/components/Landing/Navbar/HamBtn/HamMenu/hamMenu.module.scss @@ -79,7 +79,7 @@ .devText { position: absolute; top: -10%; - right: -485%; + right: -550%; } .svgPath { @@ -118,7 +118,7 @@ .sponsorsText { position: absolute; top: 5%; - right: -435%; + right: -475%; } .svgPath { diff --git a/components/MobileLanding/ContactUs/ContactUs.tsx b/components/MobileLanding/ContactUs/ContactUs.tsx index e511e5e..753660c 100644 --- a/components/MobileLanding/ContactUs/ContactUs.tsx +++ b/components/MobileLanding/ContactUs/ContactUs.tsx @@ -106,7 +106,7 @@ export default function ContactUsMobile() { dep1="Reception and" dep2="Accomodation" contactDetails={true} - phone="" + phone="tel:+919811529877" email="mailto:recnacc@bits-oasis.org" />