From 2aba84dbf225b69f39029bf4de4820fdb3b84edf Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 20:39:02 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0308a2f..17f1adc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="compact" sizing="largeSmallSizeLargeTitles" - background="circleGradient" + background="aurora" cardStyle="outline" primaryButtonStyle="shadow" secondaryButtonStyle="solid" @@ -46,7 +46,7 @@ export default function LandingPage() { tag="Licensed • Reliable • Affordable • Same-Day Service" tagIcon={Shield} tagAnimation="slide-up" - background={{ variant: "circleGradient" }} + background={{ variant: "sparkles-gradient" }} buttons={[ { text: "📞 Call Now – 24/7 Emergency", href: "tel:+97316666666" }, { text: "Request a Free Quote", href: "#contact" } @@ -57,7 +57,7 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/top-view-plumber-checking-kitchen-fixtures_1098-17864.jpg", imageAlt: "Plumbing Repair and Maintenance" }, { imageSrc: "http://img.b2bpic.net/free-photo/electrician-with-tablet-circuit-inspection-preinstallation-check_169016-68080.jpg", imageAlt: "Electrical Services and Repair" }, { imageSrc: "http://img.b2bpic.net/free-vector/everyday-24-hour-service-help-support-template-design_1017-49603.jpg", imageAlt: "24/7 Emergency Response" }, - { imageSrc: "http://img.b2bpic.net/free-photo/team-programmers-using-computer-data-center-integrating-ai-tools_482257-123350.jpg?_wi=1", imageAlt: "Professional Team" } + { imageSrc: "http://img.b2bpic.net/free-photo/team-programmers-using-computer-data-center-integrating-ai-tools_482257-123350.jpg", imageAlt: "Professional Team" } ]} ariaLabel="Hero section - Electrician and Plumber Services" /> @@ -90,7 +90,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} imagePosition="right" - imageSrc="http://img.b2bpic.net/free-photo/team-programmers-using-computer-data-center-integrating-ai-tools_482257-123350.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/team-programmers-using-computer-data-center-integrating-ai-tools_482257-123350.jpg" imageAlt="Our Professional Team" mediaAnimation="slide-up" bulletPoints={[ @@ -112,12 +112,12 @@ export default function LandingPage() { cardAnimation="slide-up" useInvertedBackground={false} testimonials={[ - { id: "1", name: "Reem", imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg?_wi=1", imageAlt: "Reem - Verified Customer" }, - { id: "2", name: "Mohammad", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=1", imageAlt: "Mohammad - Verified Customer" }, + { id: "1", name: "Reem", imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg", imageAlt: "Reem - Verified Customer" }, + { id: "2", name: "Mohammad", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Mohammad - Verified Customer" }, { id: "3", name: "Morad", imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-businessman-leaning-knees_1262-5774.jpg", imageAlt: "Morad - Verified Customer" }, { id: "4", name: "Abdulrahman", imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-sitting-stairs_1262-3109.jpg", imageAlt: "Abdulrahman - Verified Customer" }, - { id: "5", name: "Fatima", imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg?_wi=2", imageAlt: "Fatima - Verified Customer" }, - { id: "6", name: "Ahmed", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=2", imageAlt: "Ahmed - Verified Customer" } + { id: "5", name: "Fatima", imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg", imageAlt: "Fatima - Verified Customer" }, + { id: "6", name: "Ahmed", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Ahmed - Verified Customer" } ]} /> @@ -148,7 +148,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} imagePosition="left" - imageSrc="http://img.b2bpic.net/free-photo/team-programmers-using-computer-data-center-integrating-ai-tools_482257-123350.jpg?_wi=3" + imageSrc="http://img.b2bpic.net/free-photo/team-programmers-using-computer-data-center-integrating-ai-tools_482257-123350.jpg" imageAlt="Our Expert Team" mediaAnimation="opacity" bulletPoints={[ -- 2.49.1