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
@@ -54,15 +54,15 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
name: "John Martinez", handle: "Homeowner, Downtown", testimonial: "Fantastic service! Installed our AC in one day with zero hassle.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-senior-businesswoman-showing-thumbs-up_1262-5857.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-senior-businesswoman-showing-thumbs-up_1262-5857.jpg?_wi=1"
|
||||
},
|
||||
{
|
||||
name: "Sarah Thompson", handle: "Business Manager, Tech Corp", testimonial: "Professional and efficient. Our office stays perfectly cool all year.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-successful-young-businesswoman_1262-5844.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-successful-young-businesswoman_1262-5844.jpg?_wi=1"
|
||||
},
|
||||
{
|
||||
name: "Michael Chen", handle: "Property Owner, Westside", testimonial: "Excellent technicians. They explained everything clearly and on budget.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-female-with-hair-bun-having-joyful-look-smiling-cheerfully-happy-with-some-positive-news_273609-9042.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-female-with-hair-bun-having-joyful-look-smiling-cheerfully-happy-with-some-positive-news_273609-9042.jpg?_wi=1"
|
||||
}
|
||||
]}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
@@ -160,15 +160,15 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Jennifer Rodriguez", role: "Homeowner", company: "Downtown Resident", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-senior-businesswoman-showing-thumbs-up_1262-5857.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-senior-businesswoman-showing-thumbs-up_1262-5857.jpg?_wi=2"
|
||||
},
|
||||
{
|
||||
id: "2", name: "David Kim", role: "Office Manager", company: "Tech Solutions Inc", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-successful-young-businesswoman_1262-5844.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-successful-young-businesswoman_1262-5844.jpg?_wi=2"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Michelle Brown", role: "Property Manager", company: "Westside Properties", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-female-with-hair-bun-having-joyful-look-smiling-cheerfully-happy-with-some-positive-news_273609-9042.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-female-with-hair-bun-having-joyful-look-smiling-cheerfully-happy-with-some-positive-news_273609-9042.jpg?_wi=2"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Robert Johnson", role: "Business Owner", company: "Retail Chain", rating: 5,
|
||||
|
||||
Reference in New Issue
Block a user