From a0381b2c2cf8e5388eb6e0cbd94875b878312a8a Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 02:16:16 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c0c0783..0fb3998 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="smallMedium" sizing="largeSmallSizeLargeTitles" - background="noise" + background="circleGradient" cardStyle="gradient-radial" primaryButtonStyle="primary-glow" secondaryButtonStyle="radial-glow" @@ -47,7 +47,7 @@ export default function LandingPage() { tag="Professional Electrical Services" tagIcon={Zap} tagAnimation="slide-up" - background={{ variant: "noise" }} + background={{ variant: "animated-grid" }} mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-uniform-working-switchboard-electricity_169016-67729.jpg", imageAlt: "Professional electrician at work" @@ -133,10 +133,10 @@ export default function LandingPage() { animationType="slide-up" testimonials={[ { - id: "1", name: "John Martinez", handle: "Homeowner", testimonial: "Oro Electrical completely rewired our 30-year-old home. Professional, punctual, and fair pricing. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-wearing-suit_23-2149396254.jpg?_wi=1", imageAlt: "John Martinez" + id: "1", name: "John Martinez", handle: "Homeowner", testimonial: "Oro Electrical completely rewired our 30-year-old home. Professional, punctual, and fair pricing. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-wearing-suit_23-2149396254.jpg", imageAlt: "John Martinez" }, { - id: "2", name: "Sarah Thompson", handle: "Business Owner", testimonial: "Fast emergency response when our office lost power. They diagnosed and fixed the issue in under an hour. Excellent service!", imageSrc: "http://img.b2bpic.net/free-photo/senior-business-woman-smiling_1187-1564.jpg?_wi=1", imageAlt: "Sarah Thompson" + id: "2", name: "Sarah Thompson", handle: "Business Owner", testimonial: "Fast emergency response when our office lost power. They diagnosed and fixed the issue in under an hour. Excellent service!", imageSrc: "http://img.b2bpic.net/free-photo/senior-business-woman-smiling_1187-1564.jpg", imageAlt: "Sarah Thompson" }, { id: "3", name: "Michael Chen", handle: "Contractor", testimonial: "We've partnered with Oro Electrical on multiple projects. Their expertise and reliability are unmatched in the industry.", imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg", imageAlt: "Michael Chen" @@ -145,10 +145,10 @@ export default function LandingPage() { id: "4", name: "Emily Rodriguez", handle: "Homeowner", testimonial: "Best electricians I've worked with. They explained everything clearly and finished ahead of schedule. Will definitely call again!", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-business-woman-portrait_23-2149280722.jpg", imageAlt: "Emily Rodriguez" }, { - id: "5", name: "David Kim", handle: "Property Manager", testimonial: "Reliable, professional, and cost-effective. Oro Electrical handles all our property maintenance needs seamlessly.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-wearing-suit_23-2149396254.jpg?_wi=2", imageAlt: "David Kim" + id: "5", name: "David Kim", handle: "Property Manager", testimonial: "Reliable, professional, and cost-effective. Oro Electrical handles all our property maintenance needs seamlessly.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-wearing-suit_23-2149396254.jpg", imageAlt: "David Kim" }, { - id: "6", name: "Lisa Anderson", handle: "Homeowner", testimonial: "Had them upgrade our electrical panel. Great communication throughout the project. Very satisfied with the results!", imageSrc: "http://img.b2bpic.net/free-photo/senior-business-woman-smiling_1187-1564.jpg?_wi=2", imageAlt: "Lisa Anderson" + id: "6", name: "Lisa Anderson", handle: "Homeowner", testimonial: "Had them upgrade our electrical panel. Great communication throughout the project. Very satisfied with the results!", imageSrc: "http://img.b2bpic.net/free-photo/senior-business-woman-smiling_1187-1564.jpg", imageAlt: "Lisa Anderson" } ]} speed={40} @@ -190,7 +190,7 @@ export default function LandingPage() { tagAnimation="slide-up" title="Ready to Power Your Next Project?" description="Contact Oro Electrical today for a free, no-obligation estimate. Call 678-349-8466 or book your consultation online." - background={{ variant: "noise" }} + background={{ variant: "animated-grid" }} useInvertedBackground={false} inputPlaceholder="Enter your email address" buttonText="Book Estimate" -- 2.49.1