Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -48,11 +48,11 @@ export default function LandingPage() {
|
||||
title="Premium Roofing Built on 3 Generations of Trust"
|
||||
description="Serving homes and businesses with unmatched craftsmanship and reliability. Experience the legacy of JM Roofing."
|
||||
testimonials={[
|
||||
{ name: "Abdela Sharif", handle: "@customer", testimonial: "مشاء الله تبارك الله الله", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-content-elegant-man_23-2147689111.jpg" },
|
||||
{ name: "Ali Amin", handle: "@customer", testimonial: "مكان رائع", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-girl-shows-okay-ok-signs-look-satisfied-recommend-good-company-perfect-quality-praise-good-job-well-done-standing-pleased-against-white-background_176420-54380.jpg" },
|
||||
{ name: "Mehatish", handle: "@customer", testimonial: "ماركه مسجله في بلدي", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/pleased-young-brunette-caucasian-girl-stands-with-crossed-arms-isolated-pink-wall-with-copy-space_141793-118510.jpg" },
|
||||
{ name: "Khaled F.", handle: "@customer", testimonial: "خدمة ممتازة واحترافية", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-successful-businessman-smiling-holding-tablet-office_176420-918.jpg" },
|
||||
{ name: "Sara H.", handle: "@customer", testimonial: "سعدت جداً بالنتيجة النهائية", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-street-using-mobile-phone_657883-744.jpg" },
|
||||
{ name: "Abdela Sharif", handle: "@customer", testimonial: "مشاء الله تبارك الله الله", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-content-elegant-man_23-2147689111.jpg?_wi=1" },
|
||||
{ name: "Ali Amin", handle: "@customer", testimonial: "مكان رائع", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-girl-shows-okay-ok-signs-look-satisfied-recommend-good-company-perfect-quality-praise-good-job-well-done-standing-pleased-against-white-background_176420-54380.jpg?_wi=1" },
|
||||
{ name: "Mehatish", handle: "@customer", testimonial: "ماركه مسجله في بلدي", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/pleased-young-brunette-caucasian-girl-stands-with-crossed-arms-isolated-pink-wall-with-copy-space_141793-118510.jpg?_wi=1" },
|
||||
{ name: "Khaled F.", handle: "@customer", testimonial: "خدمة ممتازة واحترافية", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-successful-businessman-smiling-holding-tablet-office_176420-918.jpg?_wi=1" },
|
||||
{ name: "Sara H.", handle: "@customer", testimonial: "سعدت جداً بالنتيجة النهائية", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-street-using-mobile-phone_657883-744.jpg?_wi=1" },
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Get Free Quote", href: "#contact" },
|
||||
@@ -148,11 +148,11 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwelve
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{ id: "t1", name: "Abdela Sharif", imageSrc: "http://img.b2bpic.net/free-photo/portrait-content-elegant-man_23-2147689111.jpg" },
|
||||
{ id: "t2", name: "Ali Amin", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-girl-shows-okay-ok-signs-look-satisfied-recommend-good-company-perfect-quality-praise-good-job-well-done-standing-pleased-against-white-background_176420-54380.jpg" },
|
||||
{ id: "t3", name: "Mehatish", imageSrc: "http://img.b2bpic.net/free-photo/pleased-young-brunette-caucasian-girl-stands-with-crossed-arms-isolated-pink-wall-with-copy-space_141793-118510.jpg" },
|
||||
{ id: "t4", name: "Client Four", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-successful-businessman-smiling-holding-tablet-office_176420-918.jpg" },
|
||||
{ id: "t5", name: "Client Five", imageSrc: "http://img.b2bpic.net/free-photo/man-street-using-mobile-phone_657883-744.jpg" },
|
||||
{ id: "t1", name: "Abdela Sharif", imageSrc: "http://img.b2bpic.net/free-photo/portrait-content-elegant-man_23-2147689111.jpg?_wi=2" },
|
||||
{ id: "t2", name: "Ali Amin", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-girl-shows-okay-ok-signs-look-satisfied-recommend-good-company-perfect-quality-praise-good-job-well-done-standing-pleased-against-white-background_176420-54380.jpg?_wi=2" },
|
||||
{ id: "t3", name: "Mehatish", imageSrc: "http://img.b2bpic.net/free-photo/pleased-young-brunette-caucasian-girl-stands-with-crossed-arms-isolated-pink-wall-with-copy-space_141793-118510.jpg?_wi=2" },
|
||||
{ id: "t4", name: "Client Four", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-successful-businessman-smiling-holding-tablet-office_176420-918.jpg?_wi=2" },
|
||||
{ id: "t5", name: "Client Five", imageSrc: "http://img.b2bpic.net/free-photo/man-street-using-mobile-phone_657883-744.jpg?_wi=2" },
|
||||
]}
|
||||
cardTitle="Trusted by Customers"
|
||||
cardTag="Our Reputation"
|
||||
|
||||
Reference in New Issue
Block a user