We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35b0cc0 commit a6e8d61Copy full SHA for a6e8d61
app/components/footer.jsx
@@ -104,10 +104,10 @@ const Footer = () => {
104
<span>
105
Made with ♥ by{" "}
106
<a
107
- href="https://www.linkedin.com/in/sohan-rout/"
+ href="https://asccentify-studio.com/"
108
className="text-blue-400 hover:text-blue-300"
109
>
110
- Sohan Rout
+ Asccentify Studio
111
</a>
112
</span>
113
</div>
app/page.jsx
@@ -66,9 +66,6 @@ export default function Home() {
66
67
<Footer />
68
69
-
70
- {/* Floating Ad — always visible at bottom */}
71
- <BottomAd />
72
</>
73
);
74
}
0 commit comments