Fix duplicate text (#1602)

* All the images done!

* Add elements

* add billboards and texts and update image import issue

* Handle no api key in arcade pages

* Fix text issue in mobile

* fix image issue

* Fix the floating billboard issue

* Added redirect button and fixed image tearing

* Updated images and added button links

* Removed duplicate images

* Using cdn for banners

* Checking if vercel is updating

* Fixed images on mobile app

* Fixing images

* Fixing tablet mode

* Changed road text

* Changed road text for tablet and phone

* Changed button image

* Added custom button and changed text

* fixed button on mobile and updated billboard

* Fix repeating phrase

---------

Co-authored-by: MohitTiwariBytes <mohittiwaridev@gmail.com>
Co-authored-by: Mohit Tiwari <166998099+MohitTiwariBytes@users.noreply.github.com>
This commit is contained in:
Sarvesh 2025-08-30 15:16:20 -04:00 committed by GitHub
parent 53c73f23e7
commit b1f44ded71
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -165,9 +165,6 @@ function DesktopMode({ billboardBottom }) {
Get ready for an exciting opportunity to pitch your organizations
mission to a panel of HCB teen judges.
</span>
<span style={{ display: 'block', transform: 'scaleX(1.2)', transformOrigin: 'top center' }}>
Win up to $1000 in funding to propel your mission out to sea!
</span>
</Text>
</Box>
<Box
@ -460,9 +457,6 @@ function TabletMode() {
Get ready for an exciting opportunity to pitch your organizations
mission to a panel of HCB teen judges.
</span>
<span style={{ display: 'block', transform: 'scaleX(1.2)', transformOrigin: 'top center' }}>
Win up to $1000 in funding to propel your mission out to sea!
</span>
</Text>
</Box>
<Box
@ -756,9 +750,6 @@ function MobileMode() {
Get ready for an exciting opportunity to pitch your organizations
mission to a panel of HCB teen judges.
</span>
<span style={{ display: 'block', transform: 'scaleX(1.1)', transformOrigin: 'top center' }}>
Win up to $1000 in funding to propel your mission out to sea!
</span>
</Text>
</Box>
<Box