diff --git a/src/app/page.tsx b/src/app/page.tsx index 28d87b9..42697e9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,25 +29,15 @@ export default function LandingPage() { @@ -59,78 +49,39 @@ export default function LandingPage() { description="Expert care, meticulous installation, and lasting results for your home or business." testimonials={[ { - name: "Levi B.", - handle: "@levib", - testimonial: "Several sections of old copper pipe were corroded. The crew replaced and repiped everything with careful workmanship.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/vintage-sink-decoration-with-vintage-style_1150-10826.jpg?_wi=1", - imageAlt: "luxury modern kitchen faucet gold", - }, + name: "Levi B.", handle: "@levib", testimonial: "Several sections of old copper pipe were corroded. The crew replaced and repiped everything with careful workmanship.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/vintage-sink-decoration-with-vintage-style_1150-10826.jpg", imageAlt: "luxury modern kitchen faucet gold"}, { - name: "Miah R.", - handle: "@miahr", - testimonial: "The sink drain kept coming loose after use. Now it's perfectly secured. Highly satisfied!", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/technical-service-man-keeping-opened-palms-together-grey-t-shirt-with-cap_176474-11144.jpg", - imageAlt: "professional plumber working shiny pipe", - }, + name: "Miah R.", handle: "@miahr", testimonial: "The sink drain kept coming loose after use. Now it's perfectly secured. Highly satisfied!", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/technical-service-man-keeping-opened-palms-together-grey-t-shirt-with-cap_176474-11144.jpg", imageAlt: "professional plumber working shiny pipe"}, { - name: "Sarah J.", - handle: "@sarahj", - testimonial: "Professional, clean, and extremely fast. My kitchen plumbing has never been better.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-auto-repairman-looking-camera-while-his-customers-are-standing-background_637285-7790.jpg", - imageAlt: "modern kitchen plumbing installation", - }, + name: "Sarah J.", handle: "@sarahj", testimonial: "Professional, clean, and extremely fast. My kitchen plumbing has never been better.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-auto-repairman-looking-camera-while-his-customers-are-standing-background_637285-7790.jpg", imageAlt: "modern kitchen plumbing installation"}, { - name: "David K.", - handle: "@davidk", - testimonial: "Top-tier repiping service. They respected my home and delivered quality work.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-working-as-plumber_23-2150746421.jpg?_wi=1", - imageAlt: "kitchen faucet repair service", - }, + name: "David K.", handle: "@davidk", testimonial: "Top-tier repiping service. They respected my home and delivered quality work.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-working-as-plumber_23-2150746421.jpg", imageAlt: "kitchen faucet repair service"}, { - name: "Emily P.", - handle: "@emilyp", - testimonial: "Excellent communication and perfect installation. Gold Plumbing is simply the best.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/plumber-making-time-out-gesture_1368-788.jpg?_wi=1", - imageAlt: "drain cleaning professional tool", - }, + name: "Emily P.", handle: "@emilyp", testimonial: "Excellent communication and perfect installation. Gold Plumbing is simply the best.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/plumber-making-time-out-gesture_1368-788.jpg", imageAlt: "drain cleaning professional tool"}, ]} buttons={[ { - text: "Schedule Your Service", - href: "#contact", - }, + text: "Schedule Your Service", href: "#contact"}, { - text: "Get a Free Estimate", - href: "#contact", - }, + text: "Get a Free Estimate", href: "#contact"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/vintage-sink-decoration-with-vintage-style_1150-10826.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/vintage-sink-decoration-with-vintage-style_1150-10826.jpg" avatars={[ { - src: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13337.jpg", - alt: "Client 1", - }, + src: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13337.jpg", alt: "Client 1"}, { - src: "http://img.b2bpic.net/free-photo/candid-smiling-young-woman-sits-floor-home-works-remotely-connects-online-group-chat_1258-200083.jpg", - alt: "Client 2", - }, + src: "http://img.b2bpic.net/free-photo/candid-smiling-young-woman-sits-floor-home-works-remotely-connects-online-group-chat_1258-200083.jpg", alt: "Client 2"}, { - src: "http://img.b2bpic.net/free-photo/smiley-man-looking-camera-holding-cup-coffee_23-2148306626.jpg", - alt: "Client 3", - }, + src: "http://img.b2bpic.net/free-photo/smiley-man-looking-camera-holding-cup-coffee_23-2148306626.jpg", alt: "Client 3"}, { - src: "http://img.b2bpic.net/free-photo/medium-shot-man-holding-smartphone_23-2150226076.jpg", - alt: "Client 4", - }, + src: "http://img.b2bpic.net/free-photo/medium-shot-man-holding-smartphone_23-2150226076.jpg", alt: "Client 4"}, { - src: "http://img.b2bpic.net/free-photo/happy-adult-son-his-mature-father-holding-hands-while-greeting-each-other-kitchen_637285-10296.jpg", - alt: "Client 5", - }, + src: "http://img.b2bpic.net/free-photo/happy-adult-son-his-mature-father-holding-hands-while-greeting-each-other-kitchen_637285-10296.jpg", alt: "Client 5"}, ]} avatarText="Trusted by 500+ satisfied local homeowners" /> @@ -142,9 +93,7 @@ export default function LandingPage() { title="Why Gold Plumbing & Repiping?" buttons={[ { - text: "Learn More", - href: "#features", - }, + text: "Learn More", href: "#features"}, ]} /> @@ -155,20 +104,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Toilet & Faucet Repairs", - description: "Fixes that last and prevent leaks.", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-working-as-plumber_23-2150746421.jpg?_wi=2", - }, + title: "Toilet & Faucet Repairs", description: "Fixes that last and prevent leaks.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-working-as-plumber_23-2150746421.jpg"}, { - title: "Drain Cleaning & Maintenance", - description: "Keep water flowing freely.", - imageSrc: "http://img.b2bpic.net/free-photo/plumber-making-time-out-gesture_1368-788.jpg?_wi=2", - }, + title: "Drain Cleaning & Maintenance", description: "Keep water flowing freely.", imageSrc: "http://img.b2bpic.net/free-photo/plumber-making-time-out-gesture_1368-788.jpg"}, { - title: "Repiping & Pipe Replacement", - description: "Modern solutions for old, corroded systems.", - imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721538.jpg", - }, + title: "Repiping & Pipe Replacement", description: "Modern solutions for old, corroded systems.", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721538.jpg"}, ]} title="Our Premium Services" description="Expert care for your plumbing infrastructure." @@ -180,32 +120,18 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "t1", - name: "Levi B.", - imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13337.jpg", - }, + id: "t1", name: "Levi B.", imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13337.jpg"}, { - id: "t2", - name: "Miah R.", - imageSrc: "http://img.b2bpic.net/free-photo/candid-smiling-young-woman-sits-floor-home-works-remotely-connects-online-group-chat_1258-200083.jpg", - }, + id: "t2", name: "Miah R.", imageSrc: "http://img.b2bpic.net/free-photo/candid-smiling-young-woman-sits-floor-home-works-remotely-connects-online-group-chat_1258-200083.jpg"}, { - id: "t3", - name: "Sarah J.", - imageSrc: "http://img.b2bpic.net/free-photo/smiley-man-looking-camera-holding-cup-coffee_23-2148306626.jpg", - }, + id: "t3", name: "Sarah J.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-man-looking-camera-holding-cup-coffee_23-2148306626.jpg"}, { - id: "t4", - name: "David K.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-holding-smartphone_23-2150226076.jpg", - }, + id: "t4", name: "David K.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-holding-smartphone_23-2150226076.jpg"}, { - id: "t5", - name: "Emily P.", - imageSrc: "http://img.b2bpic.net/free-photo/happy-adult-son-his-mature-father-holding-hands-while-greeting-each-other-kitchen_637285-10296.jpg", - }, + id: "t5", name: "Emily P.", imageSrc: "http://img.b2bpic.net/free-photo/happy-adult-son-his-mature-father-holding-hands-while-greeting-each-other-kitchen_637285-10296.jpg"}, ]} cardTitle="Our Customers Love Us" + cardTag="Testimonials" cardAnimation="slide-up" /> @@ -217,22 +143,14 @@ export default function LandingPage() { description="Experience plumbing done right." inputs={[ { - name: "name", - type: "text", - placeholder: "Your Name", - required: true, + name: "name", type: "text", placeholder: "Your Name", required: true, }, { - name: "email", - type: "email", - placeholder: "Your Email", - required: true, + name: "email", type: "email", placeholder: "Your Email", required: true, }, ]} textarea={{ - name: "message", - placeholder: "How can we help?", - rows: 4, + name: "message", placeholder: "How can we help?", rows: 4, }} imageSrc="http://img.b2bpic.net/free-photo/expressive-young-man-posing-winter-holidays_140725-138557.jpg" />