Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-18 06:46:23 +00:00

View File

@@ -50,19 +50,19 @@ export default function LandingPage() {
testimonials={[
{
name: "Erik House", handle: "Plumber", testimonial: "Missed call text-back closed 13 extra jobs in the first month. This literally paid for itself.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-builder-man-construction-uniform-with-confident-smile-face-crossed-arms-isolated-orange-wall_141793-16006.jpg?_wi=1", imageAlt: "professional plumber headshot portrait"
imageSrc: "http://img.b2bpic.net/free-photo/young-builder-man-construction-uniform-with-confident-smile-face-crossed-arms-isolated-orange-wall_141793-16006.jpg", imageAlt: "professional plumber headshot portrait"
},
{
name: "Philip Chau", handle: "Roofer", testimonial: "Ranking page 1 for 'roof repair Atlanta' now. 5-7 form submissions every week. Better leads than $60/click Google ads.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2708.jpg?_wi=1", imageAlt: "professional roofer headshot portrait"
imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2708.jpg", imageAlt: "professional roofer headshot portrait"
},
{
name: "Eric Stevens", handle: "Foundation Repair", testimonial: "Went from 3 leads a week to 3 leads a day. Paying $197/mo. Best investment I've made.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/worker-wearing-safety-glasses-construction-site_23-2148784055.jpg?_wi=1", imageAlt: "professional contractor foundation repair headshot"
imageSrc: "http://img.b2bpic.net/free-photo/worker-wearing-safety-glasses-construction-site_23-2148784055.jpg", imageAlt: "professional contractor foundation repair headshot"
},
{
name: "Louise Murray", handle: "Construction", testimonial: "Finally have a professional site. Forms go straight to my phone. No more missed opportunities.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-businesswoman-indoors_23-2148824829.jpg?_wi=1", imageAlt: "professional construction owner female headshot"
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-businesswoman-indoors_23-2148824829.jpg", imageAlt: "professional construction owner female headshot"
}
]}
mediaAnimation="opacity"
@@ -122,18 +122,19 @@ export default function LandingPage() {
description="Real contractors. Real results. Real revenue impact."
textboxLayout="default"
useInvertedBackground={true}
animationType="slide-up"
testimonials={[
{
id: "1", name: "Erik House", role: "Plumber", testimonial: "Missed call text-back closed 13 extra jobs in my first month. This thing literally paid for itself. I'm not even using the review funnel yet.", imageSrc: "http://img.b2bpic.net/free-photo/young-builder-man-construction-uniform-with-confident-smile-face-crossed-arms-isolated-orange-wall_141793-16006.jpg?_wi=2", imageAlt: "professional plumber headshot portrait"
id: "1", name: "Erik House", role: "Plumber", testimonial: "Missed call text-back closed 13 extra jobs in my first month. This thing literally paid for itself. I'm not even using the review funnel yet.", imageSrc: "http://img.b2bpic.net/free-photo/young-builder-man-construction-uniform-with-confident-smile-face-crossed-arms-isolated-orange-wall_141793-16006.jpg", imageAlt: "professional plumber headshot portrait"
},
{
id: "2", name: "Philip Chau", role: "Owner", testimonial: "We're ranking page 1 for 'roof repair Atlanta.' Getting 5-7 form submissions every single week. Quality is way better than $60/click Google ads. I'm saving money and getting better leads.", imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2708.jpg?_wi=2", imageAlt: "professional roofer headshot portrait"
id: "2", name: "Philip Chau", role: "Owner", testimonial: "We're ranking page 1 for 'roof repair Atlanta.' Getting 5-7 form submissions every single week. Quality is way better than $60/click Google ads. I'm saving money and getting better leads.", imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2708.jpg", imageAlt: "professional roofer headshot portrait"
},
{
id: "3", name: "Eric Stevens", role: "Owner", testimonial: "Three months in. Went from 3 leads a week to 3 leads a day. Paying $197/month. This is the best $197 I spend on my business every month.", imageSrc: "http://img.b2bpic.net/free-photo/worker-wearing-safety-glasses-construction-site_23-2148784055.jpg?_wi=2", imageAlt: "professional contractor foundation repair headshot"
id: "3", name: "Eric Stevens", role: "Owner", testimonial: "Three months in. Went from 3 leads a week to 3 leads a day. Paying $197/month. This is the best $197 I spend on my business every month.", imageSrc: "http://img.b2bpic.net/free-photo/worker-wearing-safety-glasses-construction-site_23-2148784055.jpg", imageAlt: "professional contractor foundation repair headshot"
},
{
id: "4", name: "Louise Murray", role: "Founder", testimonial: "Finally have a professional website that actually works. Forms go straight to my phone. No more lost opportunities. Clients think I'm way bigger than I am.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-businesswoman-indoors_23-2148824829.jpg?_wi=2", imageAlt: "professional construction owner female headshot"
id: "4", name: "Louise Murray", role: "Founder", testimonial: "Finally have a professional website that actually works. Forms go straight to my phone. No more lost opportunities. Clients think I'm way bigger than I am.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-businesswoman-indoors_23-2148824829.jpg", imageAlt: "professional construction owner female headshot"
},
{
id: "5", name: "Kishon Jeevakan", role: "Founder", testimonial: "The AI funnels booked hundreds of calls for my service. Revenue shot up immediately. The ROI is stupid good. Worth every penny.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-working-reception_23-2149963923.jpg", imageAlt: "professional business owner consultant headshot"
@@ -271,4 +272,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}