Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 36ee5bb65d | |||
| 9daa4f1d93 | |||
| 1e68b50a95 | |||
| 032a1c0432 | |||
| b4987fac98 | |||
| a8652dd178 | |||
| fda1023458 |
@@ -76,6 +76,18 @@ export default function LandingPage() {
|
||||
{
|
||||
name: "David Kim", handle: "@DavidK", testimonial: "Mariano and his crew were fantastic. They transformed my old, cracked driveway into a pristine surface. The attention to detail and friendly service truly set them apart. Definitely calling them again!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-interviewee-taking-notes_23-2149037865.jpg", imageAlt: "David Kim"},
|
||||
{
|
||||
name: "Sarah Chen", handle: "@SarahC", testimonial: "Absolutely thrilled with the results! Sarabia Sealing rejuvenated our community parking lot, making it look brand new. The team was professional, quick, and left no mess behind. A truly five-star service!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-young-handsome-asian-male-wearing-gray-suit-sitting-desk_141793-128867.jpg?_wi=1", imageAlt: "Sarah Chen"
|
||||
},
|
||||
{
|
||||
name: "Michael Johnson", handle: "@MichaelJ", testimonial: "Had a great experience with Sarabia Sealing for my business's asphalt repair. They were prompt, explained everything clearly, and the quality of work is outstanding. Our entrance looks much better now.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serious-businessman-reading-document-holding-pen_1194-2503.jpg?_wi=1", imageAlt: "Michael Johnson"
|
||||
},
|
||||
{
|
||||
name: "Jessica Lee", handle: "@JessicaL", testimonial: "Fantastic job on our residential complex pathways! The sealcoating has significantly improved the overall appearance and durability. The crew was courteous and worked efficiently.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-caucasian-businesswoman-thinking-about-something-and-touching-her-chin-while-looking_176420-1616.jpg?_wi=1", imageAlt: "Jessica Lee"
|
||||
}
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
tag="5.0 Rating"
|
||||
@@ -199,8 +211,8 @@ export default function LandingPage() {
|
||||
"Consistently praised by clients", "Top-tier service standard"],
|
||||
},
|
||||
{
|
||||
id: "m2", value: "17+", title: "Years in Business", items: [
|
||||
"Proven expertise and reliability", "Serving the community since 2007"],
|
||||
id: "m2", value: "10+", title: "Years in Business", items: [
|
||||
"Proven expertise and reliability", "Serving the community since 2015"],
|
||||
},
|
||||
{
|
||||
id: "m3", value: "100%", title: "Satisfaction", items: [
|
||||
@@ -229,6 +241,15 @@ export default function LandingPage() {
|
||||
id: "t4", name: "Emily Rodriguez", handle: "@EmilyR", testimonial: "Our parking lot needed serious attention, and Sarabia Sealing delivered beyond expectations. Their team was efficient, thorough, and the results speak for themselves. Highly recommend for commercial projects!", imageSrc: "http://img.b2bpic.net/free-photo/confident-architecture-with-prints_23-2147768402.jpg", imageAlt: "Emily Rodriguez"},
|
||||
{
|
||||
id: "t5", name: "David Kim", handle: "@DavidK", testimonial: "Mariano and his crew were fantastic. They transformed my old, cracked driveway into a pristine surface. The attention to detail and friendly service truly set them apart. Definitely calling them again!", imageSrc: "http://img.b2bpic.net/free-photo/closeup-confident-asian-man-with-arms-crossed_1262-884.jpg", imageAlt: "David Kim"},
|
||||
{
|
||||
id: "t6", name: "Sarah Chen", handle: "@SarahC", testimonial: "Absolutely thrilled with the results! Sarabia Sealing rejuvenated our community parking lot, making it look brand new. The team was professional, quick, and left no mess behind. A truly five-star service!", imageSrc: "http://img.b2bpic.net/free-photo/side-view-young-handsome-asian-male-wearing-gray-suit-sitting-desk_141793-128867.jpg?_wi=2", imageAlt: "Sarah Chen"
|
||||
},
|
||||
{
|
||||
id: "t7", name: "Michael Johnson", handle: "@MichaelJ", testimonial: "Had a great experience with Sarabia Sealing for my business's asphalt repair. They were prompt, explained everything clearly, and the quality of work is outstanding. Our entrance looks much better now.", imageSrc: "http://img.b2bpic.net/free-photo/serious-businessman-reading-document-holding-pen_1194-2503.jpg?_wi=2", imageAlt: "Michael Johnson"
|
||||
},
|
||||
{
|
||||
id: "t8", name: "Jessica Lee", handle: "@JessicaL", testimonial: "Fantastic job on our residential complex pathways! The sealcoating has significantly improved the overall appearance and durability. The crew was courteous and worked efficiently.", imageSrc: "http://img.b2bpic.net/free-photo/pretty-caucasian-businesswoman-thinking-about-something-and-touching-her-chin-while-looking_176420-1616.jpg?_wi=2", imageAlt: "Jessica Lee"
|
||||
}
|
||||
]}
|
||||
title="What Our Valued Customers Say"
|
||||
description="Hear directly from satisfied clients who have experienced the Sarabia Sealing difference."
|
||||
@@ -313,4 +334,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user