Merge version_3 into main #3
@@ -82,9 +82,9 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
showRating={true}
|
||||
title="What Our Clients Say"
|
||||
description="Honest feedback from homeowners who trust CJS Electrical with their most important asset: their home."
|
||||
showRating={true}
|
||||
testimonials={[
|
||||
{ id: "1", name: "Anneka Haygood", handle: "@customer", testimonial: "Matthew arrived on time, quickly identified the issue, and explained everything clearly.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-african-american-woman-wearing-casual-clothes-doing-happy-thumbs-up-gesture-with-hand-approving-expression-looking-camera-showing-success_839833-29095.jpg" },
|
||||
{ id: "2", name: "John D.", handle: "@customer", testimonial: "The project manager gave me a very honest explanation of the install process. Truly excellent.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/thrilled-confident-manager-business-attire-celebrates-victorious-milestone_482257-111932.jpg" },
|
||||
@@ -102,6 +102,7 @@ export default function LandingPage() {
|
||||
description="Schedule your service visit with our expert team."
|
||||
inputs={[{ name: "name", type: "text", placeholder: "Your Name", required: true }, { name: "phone", type: "tel", placeholder: "Phone Number", required: true }]}
|
||||
buttonText="Book Now"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -112,6 +113,7 @@ export default function LandingPage() {
|
||||
inputs={[{ name: "name", type: "text", placeholder: "Your Name", required: true }, { name: "email", type: "email", placeholder: "Email Address", required: true }]}
|
||||
textarea={{ name: "details", placeholder: "Project details...", rows: 4 }}
|
||||
buttonText="Get Quote"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -120,6 +122,8 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
title="Frequently Asked Questions"
|
||||
faqsAnimation="slide-up"
|
||||
description="Answers to common questions about our services."
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{ id: "q1", title: "Do you offer emergency services?", content: "Yes, we provide 24/7 emergency electrical service to keep your home safe." },
|
||||
{ id: "q2", title: "Is the estimate free?", content: "We offer free in-home estimates for your peace of mind and clarity." },
|
||||
|
||||
Reference in New Issue
Block a user