23 lines
1.4 KiB
TypeScript
23 lines
1.4 KiB
TypeScript
// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
|
|
// file as the canonical source for the "testimonials" section.
|
|
|
|
import React from 'react';
|
|
import TestimonialOverlayCards from "@/components/sections/testimonial/TestimonialOverlayCards";
|
|
|
|
export default function TestimonialsSection(): React.JSX.Element {
|
|
return (
|
|
<div id="testimonials" data-section="testimonials">
|
|
<TestimonialOverlayCards
|
|
tag="Reviews"
|
|
title="What Our Customers Say"
|
|
description="Our reputation is built on long-lasting relationships and high-quality results."
|
|
testimonials={[
|
|
{ name: "Paula (NN11)", role: "Homeowner", company: "Corby", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/home-comfort-coziness-domesticity-concept-cropped-portrait-confident-happy-young-woman-spending-day-home_343059-3893.jpg" },
|
|
{ name: "Vicki", role: "Homeowner", company: "Northampton", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/positive-satisfied-customer-making-ok-gesture_74855-3646.jpg" },
|
|
{ name: "Carla", role: "Homeowner", company: "Leicester", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/horizontal-portrait-beautiful-positive-young-european-female-blue-shirt-dress-relaxing-home-looking-front-with-easy-carefree-smile_343059-3894.jpg" },
|
|
]}
|
|
/>
|
|
</div>
|
|
);
|
|
}
|