From 43e6bf54469ef12947b5f90172dd4986a7f23c5f Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Sat, 20 Jun 2026 19:55:42 +0000 Subject: [PATCH 1/2] Bob AI: Replaced form with Google Maps button, updated theme to beig --- src/components/Layout.tsx | 2 +- src/index.css | 16 +-- src/pages/HomePage.tsx | 4 +- src/pages/HomePage/sections/Testimonials.tsx | 131 +++++++----------- src/pages/HomePage/sections/WelcomeLoader.tsx | 12 ++ 5 files changed, 71 insertions(+), 94 deletions(-) create mode 100644 src/pages/HomePage/sections/WelcomeLoader.tsx diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index ac38f2c..508088f 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -38,7 +38,7 @@ export default function Layout() { @@ -25,6 +26,7 @@ export default function HomePage(): React.JSX.Element { + ); } diff --git a/src/pages/HomePage/sections/Testimonials.tsx b/src/pages/HomePage/sections/Testimonials.tsx index 6d48467..2953896 100644 --- a/src/pages/HomePage/sections/Testimonials.tsx +++ b/src/pages/HomePage/sections/Testimonials.tsx @@ -74,6 +74,10 @@ const TestimonialsInline = () => {
+
🌸
+
🌺
+
🌼
+
🌻
@@ -96,104 +100,63 @@ const TestimonialsInline = () => {

-
- {submitted ? ( -
-
- ✓ -
-

Merci !

-

Votre avis a bien été publié et ajouté à la liste.

-
- ) : ( - <> -
- - setName(e.target.value)} - placeholder="Ex: Jean Dupont" - required={true} - className="bg-card border-none focus:ring-2 focus:ring-primary-cta rounded-xl py-3 px-4" - > -
- -
- -
- {[1, 2, 3, 4, 5].map((star) => ( - - ))} -
-
- -
- - -
- -