Merge version_1 into main #1
1367
src/app/layout.tsx
1367
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -56,15 +56,15 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
name: "Maria Rodriguez", handle: "Homeowner, Pueblo", testimonial: "Gonzales Electric fixed our electrical issue same day. Honest pricing, no surprises. Highly recommend!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-caucasian-female-wearing-her-red-hair-bun-laughing-out-loud_273609-9260.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-caucasian-female-wearing-her-red-hair-bun-laughing-out-loud_273609-9260.jpg?_wi=1"
|
||||
},
|
||||
{
|
||||
name: "John Martinez", handle: "Small Business Owner", testimonial: "Fast, professional, and reliable. They've been our go-to for all our commercial electrical needs.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-asian-woman-cafe-owner-manager-standing-confident-with-arms-crossed-hands-smiling_1258-199342.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-asian-woman-cafe-owner-manager-standing-confident-with-arms-crossed-hands-smiling_1258-199342.jpg?_wi=1"
|
||||
},
|
||||
{
|
||||
name: "Sarah Jenkins", handle: "Homeowner, Pueblo West", testimonial: "Expert workmanship and fair pricing. They treated our home like their own. Five stars!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13337.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13337.jpg?_wi=1"
|
||||
}
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
@@ -158,13 +158,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Maria Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-caucasian-female-wearing-her-red-hair-bun-laughing-out-loud_273609-9260.jpg"
|
||||
id: "1", name: "Maria Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-caucasian-female-wearing-her-red-hair-bun-laughing-out-loud_273609-9260.jpg?_wi=2"
|
||||
},
|
||||
{
|
||||
id: "2", name: "John Martinez", imageSrc: "http://img.b2bpic.net/free-photo/young-asian-woman-cafe-owner-manager-standing-confident-with-arms-crossed-hands-smiling_1258-199342.jpg"
|
||||
id: "2", name: "John Martinez", imageSrc: "http://img.b2bpic.net/free-photo/young-asian-woman-cafe-owner-manager-standing-confident-with-arms-crossed-hands-smiling_1258-199342.jpg?_wi=2"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Sarah Jenkins", imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13337.jpg"
|
||||
id: "3", name: "Sarah Jenkins", imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13337.jpg?_wi=2"
|
||||
},
|
||||
{
|
||||
id: "4", name: "David Thompson", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-handsome-guy-wearing-green-shirt_141793-122624.jpg"
|
||||
|
||||
Reference in New Issue
Block a user