From dfc22e58b1f0bc35aa0cf2fa862b4d9ae7e9e11c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 18:21:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 52 ++++++++++++++++++++++++++++-------------------- 1 file changed, 30 insertions(+), 22 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 804a96b..f191fa7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,7 +58,7 @@ export default function LandingPage() { { text: 'Call Now: (555) 123-4567', href: 'tel:+15551234567' } ]} buttonAnimation="slide-up" - useInvertedBackground={false} + background={{ variant: 'plain' }} /> @@ -66,28 +66,27 @@ export default function LandingPage() { @@ -147,25 +146,30 @@ export default function LandingPage() { { id: '1', value: '2,500+', - description: 'Satisfied customers trust us with their home and business electrical systems' + title: 'Satisfied customers', + description: 'Customers trust us with their electrical systems' }, { id: '2', value: '99.2%', - description: 'Customer satisfaction rate with on-time service and quality workmanship' + title: 'Customer satisfaction rate', + description: 'On-time service and quality workmanship' }, { id: '3', value: '20+', - description: 'Years of industry experience delivering reliable electrical solutions' + title: 'Years in business', + description: 'Years of industry experience delivering reliable solutions' }, { id: '4', value: '24/7', - description: 'Around-the-clock emergency response for electrical issues when you need us most' + title: 'Emergency response', + description: 'Around-the-clock support when you need us most' } ]} - metricsAnimation="slide-up" + animationType="slide-up" + textboxLayout="default" useInvertedBackground={false} /> @@ -239,8 +243,8 @@ export default function LandingPage() { id: '1', testimonial: 'PowerGrid Energy transformed our entire home electrical system. The team was professional, punctual, and went above and beyond.', rating: 5, - author: 'Sarah Mitchell', - role: 'Homeowner', + name: 'Sarah Mitchell', + handle: 'Homeowner', imageSrc: 'http://img.b2bpic.net/free-photo/beautiful-woman-holding-book-close-up_23-2148396302.jpg', imageAlt: 'Sarah Mitchell' }, @@ -248,8 +252,8 @@ export default function LandingPage() { id: '2', testimonial: 'Outstanding service and attention to detail. They completed our commercial project on time and within budget.', rating: 5, - author: 'John Davis', - role: 'Business Owner', + name: 'John Davis', + handle: 'Business Owner', imageSrc: 'http://img.b2bpic.net/free-photo/close-up-man-with-bright-smile_23-2148563438.jpg', imageAlt: 'John Davis' }, @@ -257,8 +261,8 @@ export default function LandingPage() { id: '3', testimonial: 'Best electricians in town! Fast response, professional work, and fair pricing. Highly recommended.', rating: 5, - author: 'Emily Rodriguez', - role: 'Property Manager', + name: 'Emily Rodriguez', + handle: 'Property Manager', imageSrc: 'http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg', imageAlt: 'Emily Rodriguez' } @@ -271,6 +275,7 @@ export default function LandingPage() { textboxLayout="default" animationType="slide-up" useInvertedBackground={false} + showRating={true} /> @@ -322,11 +327,14 @@ export default function LandingPage() {
console.log('Contact form submitted:', email)} />
-- 2.49.1