diff --git a/src/app/page.tsx b/src/app/page.tsx
index e14d731..fafffb4 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,21 +31,13 @@ export default function LandingPage() {
@@ -54,15 +46,12 @@ export default function LandingPage() {
@@ -270,33 +188,21 @@ export default function LandingPage() {
logoText="Dr. Marianne Allombert"
columns={[
{
- title: "Navigation",
- items: [
+ title: "Navigation", items: [
{
- label: "À propos",
- href: "#about",
- },
+ label: "À propos", href: "#about"},
{
- label: "Traitements",
- href: "#services",
- },
+ label: "Traitements", href: "#services"},
{
- label: "Contact",
- href: "#contact",
- },
+ label: "Contact", href: "#contact"},
],
},
{
- title: "Informations",
- items: [
+ title: "Informations", items: [
{
- label: "04 78 64 07 16",
- href: "tel:0478640716",
- },
+ label: "04 78 64 07 16", href: "tel:0478640716"},
{
- label: "31 Grande Rue de Vaise",
- href: "#",
- },
+ label: "31 Grande Rue de Vaise", href: "#"},
],
},
]}