diff --git a/src/app/page.tsx b/src/app/page.tsx index f6e2976..a8cff82 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,22 +30,10 @@ export default function LandingPage() { @@ -175,48 +93,12 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} testimonials={[ - { - id: "1", - name: "Gabriel Pereira", - role: "Customer", - testimonial: "Professional, friendly and efficient. Arrived on time and explained everything clearly.", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-corporate-woman-looks-dreamy-smiles-stands-outside-street-leans-her-head-hands-d_1258-122007.jpg", - }, - { - id: "2", - name: "Angelique Michau", - role: "Customer", - testimonial: "Walter is exceptional! Always available and very knowledgeable. Highly recommend!", - 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: "3", - name: "Lesley Tripodi", - role: "Customer", - testimonial: "Quick, reliable and always follows up to explain the process. 10/10 STARS.", - imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-smiling-looking-confident-happy-standing-suit-street-leans-her_1258-193996.jpg", - }, - { - id: "4", - name: "Rachelle Redelinghuys", - role: "Customer", - testimonial: "We felt comfortable leaving him keys to our home. Highly recommend.", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-smiling_93675-133804.jpg", - }, - { - id: "5", - name: "Lizel Oosthuizen", - role: "Customer", - testimonial: "Excellent and so quick. Walter even fitted a gutter downpipe!", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg", - }, - { - id: "6", - name: "Kobus van Schalkwyk", - role: "Customer", - testimonial: "Sorted our burst geyser over the festive season. Professional and reliable.", - imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2727.jpg", - }, + { id: "1", name: "Gabriel Pereira", role: "Customer", testimonial: "Professional, friendly and efficient. Arrived on time and explained everything clearly.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-corporate-woman-looks-dreamy-smiles-stands-outside-street-leans-her-head-hands-d_1258-122007.jpg" }, + { id: "2", name: "Angelique Michau", role: "Customer", testimonial: "Walter is exceptional! Always available and very knowledgeable. Highly recommend!", 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: "3", name: "Lesley Tripodi", role: "Customer", testimonial: "Quick, reliable and always follows up to explain the process. 10/10 STARS.", imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-smiling-looking-confident-happy-standing-suit-street-leans-her_1258-193996.jpg" }, + { id: "4", name: "Rachelle Redelinghuys", role: "Customer", testimonial: "We felt comfortable leaving him keys to our home. Highly recommend.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-smiling_93675-133804.jpg" }, + { id: "5", name: "Lizel Oosthuizen", role: "Customer", testimonial: "Excellent and so quick. Walter even fitted a gutter downpipe!", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg" }, + { id: "6", name: "Kobus van Schalkwyk", role: "Customer", testimonial: "Sorted our burst geyser over the festive season. Professional and reliable.", imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2727.jpg" }, ]} title="Customer Reviews" description="What our clients in Pretoria are saying about us." @@ -229,20 +111,8 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} metrics={[ - { - id: "h1", - value: "Mon–Sat", - title: "Operating Days", - description: "7am – 5pm", - imageSrc: "http://img.b2bpic.net/free-vector/water-filtering-system-abstract-concept-vector-illustration-water-filtering-innovative-solution-home-treatment-system-drinking-water-delivery-service-whole-house-filtration-abstract-metaphor_335657-5756.jpg?_wi=2", - }, - { - id: "h2", - value: "Sunday", - title: "Operating Days", - description: "Closed", - imageSrc: "http://img.b2bpic.net/free-vector/plumbing-flat-icons-collection_1284-10976.jpg?_wi=2", - }, + { id: "h1", value: "Mon–Sat", title: "Operating Days", description: "7am – 5pm", imageSrc: "http://img.b2bpic.net/free-vector/water-filtering-system-abstract-concept-vector-illustration-water-filtering-innovative-solution-home-treatment-system-drinking-water-delivery-service-whole-house-filtration-abstract-metaphor_335657-5756.jpg" }, + { id: "h2", value: "Sunday", title: "Operating Days", description: "Closed", imageSrc: "http://img.b2bpic.net/free-vector/plumbing-flat-icons-collection_1284-10976.jpg" }, ]} title="Business Hours" description="Ready to serve you during these times." @@ -255,25 +125,10 @@ export default function LandingPage() { title="Contact Gotcha Plumbing" description="Reach out for fast and reliable plumbing assistance in Pretoria." inputs={[ - { - name: "name", - type: "text", - placeholder: "Your Name", - required: true, - }, - { - name: "email", - type: "email", - placeholder: "Your Email", - required: true, - }, + { name: "name", type: "text", placeholder: "Your Name", required: true }, + { name: "email", type: "email", placeholder: "Your Email", required: true }, ]} - textarea={{ - name: "message", - placeholder: "Describe your plumbing issue", - rows: 4, - required: true, - }} + textarea={{ name: "message", placeholder: "Describe your plumbing issue", rows: 4, required: true }} buttonText="Submit Inquiry" imageSrc="http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990731.jpg" /> @@ -283,41 +138,18 @@ export default function LandingPage() {