diff --git a/src/app/page.tsx b/src/app/page.tsx index 14104a7..4ab151c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -43,11 +43,11 @@ export default function LandingPage() { title="Fast, Reliable Appliance Repair in Davis, CA" description="Bob Appliance Repair provides same-day service for all major home appliances. Get your washer, dryer, or refrigerator back up and running today. Locally owned and trusted by your neighbors." testimonials={[ - { name: "Jennifer K.", handle: "Davis Resident", testimonial: "My oven stopped heating right before a dinner party. Bob came out the same day and fixed it! So glad I called local.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-cooking_1098-13267.jpg" }, - { name: "Mark D.", handle: "Davis Resident", testimonial: "Washer wouldn't spin. Bob was professional, clear about the price, and had it running in an hour. Highly recommend.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/person-paying-bill-restaurant-using-nfc-technology_23-2150039415.jpg" }, - { name: "Susan P.", handle: "Davis Resident", testimonial: "Reliable and honest. Didn't try to upsell me. Bob fixed my dryer quickly. Best in Yolo County.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-pretty-caucasian-woman-sitting-armchair-designed-living-room-looking-showing-thumb-up-doing-money-gesture_141793-58035.jpg" }, - { name: "David M.", handle: "Davis Resident", testimonial: "Fastest repair service I've ever used in Davis. Professional and friendly.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/full-length-shot-serious-unshaven-man-entrepreneur-studies-invoice-does-paper-work-home_273609-43635.jpg" }, - { name: "Elena R.", handle: "Davis Resident", testimonial: "Fantastic service. Saved me from buying a new fridge. Extremely knowledgeable.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-watering-plants-home_23-2149383648.jpg" }, + { name: "Jennifer K.", handle: "Davis Resident", testimonial: "My oven stopped heating right before a dinner party. Bob came out the same day and fixed it! So glad I called local.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-cooking_1098-13267.jpg?_wi=1" }, + { name: "Mark D.", handle: "Davis Resident", testimonial: "Washer wouldn't spin. Bob was professional, clear about the price, and had it running in an hour. Highly recommend.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/person-paying-bill-restaurant-using-nfc-technology_23-2150039415.jpg?_wi=1" }, + { name: "Susan P.", handle: "Davis Resident", testimonial: "Reliable and honest. Didn't try to upsell me. Bob fixed my dryer quickly. Best in Yolo County.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-pretty-caucasian-woman-sitting-armchair-designed-living-room-looking-showing-thumb-up-doing-money-gesture_141793-58035.jpg?_wi=1" }, + { name: "David M.", handle: "Davis Resident", testimonial: "Fastest repair service I've ever used in Davis. Professional and friendly.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/full-length-shot-serious-unshaven-man-entrepreneur-studies-invoice-does-paper-work-home_273609-43635.jpg?_wi=1" }, + { name: "Elena R.", handle: "Davis Resident", testimonial: "Fantastic service. Saved me from buying a new fridge. Extremely knowledgeable.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-watering-plants-home_23-2149383648.jpg?_wi=1" }, ]} buttons={[{ text: "Call (530) 631-0303", href: "tel:5306310303" }, { text: "Schedule Service", href: "#contact" }]} imageSrc="http://img.b2bpic.net/free-photo/portrait-attractive-hispanic-handyman-writing-work-estimate-before-fixing-kitchen-sink_662251-2690.jpg" @@ -92,11 +92,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { id: "1", name: "Jennifer K.", role: "Resident", company: "Davis", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-cooking_1098-13267.jpg" }, - { id: "2", name: "Mark D.", role: "Resident", company: "Davis", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/person-paying-bill-restaurant-using-nfc-technology_23-2150039415.jpg" }, - { id: "3", name: "Susan P.", role: "Resident", company: "Davis", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-pretty-caucasian-woman-sitting-armchair-designed-living-room-looking-showing-thumb-up-doing-money-gesture_141793-58035.jpg" }, - { id: "4", name: "David M.", role: "Resident", company: "Yolo", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/full-length-shot-serious-unshaven-man-entrepreneur-studies-invoice-does-paper-work-home_273609-43635.jpg" }, - { id: "5", name: "Elena R.", role: "Resident", company: "Davis", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-watering-plants-home_23-2149383648.jpg" }, + { id: "1", name: "Jennifer K.", role: "Resident", company: "Davis", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-cooking_1098-13267.jpg?_wi=2" }, + { id: "2", name: "Mark D.", role: "Resident", company: "Davis", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/person-paying-bill-restaurant-using-nfc-technology_23-2150039415.jpg?_wi=2" }, + { id: "3", name: "Susan P.", role: "Resident", company: "Davis", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-pretty-caucasian-woman-sitting-armchair-designed-living-room-looking-showing-thumb-up-doing-money-gesture_141793-58035.jpg?_wi=2" }, + { id: "4", name: "David M.", role: "Resident", company: "Yolo", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/full-length-shot-serious-unshaven-man-entrepreneur-studies-invoice-does-paper-work-home_273609-43635.jpg?_wi=2" }, + { id: "5", name: "Elena R.", role: "Resident", company: "Davis", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-watering-plants-home_23-2149383648.jpg?_wi=2" }, ]} kpiItems={[ { value: "15+", label: "Years Experience" },