Update src/app/page.tsx
This commit is contained in:
@@ -82,7 +82,7 @@ export default function LandingPage() {
|
|||||||
<TestimonialAboutCard
|
<TestimonialAboutCard
|
||||||
tag="Our Promise"
|
tag="Our Promise"
|
||||||
title="Why Choose Conejo Services?"
|
title="Why Choose Conejo Services?"
|
||||||
description="\"From the phone service to the sales team to the installation crew — Conejo delivers for each and every customer. Zero pressure to buy.\" — MR. F"
|
description={`"From the phone service to the sales team to the installation crew — Conejo delivers for each and every customer. Zero pressure to buy."`}
|
||||||
subdescription={`🔵 On-Time Arrival + Live GPS Technician Tracking
|
subdescription={`🔵 On-Time Arrival + Live GPS Technician Tracking
|
||||||
🔵 Shoe Covers & Full Home Respect, Every Visit
|
🔵 Shoe Covers & Full Home Respect, Every Visit
|
||||||
🔵 Transparent Pricing — No Surprise Charges
|
🔵 Transparent Pricing — No Surprise Charges
|
||||||
@@ -97,7 +97,7 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
<div id="reviews" data-section="reviews">
|
<div id="reviews" data-section="reviews">
|
||||||
<TestimonialCardFifteen
|
<TestimonialCardFifteen
|
||||||
testimonial="\"If I could give them 100 stars I would! Amazing job from all aspects — top notch quality installation and equipment.\""
|
testimonial={`"If I could give them 100 stars I would! Amazing job from all aspects — top notch quality installation and equipment."`}
|
||||||
rating={5}
|
rating={5}
|
||||||
author="Jane M. (Verified Google Review)"
|
author="Jane M. (Verified Google Review)"
|
||||||
avatars={[
|
avatars={[
|
||||||
|
|||||||
Reference in New Issue
Block a user