Skip to content

Commit a6e8d61

Browse files
committed
Feat : updated footer section
1 parent 35b0cc0 commit a6e8d61

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

app/components/footer.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,10 +104,10 @@ const Footer = () => {
104104
<span>
105105
Made with ♥ by{" "}
106106
<a
107-
href="https://www.linkedin.com/in/sohan-rout/"
107+
href="https://asccentify-studio.com/"
108108
className="text-blue-400 hover:text-blue-300"
109109
>
110-
Sohan Rout
110+
Asccentify Studio
111111
</a>
112112
</span>
113113
</div>

app/page.jsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,6 @@ export default function Home() {
6666
</div>
6767
<Footer />
6868
</div>
69-
70-
{/* Floating Ad — always visible at bottom */}
71-
<BottomAd />
7269
</>
7370
);
7471
}

0 commit comments

Comments
 (0)