Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-07 10:11:23 +00:00

View File

@@ -18,7 +18,7 @@ export default function LandingPage() {
borderRadius="pill"
contentWidth="mediumSmall"
sizing="largeSmallSizeLargeTitles"
background="fluid"
background="circleGradient"
cardStyle="inset"
primaryButtonStyle="shadow"
secondaryButtonStyle="glass"
@@ -45,20 +45,20 @@ export default function LandingPage() {
description="Professional, honest plumbing solutions for your home. Expert diagnostics, reliable service, and transparent pricing. Licensed & insured."
tag="Available Now"
tagAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/service-maintenance-worker-repairing_23-2149176718.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/service-maintenance-worker-repairing_23-2149176718.jpg"
imageAlt="Professional plumber at work"
mediaAnimation="blur-reveal"
imagePosition="right"
testimonials={[
{
name: "Tamara Coles", handle: "Homeowner, Sydney", testimonial: "Chris provided upfront, knowledgeable advice and accurate diagnostics. Highly professional!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-woman-posing-studio_176474-29438.jpg?_wi=1"},
imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-woman-posing-studio_176474-29438.jpg"},
{
name: "Angie Fong", handle: "Property Manager, NSW", testimonial: "Reliable, properly equipped, and hassle-free service. Exactly what you need in an emergency.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-woman-showing-thumbs-up_74855-4031.jpg?_wi=1"},
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-woman-showing-thumbs-up_74855-4031.jpg"},
{
name: "Justin Gomez", handle: "Business Owner, Melbourne", testimonial: "Helpful over the phone and always provides quick solutions. A true professional.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-working-reception_23-2149963923.jpg?_wi=1"},
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-working-reception_23-2149963923.jpg"},
]}
testimonialRotationInterval={5000}
buttons={[
@@ -67,7 +67,7 @@ export default function LandingPage() {
]}
buttonAnimation="slide-up"
useInvertedBackground={false}
background={{ variant: "fluid" }}
background={{ variant: "glowing-orb" }}
/>
</div>
@@ -102,7 +102,7 @@ export default function LandingPage() {
title: "Drain Cleaning & Blockages", description: "Expert diagnosis and resolution of main sewer blockages and drain issues using professional equipment.", imageSrc: "http://img.b2bpic.net/free-photo/wasteless-concept-with-blossoming-bouquet_23-2149696444.jpg"},
{
id: 3,
title: "General Maintenance", description: "Routine plumbing maintenance, inspections, and preventative care to keep your system running smoothly.", imageSrc: "http://img.b2bpic.net/free-photo/service-maintenance-worker-repairing_23-2149176718.jpg?_wi=2"},
title: "General Maintenance", description: "Routine plumbing maintenance, inspections, and preventative care to keep your system running smoothly.", imageSrc: "http://img.b2bpic.net/free-photo/service-maintenance-worker-repairing_23-2149176718.jpg"},
]}
buttonAnimation="slide-up"
/>
@@ -112,11 +112,11 @@ export default function LandingPage() {
<TestimonialCardTwelve
testimonials={[
{
id: "1", name: "Tamara Coles", imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-woman-posing-studio_176474-29438.jpg?_wi=2"},
id: "1", name: "Tamara Coles", imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-woman-posing-studio_176474-29438.jpg"},
{
id: "2", name: "Angie Fong", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-woman-showing-thumbs-up_74855-4031.jpg?_wi=2"},
id: "2", name: "Angie Fong", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-woman-showing-thumbs-up_74855-4031.jpg"},
{
id: "3", name: "Justin Gomez", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-working-reception_23-2149963923.jpg?_wi=2"},
id: "3", name: "Justin Gomez", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-working-reception_23-2149963923.jpg"},
{
id: "4", name: "James Wilson", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-cozy-office_23-2149739353.jpg"},
]}