From 252688464c173f800444e123f4657395adfc5675 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 15:32:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9f6f943..39e7c46 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,19 +51,19 @@ export default function LandingPage() { testimonials={[ { name: "Mike Anderson", handle: "Owner, Anderson Auto Repair", testimonial: "LocalLaunch built us a professional website that actually brings in customers. We're booking 40% more jobs online now.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-employees-taking-break_23-2149161680.jpg?_wi=1" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-employees-taking-break_23-2149161680.jpg" }, { name: "Sarah Mitchell", handle: "Owner, Mitchell's Barbershop", testimonial: "Our new site is sleek and professional. Customers love being able to book online and our waiting times have dropped significantly.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-standing-with-crossed-arms_23-2148095676.jpg?_wi=1" + imageSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-standing-with-crossed-arms_23-2148095676.jpg" }, { name: "James Rodriguez", handle: "Owner, Rodriguez Landscaping", testimonial: "Finally have an online presence that matches the quality of our work. Phone inquiries are up by over 50%.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-handsome-businessman_1262-21003.jpg?_wi=1" + imageSrc: "http://img.b2bpic.net/free-photo/cheerful-handsome-businessman_1262-21003.jpg" }, { name: "Lisa Chen", handle: "Owner, Elite Power Wash", testimonial: "The website brings in consistent leads. It's mobile-friendly and our customers can book services right from their phones.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-businesswoman_107420-84872.jpg?_wi=1" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-businesswoman_107420-84872.jpg" } ]} testimonialRotationInterval={5000} @@ -72,6 +72,7 @@ export default function LandingPage() { { text: "Get Started", href: "contact" } ]} buttonAnimation="slide-up" + background={{ variant: "glowing-orb" }} useInvertedBackground={false} /> @@ -84,7 +85,7 @@ export default function LandingPage() { description="Meet LocalLaunch Services" subdescription="Web Design Agency for Service Trades" icon={Zap} - imageSrc="http://img.b2bpic.net/free-vector/flat-design-repair-services-landing-page_23-2150123272.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-vector/flat-design-repair-services-landing-page_23-2150123272.jpg" imageAlt="LocalLaunch team and client results" mediaAnimation="slide-up" useInvertedBackground={false} @@ -96,7 +97,7 @@ export default function LandingPage() { features={[ { id: "auto-repair-case", title: "Anderson Auto Repair Website Redesign", author: "Auto Repair Shop", description: "Professional booking system with service descriptions and customer reviews. Result: 40% increase in online bookings within 3 months.", tags: ["Auto Repair", "Booking System", "Mobile Responsive"], - imageSrc: "http://img.b2bpic.net/free-vector/flat-design-repair-services-landing-page_23-2150123272.jpg?_wi=2", imageAlt: "Auto repair shop website" + imageSrc: "http://img.b2bpic.net/free-vector/flat-design-repair-services-landing-page_23-2150123272.jpg", imageAlt: "Auto repair shop website" }, { id: "barbershop-case", title: "Mitchell's Barbershop Brand Launch", author: "Barbershop", description: "Sleek portfolio showcasing services with integrated appointment scheduling. Waiting times reduced by 30% through online booking system.", tags: ["Salon Services", "Scheduling", "Portfolio Display"], @@ -152,19 +153,19 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Mike Anderson", role: "Owner", company: "Anderson Auto Repair", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-employees-taking-break_23-2149161680.jpg?_wi=2" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-employees-taking-break_23-2149161680.jpg" }, { id: "2", name: "Sarah Mitchell", role: "Owner", company: "Mitchell's Barbershop", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-standing-with-crossed-arms_23-2148095676.jpg?_wi=2" + imageSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-standing-with-crossed-arms_23-2148095676.jpg" }, { id: "3", name: "James Rodriguez", role: "Owner", company: "Rodriguez Landscaping", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-handsome-businessman_1262-21003.jpg?_wi=2" + imageSrc: "http://img.b2bpic.net/free-photo/cheerful-handsome-businessman_1262-21003.jpg" }, { id: "4", name: "Lisa Chen", role: "Owner", company: "Elite Power Wash", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-businesswoman_107420-84872.jpg?_wi=2" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-businesswoman_107420-84872.jpg" } ]} kpiItems={[ -- 2.49.1