Remove duplicate newsletter signup from footer
Keep social links, logo, and copyright in footer. Newsletter signup is already available in /subscribe page. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
94ec5ada95
commit
c116ec5ea4
|
|
@ -427,29 +427,11 @@ export default async function HomePage() {
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
{/* SUBSCRIBE Section - Dark footer style */}
|
{/* FOOTER Section - Dark footer style */}
|
||||||
<section className="py-20 bg-[#222] text-white">
|
<section className="py-16 bg-[#222] text-white">
|
||||||
<div className="mx-auto max-w-xl px-4 text-center">
|
<div className="mx-auto max-w-xl px-4 text-center">
|
||||||
<h2 className="font-serif text-3xl md:text-4xl">Get in Touch</h2>
|
|
||||||
<p className="mt-4 text-gray-300">
|
|
||||||
Receive updates and occasional newsletters about new artwork, events, and creative offerings.
|
|
||||||
</p>
|
|
||||||
<form className="mt-8 flex flex-col sm:flex-row gap-3">
|
|
||||||
<input
|
|
||||||
type="email"
|
|
||||||
placeholder="Enter your email"
|
|
||||||
className="flex-1 px-4 py-4 bg-transparent border border-white/30 text-white placeholder-gray-400 focus:border-white focus:outline-none rounded-full"
|
|
||||||
/>
|
|
||||||
<button
|
|
||||||
type="submit"
|
|
||||||
className="px-8 py-4 bg-white text-[#222] text-sm uppercase tracking-wider rounded-full hover:bg-gray-100 transition-colors"
|
|
||||||
>
|
|
||||||
Subscribe
|
|
||||||
</button>
|
|
||||||
</form>
|
|
||||||
|
|
||||||
{/* Social Links */}
|
{/* Social Links */}
|
||||||
<div className="mt-12 flex justify-center gap-6">
|
<div className="flex justify-center gap-6">
|
||||||
<a
|
<a
|
||||||
href="mailto:post@ktrenshaw.com"
|
href="mailto:post@ktrenshaw.com"
|
||||||
className="w-10 h-10 border border-white/30 rounded-full flex items-center justify-center hover:border-white transition-colors"
|
className="w-10 h-10 border border-white/30 rounded-full flex items-center justify-center hover:border-white transition-colors"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue