Merge version_1 into main #1
1367
src/app/layout.tsx
1367
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -52,22 +52,22 @@ export default function LandingPage() {
|
||||
name: "John Martinez", handle: "Homeowner, Boca Raton", testimonial:
|
||||
"The plumber replaced worn washers and tested everything. My faucet now shuts off completely. Excellent service!", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/father-daughter-sitting-kitchen-counter_23-2148969825.jpg", imageAlt: "John Martinez testimonial"},
|
||||
"http://img.b2bpic.net/free-photo/father-daughter-sitting-kitchen-counter_23-2148969825.jpg?_wi=1", imageAlt: "John Martinez testimonial"},
|
||||
{
|
||||
name: "Sarah Johnson", handle: "Property Manager, Delray Beach", testimonial:
|
||||
"They cleared the drain quickly and professionally. Water flows perfectly now. Highly recommend for any property.", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/happy-time-with-friends_1098-12600.jpg", imageAlt: "Sarah Johnson testimonial"},
|
||||
"http://img.b2bpic.net/free-photo/happy-time-with-friends_1098-12600.jpg?_wi=1", imageAlt: "Sarah Johnson testimonial"},
|
||||
{
|
||||
name: "David Williams", handle: "Homeowner, Boynton Beach", testimonial:
|
||||
"The trenchless sewer replacement saved our yard. Amazing work, competitive pricing, and outstanding customer service.", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-builder-man-construction-uniform-safety-helmet-showing-thumbs-up-doing-ok-sign_141793-28633.jpg", imageAlt: "David Williams testimonial"},
|
||||
"http://img.b2bpic.net/free-photo/young-builder-man-construction-uniform-safety-helmet-showing-thumbs-up-doing-ok-sign_141793-28633.jpg?_wi=1", imageAlt: "David Williams testimonial"},
|
||||
{
|
||||
name: "Michelle Davis", handle: "Homeowner, Boca Raton", testimonial:
|
||||
"Water heater installation done right. Fast, clean, professional. They even cleaned up after themselves!", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-businessman-listening-senior-man_1262-1970.jpg", imageAlt: "Michelle Davis testimonial"},
|
||||
"http://img.b2bpic.net/free-photo/smiling-businessman-listening-senior-man_1262-1970.jpg?_wi=1", imageAlt: "Michelle Davis testimonial"},
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "📞 Call Now for Service", href: "tel:+15614123456" },
|
||||
@@ -138,19 +138,19 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "1", title: "Faucet Fixed Right", quote:
|
||||
"The plumber replaced worn washers and tested it thoroughly. My faucet now shuts off completely without any leaks. Professional work at fair prices!", name: "John Martinez", role: "Homeowner, Boca Raton", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/father-daughter-sitting-kitchen-counter_23-2148969825.jpg", imageAlt: "John Martinez"},
|
||||
"http://img.b2bpic.net/free-photo/father-daughter-sitting-kitchen-counter_23-2148969825.jpg?_wi=2", imageAlt: "John Martinez"},
|
||||
{
|
||||
id: "2", title: "Fast Drain Cleaning", quote:
|
||||
"They cleared the drain quickly and cleaned up beautifully. Water flows perfectly now. This is my go-to plumber for any property maintenance.", name: "Sarah Johnson", role: "Property Manager, Delray Beach", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/happy-time-with-friends_1098-12600.jpg", imageAlt: "Sarah Johnson"},
|
||||
"http://img.b2bpic.net/free-photo/happy-time-with-friends_1098-12600.jpg?_wi=2", imageAlt: "Sarah Johnson"},
|
||||
{
|
||||
id: "3", title: "Sewer Replacement Excellence", quote:
|
||||
"The trenchless sewer replacement saved our yard from excavation. Amazing work, honest pricing, and outstanding communication throughout.", name: "David Williams", role: "Homeowner, Boynton Beach", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-builder-man-construction-uniform-safety-helmet-showing-thumbs-up-doing-ok-sign_141793-28633.jpg", imageAlt: "David Williams"},
|
||||
"http://img.b2bpic.net/free-photo/young-builder-man-construction-uniform-safety-helmet-showing-thumbs-up-doing-ok-sign_141793-28633.jpg?_wi=2", imageAlt: "David Williams"},
|
||||
{
|
||||
id: "4", title: "Water Heater Installation", quote:
|
||||
"Water heater installation was done perfectly. Fast, clean, professional crew. They even cleaned up after themselves. Highly recommended!", name: "Michelle Davis", role: "Homeowner, Boca Raton", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-businessman-listening-senior-man_1262-1970.jpg", imageAlt: "Michelle Davis"},
|
||||
"http://img.b2bpic.net/free-photo/smiling-businessman-listening-senior-man_1262-1970.jpg?_wi=2", imageAlt: "Michelle Davis"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
|
||||
Reference in New Issue
Block a user