Archived
fixes deploy
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
import HomePage from '@/components/Homepage';
|
import HomePage from '@/components/HomePage';
|
||||||
|
|
||||||
export default function Home() {
|
export default function Home() {
|
||||||
return <HomePage />;
|
return <HomePage />;
|
||||||
|
|||||||
@@ -75,7 +75,7 @@ const HomePage = () => {
|
|||||||
<div className="container mx-auto px-4 text-center">
|
<div className="container mx-auto px-4 text-center">
|
||||||
<h2 className="font-serif text-4xl mb-8">Carte de Fidélité</h2>
|
<h2 className="font-serif text-4xl mb-8">Carte de Fidélité</h2>
|
||||||
<p className="text-xl mb-8 max-w-2xl mx-auto">
|
<p className="text-xl mb-8 max-w-2xl mx-auto">
|
||||||
Rejoignez notre programme de fidélité et bénéficiez d'avantages exclusifs.
|
Rejoignez notre programme de fidélité et bénéficiez d'avantages exclusifs.
|
||||||
Votre 10ème baguette offerte !
|
Votre 10ème baguette offerte !
|
||||||
</p>
|
</p>
|
||||||
<button className="bg-white text-bakery-600 px-8 py-3 rounded-md hover:bg-bakery-50 transition">
|
<button className="bg-white text-bakery-600 px-8 py-3 rounded-md hover:bg-bakery-50 transition">
|
||||||
|
|||||||
@@ -18,6 +18,7 @@
|
|||||||
"name": "next"
|
"name": "next"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"baseUrl": ".",
|
||||||
"paths": {
|
"paths": {
|
||||||
"@/*": ["./src/*"]
|
"@/*": ["./src/*"]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user