Skip to content

Commit 5b92090

Browse files
Merge pull request #23 from TJ456/donadi
removed dummy page
2 parents 9620c7e + 6a5b8a6 commit 5b92090

File tree

2 files changed

+8
-14
lines changed

2 files changed

+8
-14
lines changed

app/DummyPage.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@ export default function DummyPage() {
4545
<p className="mt-3 text-gray-300 font-medium">
4646
You will be deeply missed, Didi.
4747
</p>
48-
49-
<p className="italic text-gray-500 mt-3">Om Shanti 🤍</p>
48+
<p className="italic text-gray-500 mt-3">Om Shanti 🤍</p>
5049
</div>
5150
</div>
5251
</div>

app/page.tsx

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,11 @@
1-
// import Landing from "./Landing/page";
1+
import Landing from "./Landing/page";
22

33

44

5-
// export default function Home() {
6-
// return (
7-
// <div>
8-
// <Landing/>
9-
// </div>
10-
// );
11-
// }
12-
import DummyPage from "./DummyPage";
13-
145
export default function Home() {
15-
return <DummyPage />;
16-
}
6+
return (
7+
<div>
8+
<Landing/>
9+
</div>
10+
);
11+
}

0 commit comments

Comments
 (0)