Merge version_1 into main #3
@@ -96,19 +96,19 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Nantege Kigozi", handle: "Homeowner", testimonial: "Honest in their advice before embarking on your project… not just after your money.", rating: 5,
|
||||
id: "1", name: "Nantege Kigozi", testimonial: "Honest in their advice before embarking on your project… not just after your money.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-african-man-standing-balcony-leaning-railing-holding-cup-coffee_23-2148124310.jpg"},
|
||||
{
|
||||
id: "2", name: "Miracle Restoration", handle: "Restoration Pro", testimonial: "Excellent and creative services in construction and stone-roofing techniques.", rating: 5,
|
||||
id: "2", name: "Miracle Restoration", testimonial: "Excellent and creative services in construction and stone-roofing techniques.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-looking-camera-his-office_23-2148242891.jpg"},
|
||||
{
|
||||
id: "3", name: "Nyesiga Neybert", handle: "Client", testimonial: "Professionalism at its peak.", rating: 5,
|
||||
id: "3", name: "Nyesiga Neybert", testimonial: "Professionalism at its peak.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/real-estate-concept-happy-young-male-buyer-showing-thumb-up-paper-house-model-smiling-satisfied_1258-161154.jpg"},
|
||||
{
|
||||
id: "4", name: "Katongole Derrick", handle: "Client", testimonial: "Good services provided.", rating: 4,
|
||||
id: "4", name: "Katongole Derrick", testimonial: "Good services provided.", rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-street-using-mobile-phone_657883-744.jpg"},
|
||||
{
|
||||
id: "5", name: "John Doe", handle: "Client", testimonial: "Transformed my home with their expert roofing skills.", rating: 5,
|
||||
id: "5", name: "John Doe", testimonial: "Transformed my home with their expert roofing skills.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/proper-collaboration-two-carpenter-workers_329181-15626.jpg"},
|
||||
]}
|
||||
showRating={true}
|
||||
@@ -135,8 +135,8 @@ export default function LandingPage() {
|
||||
title="Testimonials"
|
||||
description="Hear from our satisfied customers."
|
||||
testimonials={[
|
||||
{ id: "t1", name: "Client A", handle: "@a", testimonial: "Great work!", rating: 5 },
|
||||
{ id: "t2", name: "Client B", handle: "@b", testimonial: "Very satisfied.", rating: 5 }
|
||||
{ id: "t1", name: "Client A", testimonial: "Great work!", rating: 5 },
|
||||
{ id: "t2", name: "Client B", testimonial: "Very satisfied.", rating: 5 }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user