diff --git a/src/app/page.tsx b/src/app/page.tsx index e7fdb2c..7f25356 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -18,7 +18,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="mediumLarge" sizing="largeSmallSizeLargeTitles" - background="blurBottom" + background="circleGradient" cardStyle="solid" primaryButtonStyle="flat" secondaryButtonStyle="solid" @@ -47,7 +47,7 @@ export default function LandingPage() { { text: "Call 0412 494 000", href: "tel:0412494000" }, { text: "Get a Quote" } ]} - background={{ variant: "blurBottom" }} + background={{ variant: "plain" }} imageSrc="http://img.b2bpic.net/free-photo/high-angle-man-working-as-plumber_23-2150746300.jpg" imageAlt="Professional plumbing tools and pipes" mediaAnimation="slide-up" @@ -136,10 +136,10 @@ export default function LandingPage() { animationType="slide-up" testimonials={[ { - id: "1", name: "Judy", handle: "Runaway Bay", testimonial: "Your prompt and thorough service was a refreshing change. I'd happily recommend your services to anyone.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-positive-girl-smiling-winking_176420-9634.jpg?_wi=1", imageAlt: "Judy from Runaway Bay" + id: "1", name: "Judy", handle: "Runaway Bay", testimonial: "Your prompt and thorough service was a refreshing change. I'd happily recommend your services to anyone.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-positive-girl-smiling-winking_176420-9634.jpg", imageAlt: "Judy from Runaway Bay" }, { - id: "2", name: "Peter", handle: "Broadbeach", testimonial: "Malcolm arrived with a smile, cleared the drains, cleaned up and even stayed to help put up the marquee!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-outdoors-business-man-smiles_23-2148763856.jpg?_wi=1", imageAlt: "Peter from Broadbeach" + id: "2", name: "Peter", handle: "Broadbeach", testimonial: "Malcolm arrived with a smile, cleared the drains, cleaned up and even stayed to help put up the marquee!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-outdoors-business-man-smiles_23-2148763856.jpg", imageAlt: "Peter from Broadbeach" }, { id: "3", name: "J.S", handle: "Robina", testimonial: "A level of service we have never received from a tradesperson. Absolutely outstanding.", imageSrc: "http://img.b2bpic.net/free-photo/collage-customer-experience-concept_23-2149367139.jpg", imageAlt: "J.S from Robina" @@ -148,10 +148,10 @@ export default function LandingPage() { id: "4", name: "L.L", handle: "Elanora", testimonial: "Found you prompt, reliable and friendly. I like being able to support a local company.", imageSrc: "http://img.b2bpic.net/free-photo/elderly-business-woman-office-isolated_1303-21369.jpg", imageAlt: "L.L from Elanora" }, { - id: "5", name: "Malcolm", handle: "Gold Coast Local", testimonial: "When our commercial kitchen had a gas leak at midnight, they answered within minutes. True professionals.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-positive-girl-smiling-winking_176420-9634.jpg?_wi=2", imageAlt: "Malcolm testimonial" + id: "5", name: "Malcolm", handle: "Gold Coast Local", testimonial: "When our commercial kitchen had a gas leak at midnight, they answered within minutes. True professionals.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-positive-girl-smiling-winking_176420-9634.jpg", imageAlt: "Malcolm testimonial" }, { - id: "6", name: "Sarah", handle: "Southport", testimonial: "Incredibly responsive and fair pricing. They fixed our burst pipe before it caused major damage.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-outdoors-business-man-smiles_23-2148763856.jpg?_wi=2", imageAlt: "Sarah from Southport" + id: "6", name: "Sarah", handle: "Southport", testimonial: "Incredibly responsive and fair pricing. They fixed our burst pipe before it caused major damage.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-outdoors-business-man-smiles_23-2148763856.jpg", imageAlt: "Sarah from Southport" } ]} />