diff --git a/src/app/page.tsx b/src/app/page.tsx index e7c2f40..b9f742b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,25 +53,7 @@ export default function LandingPage() { imageAlt="Professional welding work with sparks" imagePosition="right" mediaAnimation="slide-up" - testimonials={[ - { - name: "John Martinez", handle: "Contractor, Martinez Construction", testimonial: "Burnt Ends showed up when we needed them most. Professional work, fair pricing, and they stand behind their welds.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1" - }, - { - name: "Sarah Thompson", handle: "Farm Owner, Thompson Farms", testimonial: "Best mobile welding service in the area. They fixed our equipment on-site and saved us thousands in downtime.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2" - }, - { - name: "Mike Davidson", handle: "Facility Manager, Davidson Industries", testimonial: "Reliable, skilled, and always punctual. We trust Burnt Ends with all our structural welding needs.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3" - }, - { - name: "David Chen", handle: "Business Owner, Chen's Metalworks", testimonial: "Their craftsmanship is exceptional. We've used them for custom metal fabrication and couldn't be happier.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4" - } - ]} - testimonialRotationInterval={5000} + testimonials={[]} buttons={[ { text: "Call Now: 706-802-2975", href: "tel:706-802-2975" }, { text: "Learn More", href: "#services" }