Merge version_1 into main #2
@@ -46,26 +46,34 @@ export default function LandingPage() {
|
||||
tag="Trusted Local Expert"
|
||||
tagIcon={Shield}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "circleGradient" }}
|
||||
background={{ variant: "glowing-orb" }}
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wrench-flexible-connector-dark-table_23-2147772298.jpg?_wi=1", imageAlt: "Professional plumbing service"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wrench-flexible-connector-dark-table_23-2147772298.jpg", imageAlt: "Professional plumbing service"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses_169016-24230.jpg?_wi=1", imageAlt: "Expert electrical installation"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses_169016-24230.jpg", imageAlt: "Expert electrical installation"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-warming-up-together_23-2149339543.jpg?_wi=1", imageAlt: "HVAC system maintenance"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-warming-up-together_23-2149339543.jpg", imageAlt: "HVAC system maintenance"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/forensic-examiners-having-discussion_1098-16316.jpg?_wi=1", imageAlt: "Certified service professionals"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/forensic-examiners-having-discussion_1098-16316.jpg", imageAlt: "Certified service professionals"
|
||||
},
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/forensic-examiners-having-discussion_1098-16316.jpg?_wi=2", imageAlt: "Our experienced team"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/forensic-examiners-having-discussion_1098-16316.jpg", imageAlt: "Our experienced team"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wrench-flexible-connector-dark-table_23-2147772298.jpg?_wi=2", imageAlt: "Quality workmanship"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wrench-flexible-connector-dark-table_23-2147772298.jpg", imageAlt: "Quality workmanship"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses_169016-24230.jpg?_wi=2", imageAlt: "Professional expertise"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses_169016-24230.jpg", imageAlt: "Professional expertise"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-warming-up-together_23-2149339543.jpg?_wi=2", imageAlt: "Customer satisfaction guaranteed"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-warming-up-together_23-2149339543.jpg", imageAlt: "Customer satisfaction guaranteed"
|
||||
},
|
||||
]}
|
||||
carouselPosition="right"
|
||||
buttons={[
|
||||
@@ -86,7 +94,7 @@ export default function LandingPage() {
|
||||
{ value: "500+", title: "Satisfied Customers" },
|
||||
{ value: "99%", title: "Satisfaction Rate" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/forensic-examiners-having-discussion_1098-16316.jpg?_wi=3"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/forensic-examiners-having-discussion_1098-16316.jpg"
|
||||
imageAlt="Professional service team"
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="slide-up"
|
||||
@@ -107,13 +115,16 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Plumbing Services", tags: ["Repairs", "Installation", "24/7 Available"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wrench-flexible-connector-dark-table_23-2147772298.jpg?_wi=3", imageAlt: "Professional plumbing repair"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wrench-flexible-connector-dark-table_23-2147772298.jpg", imageAlt: "Professional plumbing repair"
|
||||
},
|
||||
{
|
||||
id: "2", title: "Electrical Work", tags: ["Licensed", "Certified", "Safety Guaranteed"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses_169016-24230.jpg?_wi=3", imageAlt: "Expert electrical installation"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses_169016-24230.jpg", imageAlt: "Expert electrical installation"
|
||||
},
|
||||
{
|
||||
id: "3", title: "HVAC Maintenance", tags: ["Climate Control", "Energy Efficient", "Emergency Service"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-warming-up-together_23-2149339543.jpg?_wi=3", imageAlt: "HVAC system maintenance"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-warming-up-together_23-2149339543.jpg", imageAlt: "HVAC system maintenance"
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Get Service Quote", href: "#contact-cta" }]}
|
||||
buttonAnimation="slide-up"
|
||||
@@ -133,16 +144,20 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "John Martinez", role: "Homeowner", company: "West Side Resident", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "portrait professional businessman headshot avatar"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "portrait professional businessman headshot avatar"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Sarah Johnson", role: "Business Owner", company: "Downtown Restaurant", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=1", imageAlt: "portrait professional businesswoman headshot avatar"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "portrait professional businesswoman headshot avatar"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Michael Chen", role: "Property Manager", company: "Heritage Apartments", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "portrait professional businessman headshot avatar"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "portrait professional businessman headshot avatar"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Lisa Anderson", role: "Homeowner", company: "North Park", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=2", imageAlt: "portrait professional businesswoman headshot avatar"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "portrait professional businesswoman headshot avatar"
|
||||
},
|
||||
]}
|
||||
kpiItems={[
|
||||
{ value: "2,400+", label: "Projects Completed" },
|
||||
@@ -163,7 +178,7 @@ export default function LandingPage() {
|
||||
{ text: "Submit Service Request", href: "#contact-cta" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "circleGradient" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user