diff --git a/src/app/page.tsx b/src/app/page.tsx index 6a39325..5d73c1e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,21 +32,13 @@ export default function LandingPage() { @@ -56,97 +48,54 @@ export default function LandingPage() { @@ -172,20 +121,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Catering Mariage", - description: "Menus personnalisés pour le plus beau jour de votre vie.", - imageSrc: "http://img.b2bpic.net/free-photo/catering-different-foods_1157-183.jpg", - }, + title: "Catering Mariage", description: "Menus personnalisés pour le plus beau jour de votre vie.", imageSrc: "http://img.b2bpic.net/free-photo/catering-different-foods_1157-183.jpg"}, { - title: "Chef à domicile", - description: "Le prestige d'un restaurant gastronomique chez vous.", - imageSrc: "http://img.b2bpic.net/free-photo/female-chef-kitchen-taking-notes-with-pen-notebook_23-2149720718.jpg", - }, + title: "Chef à domicile", description: "Le prestige d'un restaurant gastronomique chez vous.", imageSrc: "http://img.b2bpic.net/free-photo/female-chef-kitchen-taking-notes-with-pen-notebook_23-2149720718.jpg"}, { - title: "Événements d'entreprise", - description: "Solutions culinaires pour vos réunions et galas.", - imageSrc: "http://img.b2bpic.net/free-photo/sliced-salmon-with-arugula-grapefruit-sauce_141793-1268.jpg", - }, + title: "Événements d'entreprise", description: "Solutions culinaires pour vos réunions et galas.", imageSrc: "http://img.b2bpic.net/free-photo/sliced-salmon-with-arugula-grapefruit-sauce_141793-1268.jpg"}, ]} title="Nos services exclusifs" description="Nous accompagnons vos événements avec une approche personnalisée et haut de gamme." @@ -194,30 +134,19 @@ export default function LandingPage() {