Skip to content

Commit 95e958f

Browse files
committed
removed tabs section, and replaced any links to the codestepper area
1 parent a0f9b40 commit 95e958f

File tree

4 files changed

+2
-36
lines changed

4 files changed

+2
-36
lines changed

app/page.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import ScrollToTop from "@/components/ui/back-to-top";
22
import { Hero } from "@/components/landing/hero";
3-
import { TabSection } from "@/components/landing/tabs";
43
import { Navigation } from "@/components/landing/navigation";
54
import SiteCounter from "@/components/landing/site-counter";
65
import AboutTailspin from "@/components/landing/about-tailspin";
@@ -34,9 +33,6 @@ export default function Home() {
3433
>
3534
<StepperCard />
3635
</section>
37-
<section id='tabsSection'>
38-
<TabSection />
39-
</section>
4036
<section className='container'>
4137
<div>
4238
<SiteCounter />

components/landing/about-tailspin.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ const AboutTailspin = () => {
112112
discover and meet like-minded people, and maybe even
113113
hire/get hired 😉.
114114
<br />
115-
<Link href='#tabsSection'>
115+
<Link href='#stepper'>
116116
<Button className='mt-2 bg-orange-500'>
117117
Leaderboard{" "}
118118
<BarChartBig className='ml-2 h-4 w-4' />

components/landing/hero.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export const Hero = () => {
2929
<HeroSubText />
3030
</div>
3131
<a
32-
href='#tabsSection'
32+
href='#stepper'
3333
className='flex cursor-pointer flex-col items-center'
3434
>
3535
<div className='h-12 w-12 animate-bounce'>

components/landing/tabs.tsx

Lines changed: 0 additions & 30 deletions
This file was deleted.

0 commit comments

Comments
 (0)