diff --git a/src/app/page.tsx b/src/app/page.tsx index 8a47104..52cae63 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,21 +29,13 @@ export default function LandingPage() { @@ -52,45 +44,28 @@ export default function LandingPage() {
@@ -101,23 +76,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "5-Star Rated Service", - description: "Consistently praised for our care and professionalism.", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-packing-desk-items_23-2149392094.jpg?_wi=1", - imageAlt: "Rating Badge", - }, + title: "5-Star Rated Service", description: "Consistently praised for our care and professionalism.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-packing-desk-items_23-2149392094.jpg", imageAlt: "Rating Badge"}, { - title: "24/7 Availability", - description: "Moves happen anytime. We are ready when you are.", - imageSrc: "http://img.b2bpic.net/free-photo/happy-manual-worker-using-touchpad-while-communicating-with-his-coworker-organizing-package-delivery_637285-2233.jpg?_wi=1", - imageAlt: "Clock Icon", - }, + title: "24/7 Availability", description: "Moves happen anytime. We are ready when you are.", imageSrc: "http://img.b2bpic.net/free-photo/happy-manual-worker-using-touchpad-while-communicating-with-his-coworker-organizing-package-delivery_637285-2233.jpg", imageAlt: "Clock Icon"}, { - title: "Fast & Careful", - description: "Efficient moves without the stress of damage.", - imageSrc: "http://img.b2bpic.net/free-photo/young-courier-pointing-something-while-witting-with-his-coworker-back-delivery-van_637285-2286.jpg?_wi=1", - imageAlt: "Movers Packing", - }, + title: "Fast & Careful", description: "Efficient moves without the stress of damage.", imageSrc: "http://img.b2bpic.net/free-photo/young-courier-pointing-something-while-witting-with-his-coworker-back-delivery-van_637285-2286.jpg", imageAlt: "Movers Packing"}, ]} title="Why Husky Haulers?" description="Experience top-tier service tailored to your moving needs." @@ -130,45 +93,15 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "1", - title: "Great Experience", - quote: "Fast, efficient, and extremely careful with everything.", - name: "Sarah J.", - role: "Homeowner", - imageSrc: "http://img.b2bpic.net/free-photo/smiley-couple-seeing-new-house-with-realtor_23-2148895440.jpg", - }, + id: "1", title: "Great Experience", quote: "Fast, efficient, and extremely careful with everything.", name: "Sarah J.", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/smiley-couple-seeing-new-house-with-realtor_23-2148895440.jpg"}, { - id: "2", - title: "Reliable", - quote: "Best moving experience I’ve ever had.", - name: "Mark D.", - role: "Tenant", - imageSrc: "http://img.b2bpic.net/free-photo/moving-scene-with-couple-holding-plate_23-2147704522.jpg", - }, + id: "2", title: "Reliable", quote: "Best moving experience I’ve ever had.", name: "Mark D.", role: "Tenant", imageSrc: "http://img.b2bpic.net/free-photo/moving-scene-with-couple-holding-plate_23-2147704522.jpg"}, { - id: "3", - title: "Highly Recommend", - quote: "Professional, on time, and very easy to work with.", - name: "Emily R.", - role: "Business Owner", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-making-home-comfortable_23-2149092121.jpg", - }, + id: "3", title: "Highly Recommend", quote: "Professional, on time, and very easy to work with.", name: "Emily R.", role: "Business Owner", imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-making-home-comfortable_23-2149092121.jpg"}, { - id: "4", - title: "Super Fast", - quote: "They made our office move completely painless.", - name: "David K.", - role: "Manager", - imageSrc: "http://img.b2bpic.net/free-photo/couple-home-enjoying-life_23-2149167740.jpg", - }, + id: "4", title: "Super Fast", quote: "They made our office move completely painless.", name: "David K.", role: "Manager", imageSrc: "http://img.b2bpic.net/free-photo/couple-home-enjoying-life_23-2149167740.jpg"}, { - id: "5", - title: "Top Tier", - quote: "Excellent care and communication throughout.", - name: "Lisa M.", - role: "Homeowner", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-with-glasses_23-2148415929.jpg", - }, + id: "5", title: "Top Tier", quote: "Excellent care and communication throughout.", name: "Lisa M.", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-with-glasses_23-2148415929.jpg"}, ]} title="What Our Clients Say" description="Trusted by hundreds of local residents and businesses." @@ -177,6 +110,8 @@ export default function LandingPage() {