Skip to content

Commit c074448

Browse files
Copilotmarc2332begonaalvarezd
authored
chore(dapp): Remove auction sections and related files from homepage (#1147)
Co-authored-by: marc2332 <mespinsanz@gmail.com> Co-authored-by: Begoña Álvarez de la Cruz <balvarez@boxfish.studio>
1 parent 725084b commit c074448

File tree

7 files changed

+1
-1064
lines changed

7 files changed

+1
-1064
lines changed
-136 KB
Binary file not shown.

dapp/src/animations/landing/fair-auction_bg_desktop.json

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

dapp/src/animations/landing/fair-auction_bg_mobile.json

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

dapp/src/app/page.tsx

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,13 @@
33

44
'use client';
55

6-
import {
7-
AuctionCarousel,
8-
BuiltForBuilders,
9-
FairAuction,
10-
LandingHero,
11-
NameUtility,
12-
WhyIotaNames,
13-
} from '@/sections';
6+
import { BuiltForBuilders, LandingHero, NameUtility, WhyIotaNames } from '@/sections';
147

158
export default function Home() {
169
return (
1710
<main className="flex flex-col min-h-screen">
1811
<LandingHero />
1912
<WhyIotaNames />
20-
<FairAuction />
21-
<AuctionCarousel />
2213
<NameUtility />
2314
<BuiltForBuilders />
2415
</main>

dapp/src/sections/AuctionCarousel.tsx

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

dapp/src/sections/FairAuction.tsx

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

dapp/src/sections/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,5 @@
33

44
export * from './LandingHero';
55
export * from './WhyIotaNames';
6-
export * from './FairAuction';
76
export * from './NameUtility';
87
export * from './BuiltForBuilders';
9-
export * from './AuctionCarousel';

0 commit comments

Comments
 (0)