From a6e4804f8efe6180deeb48646ccbc42a1cead58f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 21:46:13 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 26f4640..603dfe9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -99,20 +99,16 @@ export default function LandingPage() { animationType="slide-up" testimonials={[ { - id: "1", name: "Marie Dupont", role: "Cliente Régulière", company: "Woluwe-Saint-Pierre", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1" + id: "1", name: "Marie Dupont", role: "Cliente Régulière", company: "Woluwe-Saint-Pierre", rating: 5 }, { - id: "2", name: "Jean Mercier", role: "Couple Local", company: "Quartier Bruxelles", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2" + id: "2", name: "Jean Mercier", role: "Couple Local", company: "Quartier Bruxelles", rating: 5 }, { - id: "3", name: "Sophie Bernard", role: "Cliente Familiale", company: "Tradition du Week-end", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=3" + id: "3", name: "Sophie Bernard", role: "Cliente Familiale", company: "Tradition du Week-end", rating: 5 }, { - id: "4", name: "Paul Leblanc", role: "Déjeuner d'Affaires", company: "Professionnel", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=4" + id: "4", name: "Paul Leblanc", role: "Déjeuner d'Affaires", company: "Professionnel", rating: 5 } ]} kpiItems={[ -- 2.49.1 From 9391a84941232e639e7991374b2942cb4556f939 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 21:46:14 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index cadeac5..362bba2 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -16,7 +16,7 @@ --primary-cta: #8b6f47; --primary-cta-text: #ffffff; --secondary-cta: #4a4037; - --secondary-cta-text: #000612e6; + --secondary-cta-text: #f5f0eb; --accent: #c4b5a0; --background-accent: #6d5f51; -- 2.49.1