Merge version_1 into main #11
@@ -60,6 +60,7 @@ export default function Page() {
|
||||
title="Expertise You Can Trust"
|
||||
description="With years of experience, we provide top-tier home services across Pennsylvania."
|
||||
imageSrc="https://images.unsplash.com/photo-1581578731548-c64695cc6952"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
<div id="reviews" data-section="reviews">
|
||||
@@ -67,8 +68,9 @@ export default function Page() {
|
||||
title="Client Testimonials"
|
||||
description="What our clients say about us"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: '1', name: 'John Doe', date: '2023-10-01', title: 'Great Service', quote: 'A&M Home Services transformed our home.', tag: 'Roofing' }
|
||||
{ id: '1', name: 'John Doe', date: '2023-10-01', title: 'Great Service', quote: 'A&M Home Services transformed our home.', tag: 'Roofing', avatarSrc: 'https://i.pravatar.cc/150?u=1' }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -78,6 +80,7 @@ export default function Page() {
|
||||
title="Get A Free Quote"
|
||||
description="Ready to improve your home? Reach out to us today."
|
||||
buttons={[{ text: 'Contact Us', href: '/contact' }]}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
|
||||
Reference in New Issue
Block a user