diff --git a/src/app/page.tsx b/src/app/page.tsx
index 8db9bc8..b1505ff 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,21 +31,13 @@ export default function LandingPage() {
@@ -54,47 +46,26 @@ export default function LandingPage() {
@@ -106,19 +77,13 @@ export default function LandingPage() {
metrics={[
{
icon: Award,
- label: "Qualité",
- value: "100% Artisanal",
- },
+ label: "Qualité", value: "100% Artisanal"},
{
icon: Clock,
- label: "Frais",
- value: "Fait maison",
- },
+ label: "Frais", value: "Fait maison"},
{
icon: MapPin,
- label: "Lieu",
- value: "Saint-Étienne",
- },
+ label: "Lieu", value: "Saint-Étienne"},
]}
metricsAnimation="blur-reveal"
/>
@@ -132,41 +97,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
- id: "p1",
- name: "Tradition",
- price: "1.20€",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-different-types-baguette-wooden-surface_141793-11295.jpg",
- },
+ id: "p1", name: "Tradition", price: "1.20€", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-different-types-baguette-wooden-surface_141793-11295.jpg"},
{
- id: "p2",
- name: "Viennoiseries",
- price: "1.50€",
- imageSrc: "http://img.b2bpic.net/free-photo/baked-apples-foil-plate-with-walnuts_23-2147930967.jpg",
- },
+ id: "p2", name: "Viennoiseries", price: "1.50€", imageSrc: "http://img.b2bpic.net/free-photo/baked-apples-foil-plate-with-walnuts_23-2147930967.jpg"},
{
- id: "p3",
- name: "Pâtisseries",
- price: "3.50€",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-little-cake-with-cream-fresh-sliced-fruits-dark-backgound-fruit-cake-biscuit-s_140725-22610.jpg",
- },
+ id: "p3", name: "Pâtisseries", price: "3.50€", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-little-cake-with-cream-fresh-sliced-fruits-dark-backgound-fruit-cake-biscuit-s_140725-22610.jpg"},
{
- id: "p4",
- name: "Snacking",
- price: "5.50€",
- imageSrc: "http://img.b2bpic.net/free-photo/hot-dog-with-sausage-cucumber-tomato-lettuce-dark-wooden-table-summer-hotdog-top-view_2829-16978.jpg",
- },
+ id: "p4", name: "Snacking", price: "5.50€", imageSrc: "http://img.b2bpic.net/free-photo/hot-dog-with-sausage-cucumber-tomato-lettuce-dark-wooden-table-summer-hotdog-top-view_2829-16978.jpg"},
{
- id: "p5",
- name: "Pains Spéciaux",
- price: "2.80€",
- imageSrc: "http://img.b2bpic.net/free-photo/farm-bakery-products-artisan-rye-wheat-bread-traditional-pastries-turkey-natural-lighting-fresh-bread-table-closeup-selective-focus-homemade-bread-with-whole-wheat-flour_166373-3520.jpg",
- },
+ id: "p5", name: "Pains Spéciaux", price: "2.80€", imageSrc: "http://img.b2bpic.net/free-photo/farm-bakery-products-artisan-rye-wheat-bread-traditional-pastries-turkey-natural-lighting-fresh-bread-table-closeup-selective-focus-homemade-bread-with-whole-wheat-flour_166373-3520.jpg"},
{
- id: "p6",
- name: "Brioches",
- price: "4.00€",
- imageSrc: "http://img.b2bpic.net/free-photo/3d-challah-dish-hanukkah_23-2151129257.jpg",
- },
+ id: "p6", name: "Brioches", price: "4.00€", imageSrc: "http://img.b2bpic.net/free-photo/3d-challah-dish-hanukkah_23-2151129257.jpg"},
]}
title="Nos Créations"
description="Découvrez notre sélection quotidienne de pains, viennoiseries et gourmandises, élaborée avec des ingrédients locaux."
@@ -175,34 +116,25 @@ export default function LandingPage() {
@@ -272,29 +188,19 @@ export default function LandingPage() {
logoText="L'Atelier de la Place"
columns={[
{
- title: "L'Atelier",
- items: [
+ title: "L'Atelier", items: [
{
- label: "11 Rue Président Wilson",
- href: "#",
- },
+ label: "11 Rue Président Wilson", href: "#"},
{
- label: "42000 Saint-Étienne",
- href: "#",
- },
+ label: "42000 Saint-Étienne", href: "#"},
],
},
{
- title: "Service",
- items: [
+ title: "Service", items: [
{
- label: "Commande uniquement par téléphone",
- href: "tel:+33400000000",
- },
+ label: "Commande uniquement par téléphone", href: "tel:+33400000000"},
{
- label: "Suivez-nous sur les réseaux",
- href: "#",
- },
+ label: "Suivez-nous sur les réseaux", href: "#"},
],
},
]}