Merge version_1 into main #2
@@ -50,6 +50,7 @@ export default function LandingPage() {
|
||||
description="Professional expertise. Same-day response. Locally owned and trusted by hundreds of families in the area."
|
||||
tag="Available 24/7"
|
||||
tagIcon={Clock}
|
||||
background={{ variant: "plain" }}
|
||||
buttons={[
|
||||
{ text: "Call Now", href: "tel:+1-555-123-4567" },
|
||||
{ text: "Get Free Quote", href: "#contact" }
|
||||
@@ -59,11 +60,11 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
name: "Jennifer M.", handle: "Local Business Owner", testimonial: "They arrived within the hour and solved everything perfectly. Best service in town!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=1"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg"
|
||||
},
|
||||
{
|
||||
name: "Robert T.", handle: "Homeowner", testimonial: "Professional, courteous, and fair pricing. I'll use them again and again.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg?_wi=1"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg"
|
||||
}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
@@ -85,6 +86,7 @@ export default function LandingPage() {
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-female-african-american-paramedic-standing-rear-ambulance-paramedics-by-ambulance-two-paramedics-taking-out-strecher-from-ambulance_657921-1477.jpg"
|
||||
imageAlt="Professional service in action"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -128,11 +130,11 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Johnson", role: "Homeowner", company: "Local Family", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=2"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Michael Chen", role: "Business Owner", company: "Downtown Shop", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg?_wi=2"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Emily Rodriguez", role: "Property Manager", company: "Residential Complex", rating: 5,
|
||||
@@ -140,7 +142,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "4", name: "David Kim", role: "Contractor", company: "Local Construction", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=3"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg"
|
||||
}
|
||||
]}
|
||||
kpiItems={[
|
||||
|
||||
Reference in New Issue
Block a user