From 6c20d443810f015be13e45b9b31d629a202654bd Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 14:45:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7b4e288..8cbdf6e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,14 +50,14 @@ export default function LandingPage() { { text: "تعرف على خدماتنا", href: "#services" } ]} buttonAnimation="blur-reveal" - background={{ variant: "plain" }} + background={{ variant: "noise" }} carouselItems={[ - { id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-doctor-dog_23-2149271773.jpg" }, - { id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-veterinary-center-webinar-template_23-2149744525.jpg" }, - { id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/close-up-veterinary-doctor-taking-care-pet_23-2149267861.jpg" }, - { id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/close-up-doctor-checking-cute-dog_23-2149271854.jpg" }, - { id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/smiling-female-veterinarian-examining-dog-s-ear-clinic_23-2147928407.jpg" }, - { id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-style-adorable-dog_23-2151107673.jpg" } + { id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-doctor-dog_23-2149271773.jpg", imageAlt: "modern veterinary clinic interior professional" }, + { id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-veterinary-center-webinar-template_23-2149744525.jpg", imageAlt: "exclusive veterinary clinic badge award" }, + { id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/close-up-veterinary-doctor-taking-care-pet_23-2149267861.jpg", imageAlt: "veterinarian consultation pet owner discussion" }, + { id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/close-up-doctor-checking-cute-dog_23-2149271854.jpg", imageAlt: "dog vaccination shot professional veterinarian" }, + { id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/smiling-female-veterinarian-examining-dog-s-ear-clinic_23-2147928407.jpg", imageAlt: "pet dental care cleaning professional" }, + { id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-style-adorable-dog_23-2151107673.jpg", imageAlt: "professional dog grooming bathing care" } ]} autoPlay={true} autoPlayInterval={4000} @@ -185,7 +185,7 @@ export default function LandingPage() { { text: "تواصل معنا عبر WhatsApp", href: "https://wa.me/966XXXXXXXXX" } ]} buttonAnimation="blur-reveal" - background={{ variant: "plain" }} + background={{ variant: "noise" }} useInvertedBackground={true} /> -- 2.49.1