refactor: remove final CTA section and enhance footer branding
- Removed "Prêt à tenter votre chance?" final CTA section from homepage - Added "Thé Tip Top" title in orange/gold to footer - Updated footer description text - Logo already present in header and footer 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
6d95f02dee
commit
0ebcf80155
35
app/page.tsx
35
app/page.tsx
|
|
@ -289,41 +289,6 @@ export default function HomePage() {
|
|||
</div>
|
||||
</section>
|
||||
|
||||
{/* CTA Final Section */}
|
||||
<section className="py-20 bg-white">
|
||||
<div className="container mx-auto px-4">
|
||||
<div className="max-w-4xl mx-auto bg-gradient-to-r from-[#1a4d2e] to-[#2d5a3d] rounded-2xl shadow-2xl p-12 text-center text-white">
|
||||
<div className="text-6xl mb-6">🎉</div>
|
||||
<h2 className="text-4xl md:text-5xl font-bold mb-6">
|
||||
Prêt à tenter votre chance ?
|
||||
</h2>
|
||||
<p className="text-xl mb-10 text-white/90 max-w-2xl mx-auto">
|
||||
Inscrivez-vous gratuitement et participez au grand jeu-concours du 10<sup>ème</sup> anniversaire.
|
||||
Chaque participation est récompensée !
|
||||
</p>
|
||||
|
||||
<div className="flex flex-col sm:flex-row gap-4 justify-center">
|
||||
<Link href="/register">
|
||||
<Button
|
||||
size="lg"
|
||||
className="bg-[#f59e0b] hover:bg-[#d97706] text-white font-bold text-lg px-12 py-4 shadow-xl border-0"
|
||||
>
|
||||
Créer mon compte
|
||||
</Button>
|
||||
</Link>
|
||||
<Link href="/login">
|
||||
<Button
|
||||
variant="outline"
|
||||
size="lg"
|
||||
className="border-2 border-white text-white hover:bg-white hover:text-[#1a4d2e] font-bold text-lg px-12 py-4"
|
||||
>
|
||||
J'ai déjà un compte
|
||||
</Button>
|
||||
</Link>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -17,9 +17,10 @@ export default function Footer() {
|
|||
<div className="mb-4">
|
||||
<Logo variant="white" size="md" showText={true} />
|
||||
</div>
|
||||
<h3 className="text-2xl font-bold text-[#f59e0b] mb-3">Thé Tip Top</h3>
|
||||
<p className="text-sm text-white/80 mb-4">
|
||||
Votre boutique de thé premium à Nice. Participez à notre grand
|
||||
jeu-concours 2024 et gagnez des lots exceptionnels !
|
||||
Découvrez nos thés premium bio et artisanaux. Participez à notre grand
|
||||
jeu-concours 100% gagnant et tentez de remporter nos magnifiques lots !
|
||||
</p>
|
||||
<div className="flex gap-4">
|
||||
<a
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user