Merge version_1 into main #1
@@ -52,13 +52,13 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
name: "John Smith", handle: "Homeowner, Rye", testimonial: "Responded very promptly and solved the problem efficiently. Highly recommend!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg?_wi=1"},
|
||||
{
|
||||
name: "Margaret Davies", handle: "Property Manager", testimonial: "Reliable and professional. Always on time and gets the job done right.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg?_wi=2"},
|
||||
{
|
||||
name: "David Wilson", handle: "Business Owner", testimonial: "Excellent service. Fast response time and very helpful customer service.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1"},
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Call Now", href: "tel:01797226684" },
|
||||
@@ -82,10 +82,10 @@ export default function LandingPage() {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-repair-service_181624-27146.jpg", imageAlt: "Plumbing repair work"},
|
||||
{
|
||||
id: "2", title: "Central Heating Services", tags: ["Maintenance", "Installation"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/service-man-adjusting-house-heating-system_1303-26545.jpg", imageAlt: "Central heating system"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/service-man-adjusting-house-heating-system_1303-26545.jpg?_wi=1", imageAlt: "Central heating system"},
|
||||
{
|
||||
id: "3", title: "Boiler Repairs & Installation", tags: ["Emergency Service", "Certified Engineers"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/service-man-adjusting-house-heating-system_1303-26545.jpg", imageAlt: "Boiler service and repair"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/service-man-adjusting-house-heating-system_1303-26545.jpg?_wi=2", imageAlt: "Boiler service and repair"},
|
||||
{
|
||||
id: "4", title: "Shower & Tap Repairs", tags: ["Same Day Available", "Quality Parts"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746318.jpg", imageAlt: "Shower and tap installation"},
|
||||
@@ -156,13 +156,13 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Johnson", role: "Homeowner", company: "Rye", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg?_wi=3"},
|
||||
{
|
||||
id: "2", name: "Michael Chen", role: "Property Manager", company: "East Sussex", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg?_wi=4"},
|
||||
{
|
||||
id: "3", name: "Emily Rodriguez", role: "Business Owner", company: "Rye Town Centre", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2"},
|
||||
{
|
||||
id: "4", name: "David Kim", role: "Landlord", company: "Rye Properties", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg"},
|
||||
@@ -184,7 +184,7 @@ export default function LandingPage() {
|
||||
description="Fill out the form below or call us directly. We'll respond quickly with a free estimate and schedule your service."
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/mechanical-tools-with-copy-space_23-2148557959.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/mechanical-tools-with-copy-space_23-2148557959.jpg?_wi=1"
|
||||
imageAlt="Professional plumbing tools"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
@@ -196,7 +196,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/mechanical-tools-with-copy-space_23-2148557959.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/mechanical-tools-with-copy-space_23-2148557959.jpg?_wi=2"
|
||||
imageAlt="Professional plumbing workshop"
|
||||
columns={[
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user