From 7b10e9660100f641f3265c321c5fbc35aba95cda Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 3 Jun 2026 16:09:00 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 111bff9..4b7db67 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -44,7 +44,6 @@ export default function LandingPage() { button={{ text: "Reserve Your Table", href: "#contact"}} brandName="Melo Dakar" - brandNameClassName="text-[#008B8B]" /> @@ -121,7 +120,7 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "t1", name: "Aïsha Diallo", handle: "@AishaDakar", testimonial: "Melo Dakar is an absolute gem! The ambiance, the service, and especially the food are simply divine. The best brunch spot in Dakar, hands down.", imageSrc: "http://img.b2bpic.net/free-photo/elderly-businesswoman-coat-sitting-outside-cafe-reading-magazine_1303-19470.jpg", imageAlt: "Aïsha Diallo portrait"}, + id: "t1", name: "Aïsha Diallo", handle: "@AishaDakar", testimonial: "Melo Dakar is an absolute gem! The ambiance, the service, and especially the food are simply divine. The best brunch spot in Dakar, hand down.", imageSrc: "http://img.b2bpic.net/free-photo/elderly-businesswoman-coat-sitting-outside-cafe-reading-magazine_1303-19470.jpg", imageAlt: "Aïsha Diallo portrait"}, { id: "t2", name: "Omar Ndiaye", handle: "@OmarFoodie", testimonial: "Every dish is a masterpiece. I brought my family for a weekend brunch, and everyone loved their meal. The portions are generous, and the quality is outstanding.", imageSrc: "http://img.b2bpic.net/free-photo/african-american-man-standing-blue-background-with-hands-together-crossed-fingers-smiling-relaxed-cheerful-success-optimistic_839833-16124.jpg", imageAlt: "Omar Ndiaye portrait"}, { -- 2.49.1