From 02c6302166d5817a09989bf523034303aafdcf61 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 21:04:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2158dd7..98d92d9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="small" sizing="largeSmallSizeMediumTitles" - background="fluid" + background="circleGradient" cardStyle="glass-depth" primaryButtonStyle="radial-glow" secondaryButtonStyle="glass" @@ -49,7 +49,7 @@ export default function LandingPage() { { text: "Get Instant Quote", href: "#contact" }, { text: "Call: (555) 0123", href: "tel:+1-555-0123" } ]} - background={{ variant: "fluid" }} + background={{ variant: "sparkles-gradient" }} imageSrc="http://img.b2bpic.net/free-photo/flat-lay-composition-with-electrician-s-tools-accessories_169016-24022.jpg" imageAlt="Professional electrician working on residential wiring installation" frameStyle="card" @@ -127,7 +127,7 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "John Mitchell", handle: "@johnm", testimonial: "ElectriCare responded to our emergency call within 30 minutes and fixed the issue immediately. Highly professional and fairly priced.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "John Mitchell" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "John Mitchell" }, { id: "2", name: "Sarah Johnson", handle: "@sarahj", testimonial: "They upgraded our home's entire electrical system. The team was clean, respectful, and completed the work on schedule.", rating: 5, @@ -135,7 +135,7 @@ export default function LandingPage() { }, { id: "3", name: "David Chen", handle: "@dchen", testimonial: "Our commercial building needed a complete rewiring. ElectriCare handled it perfectly with minimal downtime. Excellent work.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "David Chen" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Chen" }, { id: "4", name: "Maria Garcia", handle: "@mgarcia", testimonial: "Very reliable service. They explain everything clearly and stand behind their work with a warranty. Recommended to all our friends.", rating: 5, -- 2.49.1