diff --git a/src/app/page.tsx b/src/app/page.tsx
index 8077cfa..ea4c445 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,69 +31,38 @@ export default function LandingPage() {
@@ -266,14 +156,11 @@ export default function LandingPage() {
@@ -283,46 +170,29 @@ export default function LandingPage() {
logoText="ZIYAD Barber Shop"
columns={[
{
- title: "Navigation",
- items: [
+ title: "Navigation", items: [
{
- label: "Accueil",
- href: "#hero",
- },
+ label: "Accueil", href: "#hero"},
{
- label: "Services",
- href: "#services",
- },
+ label: "Services", href: "#services"},
{
- label: "Avis",
- href: "#testimonials",
- },
+ label: "Avis", href: "#testimonials"},
],
},
{
- title: "Contact",
- items: [
+ title: "Contact", items: [
{
- label: "07 52 51 57 32",
- href: "tel:+33752515732",
- },
+ label: "07 52 51 57 32", href: "tel:+33752515732"},
{
- label: "79 Rue des Chesneaux, 95160",
- href: "#",
- },
+ label: "79 Rue des Chesneaux, 95160", href: "#"},
],
},
{
- title: "Social",
- items: [
+ title: "Social", items: [
{
- label: "Instagram",
- href: "#",
- },
+ label: "Instagram", href: "#"},
{
- label: "Facebook",
- href: "#",
- },
+ label: "Facebook", href: "#"},
],
},
]}
@@ -332,4 +202,4 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file