Merge version_1 into main #2
@@ -61,15 +61,15 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
name: "David Mitchell", handle: "@kansascity_resident", testimonial: "Finally found a heating company that doesn't cut corners. Professional, on-time, and genuinely cares about getting it right.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-blue-outfit-with-arms-crossed_1298-429.jpg?_wi=1", imageAlt: "professional businessman portrait headshot"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-blue-outfit-with-arms-crossed_1298-429.jpg", imageAlt: "professional businessman portrait headshot"
|
||||
},
|
||||
{
|
||||
name: "Sarah Chen", handle: "@wichita_property_mgr", testimonial: "Managing 12 rental units is stressful. Midwest Heating makes it easy with reliable service and transparent pricing.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-woman-ready-yoga_23-2149222400.jpg?_wi=1", imageAlt: "professional businesswoman portrait headshot"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-woman-ready-yoga_23-2149222400.jpg", imageAlt: "professional businesswoman portrait headshot"
|
||||
},
|
||||
{
|
||||
name: "James Kowalski", handle: "@midwest_homeowner", testimonial: "Their technician diagnosed a problem my last HVAC company missed. True expertise and integrity.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-caucasian-businessman-with-earphones-sitting-office_1098-17603.jpg?_wi=1", imageAlt: "mature professional man portrait business"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-caucasian-businessman-with-earphones-sitting-office_1098-17603.jpg", imageAlt: "mature professional man portrait business"
|
||||
}
|
||||
]}
|
||||
background={{ variant: "plain" }}
|
||||
@@ -142,15 +142,15 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "testimonial-1", name: "David Mitchell", role: "Homeowner", company: "Kansas City", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-blue-outfit-with-arms-crossed_1298-429.jpg?_wi=2", imageAlt: "professional businessman portrait headshot"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-blue-outfit-with-arms-crossed_1298-429.jpg", imageAlt: "professional businessman portrait headshot"
|
||||
},
|
||||
{
|
||||
id: "testimonial-2", name: "Sarah Chen", role: "Property Manager", company: "Wichita Multi-Unit", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-woman-ready-yoga_23-2149222400.jpg?_wi=2", imageAlt: "professional businesswoman portrait headshot"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-woman-ready-yoga_23-2149222400.jpg", imageAlt: "professional businesswoman portrait headshot"
|
||||
},
|
||||
{
|
||||
id: "testimonial-3", name: "James Kowalski", role: "Homeowner", company: "Prairie Village", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-caucasian-businessman-with-earphones-sitting-office_1098-17603.jpg?_wi=2", imageAlt: "mature professional man portrait business"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-caucasian-businessman-with-earphones-sitting-office_1098-17603.jpg", imageAlt: "mature professional man portrait business"
|
||||
},
|
||||
{
|
||||
id: "testimonial-4", name: "Margaret Thompson", role: "Business Owner", company: "Wichita Commercial", rating: 5,
|
||||
@@ -194,7 +194,7 @@ export default function LandingPage() {
|
||||
buttons={[]}
|
||||
buttonAnimation="blur-reveal"
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="centered"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user