Skip to content

Commit 2492623

Browse files
committed
Added fixed smoke
1 parent d0f71f7 commit 2492623

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

app/(pre-dashboard)/(landing)/sections/Hero/Hero.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export default function Hero() {
5959
>
6060
<div
6161
className="relative flex w-full flex-col items-center justify-center
62-
sm:flex sm:h-[100vh] sm:flex-row-reverse max-w-[1100px]"
62+
sm:flex sm:h-[100vh] md:flex-row-reverse max-w-[1100px]"
6363
id="Home"
6464
>
6565
<div className='relative flex w-full justify-center'>
@@ -78,7 +78,7 @@ export default function Hero() {
7878
alt="smoke"
7979
width="2000"
8080
height="2000"
81-
className="absolute -top-0 -left-32 sm:scale-[1.8] sm:-top-48 sm:-left-72 md:scale-[1.8]"
81+
className="absolute top-5 -left-32 scale-[1.8] sm:scale-[2.8] sm:-top-14 sm:-left-72 md:scale-[3] md:-top-20"
8282
/>
8383
</div>
8484
</div>
@@ -135,7 +135,7 @@ export default function Hero() {
135135
height={400}
136136
className="absolute top-0"
137137
/>
138-
<p className="relative text-white text-lg pt-2 md:pt-4 md:text-2xl lg:text-4xl">SIGN UP</p>
138+
<p className="relative text-white text-lg pt-2 md:pt-4 sm:text-4xl md:text-2xl lg:text-4xl">SIGN UP</p>
139139
</div>
140140
</button>
141141
<button
@@ -162,7 +162,7 @@ export default function Hero() {
162162
height={400}
163163
className="absolute top-0 "
164164
/>
165-
<p className="relative text-white text-lg pt-2 md:pt-4 md:text-2xl lg:text-4xl">
165+
<p className="relative text-white text-lg pt-2 md:pt-4 sm:text-4xl md:text-2xl lg:text-4xl">
166166
{!isLogged ? 'LOG IN' : 'DASHBOARD'}
167167
</p>
168168
</button>

app/(pre-dashboard)/(landing)/sections/Hero/Navbar.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ function Navbar() {
142142
</a>
143143
<CollapsedMenu />
144144
<div
145-
className="text-mediumBlue absolute right-20 top-0 z-40 hidden
145+
className="text-dark_red-100 absolute right-20 top-0 z-40 hidden
146146
w-full justify-end pr-2 pt-4 text-sm font-light sm:pr-4 sm:pt-6 sm:text-base md:pr-6 md:pt-8 md:text-lg lg:flex lg:pr-8 lg:pt-10 lg:text-xl"
147147
>
148148
{isHomePage && (
@@ -157,7 +157,7 @@ function Navbar() {
157157
{sections.map((section) => (
158158
<button
159159
style={{
160-
color: '#536F91',
160+
color: '#6D1E00',
161161
textTransform: 'lowercase',
162162
}}
163163
className="glow-center ms-4 text-lg font-medium uppercase transition-shadow hover:drop-shadow-blueGlow sm:mr-3 sm:text-xl md:mr-4 md:text-2xl lg:mr-5 lg:text-3xl"
@@ -169,7 +169,7 @@ function Navbar() {
169169
))}
170170
<button
171171
style={{
172-
color: '#536F91',
172+
color: '#6D1E00',
173173
textTransform: 'lowercase',
174174
}}
175175
className="glow-center ms-4 text-lg font-medium uppercase transition-shadow hover:drop-shadow-blueGlow sm:mr-3 sm:text-xl md:mr-4 md:text-2xl lg:mr-5 lg:text-3xl"
@@ -181,7 +181,7 @@ function Navbar() {
181181
<Link href="https://linktr.ee/thehackru">
182182
<button
183183
style={{
184-
color: '#536F91',
184+
color: '#6D1E00',
185185
textTransform: 'lowercase',
186186
}}
187187
className="glow-center ms-4 text-lg font-medium uppercase transition-shadow hover:drop-shadow-blueGlow sm:mr-3 sm:text-xl md:mr-4 md:text-2xl lg:mr-5 lg:text-3xl"

app/(pre-dashboard)/(landing)/sections/Schedule.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,14 +113,14 @@ export default function Schedule() {
113113
</div>
114114
</div>
115115

116-
<Image
116+
{/* <Image
117117
src={"/landing/S2025/foodplaceholder.png"}
118118
width="300"
119119
height="300"
120120
className="w-[300px] lg:w-[400px] absolute right-0 -bottom-[200px] lg:-bottom-[300px] z-30"
121121
alt={'cool'}
122122
quality={50}
123-
/>
123+
/> */}
124124

125125
<Transition appear show={mapOpen} as={Fragment}>
126126
<Dialog

app/(pre-dashboard)/layout.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ export default function Layout({ children }: { children: React.ReactNode }) {
77
<>
88
<main className="relative h-fit w-fit ">
99
<Navbar />
10-
<Suspense>
10+
{/* <Suspense>
1111
<Cursor />
12-
</Suspense>
12+
</Suspense> */}
1313
{children}
1414
<Suspense></Suspense>
1515
</main>

public/landing/S2025/smoke.png

1.01 MB
Loading

0 commit comments

Comments
 (0)