diff --git a/src/app/page.tsx b/src/app/page.tsx index ff47681..e702080 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,77 +31,36 @@ export default function LandingPage() {
@@ -109,13 +68,9 @@ export default function LandingPage() { @@ -126,27 +81,17 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Expert Repairs", description: "High quality repairs for all your needs.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/impressed-caucasian-adult-builder-man-uniform-holds-wrench-hammer-orange_141793-69362.jpg"}, - phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-arrangement-with-tools_23-2148932611.jpg"}, + title: "24/7 Tire Service", description: "Flat tire? Need a patch or replacement? We come to you anytime.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/man-repairing-car-tire_23-2148967069.jpg" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/roadside-assistance-truck_23-2148967072.jpg" } }, { - title: "Routine Maintenance", description: "Stay ahead with our preventative care.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/young-loader-holding-clipboard-pointing-side-uniform-front-view_176474-21356.jpg"}, - phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-showing-her-doctor-photo-frame_23-2148962335.jpg"}, - }, - { - title: "Emergency Support", description: "Rapid response when you need it most.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/young-paramedics-moving-ambulance-stretcher-from-car-hurry-paramedics-uniform-taking-stretcher-out-ambulance-car_657921-1485.jpg"}, - phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/young-loader-holding-house-model-uniform-front-view_176474-21361.jpg?_wi=2"}, - }, + title: "Roadside Assistance", description: "Jump starts, lockouts, and emergency roadside support in Haskell County.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/mechanic-fixing-car-on-road_23-2148967075.jpg" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/car-breakdown-service_23-2148967077.jpg" } + } ]} showStepNumbers={false} - title="Comprehensive Service Solutions" - description="Everything you need to keep your home or business running perfectly." + title="Expert Roadside Care" + description="Fast response for any roadside trouble." /> @@ -156,21 +101,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} metrics={[ - { - id: "m1", value: "15+", title: "Years Experience", items: [ - "Fully licensed", "Expert team"], - }, - { - id: "m2", value: "100%", title: "Satisfaction Rate", items: [ - "Guaranteed work", "Happy clients"], - }, - { - id: "m3", value: "5000+", title: "Completed Projects", items: [ - "Local expertise", "Trusted brand"], - }, + { id: "m1", value: "5.0", title: "Star Rating", items: ["Highly rated service", "Customer satisfaction guaranteed"] }, + { id: "m2", value: "24/7", title: "Availability", items: ["Around the clock support", "Fast response times"] }, ]} - title="Proven Track Record" - description="Numbers you can rely on for peace of mind." + title="Our Commitment" + description="Reliability you can depend on, day or night." /> @@ -180,68 +115,23 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { - id: "t1", name: "Jane Smith", handle: "@janesmith", testimonial: "Amazing professional quality work.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-craftsman_23-2148137743.jpg"}, - { - id: "t2", name: "Robert B.", handle: "@robertb", testimonial: "Quick, easy, and very friendly service.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721516.jpg"}, - { - id: "t3", name: "Alice P.", handle: "@alicep", testimonial: "Reliable and affordable service team.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/female-male-workers-wearing-work-clothes_273609-10990.jpg"}, - { - id: "t4", name: "George W.", handle: "@georgew", testimonial: "Will call them again for sure.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-man-posing-studio_176474-38483.jpg"}, - { - id: "t5", name: "Lisa T.", handle: "@lisat", testimonial: "Top notch communication and service.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-man-posing-studio_176474-38423.jpg"}, + { id: "t1", name: "Local Resident", handle: "@keota", testimonial: "Best service in Haskell County. Very reliable.", rating: 5 }, + { id: "t2", name: "Happy Driver", handle: "@oklahoma", testimonial: "Fast response and reasonable pricing!", rating: 5 } ]} showRating={true} - title="Voices of Satisfied Clients" - description="See why your neighbors trust us with their local service needs." - /> - - -
- -
- -
-
@@ -249,24 +139,10 @@ export default function LandingPage() {