Merge version_1 into main #5

Merged
bender merged 1 commits from version_1 into main 2026-03-18 17:41:39 +00:00

View File

@@ -50,7 +50,7 @@ export default function LandingPage() {
]}
buttonAnimation="slide-up"
background={{ variant: "plain" }}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=65w8cf"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=65w8cf&_wi=1"
imageAlt="Professional plumber fixing water tap residential"
mediaAnimation="slide-up"
frameStyle="card"
@@ -141,7 +141,7 @@ export default function LandingPage() {
tagAnimation="slide-up"
buttons={[{ text: "Call for Quote", href: "tel:08924952971" }]}
buttonAnimation="slide-up"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=65w8cf"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=65w8cf&_wi=2"
imageAlt="Professional plumber at work"
useInvertedBackground={false}
/>
@@ -161,10 +161,10 @@ export default function LandingPage() {
topMarqueeDirection="left"
testimonials={[
{
id: "1", name: "Raj Kumar", handle: "Mahmoorganj, Varanasi", testimonial: "Very fast and well done. Fixed my tap leakage in 30 minutes. Highly recommended!", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=roq8el", imageAlt: "happy customer male satisfied home plumbing", icon: Star
id: "1", name: "Raj Kumar", handle: "Mahmoorganj, Varanasi", testimonial: "Very fast and well done. Fixed my tap leakage in 30 minutes. Highly recommended!", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=roq8el&_wi=1", imageAlt: "happy customer male satisfied home plumbing", icon: Star
},
{
id: "2", name: "Priya Singh", handle: "Sigra, Varanasi", testimonial: "Well behaved and skilled. They installed my new commode perfectly. Great service!", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gzmtv3", imageAlt: "happy customer female home service plumbing", icon: Star
id: "2", name: "Priya Singh", handle: "Sigra, Varanasi", testimonial: "Well behaved and skilled. They installed my new commode perfectly. Great service!", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gzmtv3&_wi=1", imageAlt: "happy customer female home service plumbing", icon: Star
},
{
id: "3", name: "Amit Patel", handle: "Near Railway Station", testimonial: "Satisfied by service. My motor pump is working perfectly now. 24/7 support is amazing!", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=18j079", imageAlt: "happy customer male plumbing service portrait", icon: Star
@@ -173,10 +173,10 @@ export default function LandingPage() {
id: "4", name: "Deepika Verma", handle: "Tulsipur, Varanasi", testimonial: "Called at night for emergency leak. Plumber arrived in 45 minutes. Problem solved! Thank you!", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ti48dg", imageAlt: "happy customer female plumbing service portrait", icon: Star
},
{
id: "5", name: "Vikram Mishra", handle: "Varanasi", testimonial: "Professional and courteous. Fixed bathroom fittings beautifully. Will call again!", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=roq8el", imageAlt: "happy customer male satisfied home plumbing", icon: Star
id: "5", name: "Vikram Mishra", handle: "Varanasi", testimonial: "Professional and courteous. Fixed bathroom fittings beautifully. Will call again!", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=roq8el&_wi=2", imageAlt: "happy customer male satisfied home plumbing", icon: Star
},
{
id: "6", name: "Anjali Tiwari", handle: "Varanasi", testimonial: "Excellent work! They detected and fixed the underground leak without any hassle. Trustworthy!", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gzmtv3", imageAlt: "happy customer female home service plumbing", icon: Star
id: "6", name: "Anjali Tiwari", handle: "Varanasi", testimonial: "Excellent work! They detected and fixed the underground leak without any hassle. Trustworthy!", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gzmtv3&_wi=2", imageAlt: "happy customer female home service plumbing", icon: Star
}
]}
/>