Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-03-08 17:05:25 +00:00
2 changed files with 1377 additions and 10 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -45,7 +45,7 @@ export default function LandingPage() {
tagIcon={Sparkles}
tagAnimation="slide-up"
background={{ variant: "glowing-orb" }}
imageSrc="http://img.b2bpic.net/free-photo/beautiful-fashion-arrangement-table_23-2148229217.jpg"
imageSrc="http://img.b2bpic.net/free-photo/beautiful-fashion-arrangement-table_23-2148229217.jpg?_wi=1"
imageAlt="Interior du salon de coiffure Rawin luxueux"
imagePosition="right"
mediaAnimation="blur-reveal"
@@ -57,13 +57,13 @@ export default function LandingPage() {
testimonials={[
{
name: "Henry Both", handle: "Client Régulier • 10 ans de fidélité", testimonial: "Abu coupe les cheveux exceptionnellement bien. Il prend son temps et soigne chaque détail. Avec les enfants, c'est magique!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-wearing-white-shirt-looking-smiling-showing-thumbs-up-standing-blue-wall_141793-55879.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-wearing-white-shirt-looking-smiling-showing-thumbs-up-standing-blue-wall_141793-55879.jpg?_wi=1"},
{
name: "Jovanovic Nikola", handle: "Client Satisfait • Recommande Rawin", testimonial: "Bien plus qu'une coupe excellente. Excellente ambiance, bon café, et localisation parfaite près du Lidl et Westside.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-satisfied-bearded-guy-white-shirt-showing-thumbs-up-approval-like-agree-positiv_1258-112532.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/closeup-satisfied-bearded-guy-white-shirt-showing-thumbs-up-approval-like-agree-positiv_1258-112532.jpg?_wi=1"},
{
name: "Famille heureuse", handle: "Clients Fidèles • Le Costume Superman!", testimonial: "Les enfants adorent venir. Abu a un costume Superman et une chaise spéciale pour les enfants. Ils demandent à y retourner!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-family-hugging-bathroom_23-2147807786.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/happy-family-hugging-bathroom_23-2147807786.jpg?_wi=1"},
]}
testimonialRotationInterval={5000}
useInvertedBackground={true}
@@ -159,17 +159,17 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "1", name: "Henry Both", imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-wearing-white-shirt-looking-smiling-showing-thumbs-up-standing-blue-wall_141793-55879.jpg"},
id: "1", name: "Henry Both", imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-wearing-white-shirt-looking-smiling-showing-thumbs-up-standing-blue-wall_141793-55879.jpg?_wi=2"},
{
id: "2", name: "Jovanovic Nikola", imageSrc: "http://img.b2bpic.net/free-photo/closeup-satisfied-bearded-guy-white-shirt-showing-thumbs-up-approval-like-agree-positiv_1258-112532.jpg"},
id: "2", name: "Jovanovic Nikola", imageSrc: "http://img.b2bpic.net/free-photo/closeup-satisfied-bearded-guy-white-shirt-showing-thumbs-up-approval-like-agree-positiv_1258-112532.jpg?_wi=2"},
{
id: "3", name: "Famille Heureuse", imageSrc: "http://img.b2bpic.net/free-photo/happy-family-hugging-bathroom_23-2147807786.jpg"},
id: "3", name: "Famille Heureuse", imageSrc: "http://img.b2bpic.net/free-photo/happy-family-hugging-bathroom_23-2147807786.jpg?_wi=2"},
{
id: "4", name: "Client Fidèle", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-transgender-wearing-shells-necklace_23-2149105401.jpg"},
{
id: "5", name: "Client Recommandé", imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-wearing-white-shirt-looking-smiling-showing-thumbs-up-standing-blue-wall_141793-55879.jpg"},
id: "5", name: "Client Recommandé", imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-wearing-white-shirt-looking-smiling-showing-thumbs-up-standing-blue-wall_141793-55879.jpg?_wi=3"},
{
id: "6", name: "Client Régulier", imageSrc: "http://img.b2bpic.net/free-photo/closeup-satisfied-bearded-guy-white-shirt-showing-thumbs-up-approval-like-agree-positiv_1258-112532.jpg"},
id: "6", name: "Client Régulier", imageSrc: "http://img.b2bpic.net/free-photo/closeup-satisfied-bearded-guy-white-shirt-showing-thumbs-up-approval-like-agree-positiv_1258-112532.jpg?_wi=3"},
]}
/>
</div>
@@ -206,7 +206,7 @@ export default function LandingPage() {
]}
textarea={{ name: "message", placeholder: "Message ou demande spéciale...", rows: 4, required: false }}
useInvertedBackground={true}
imageSrc="http://img.b2bpic.net/free-photo/beautiful-fashion-arrangement-table_23-2148229217.jpg"
imageSrc="http://img.b2bpic.net/free-photo/beautiful-fashion-arrangement-table_23-2148229217.jpg?_wi=2"
imageAlt="Salon Coiffeur Rawin"
mediaAnimation="opacity"
mediaPosition="right"