Update src/app/page.tsx
This commit is contained in:
@@ -52,19 +52,19 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah Miller", handle: "@smiller", testimonial: "Excellent service, very prompt and professional.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/workers-having-little-chat-while-having-cup-coffee_329181-15605.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/workers-having-little-chat-while-having-cup-coffee_329181-15605.jpg?_wi=1"},
|
||||
{
|
||||
name: "John Doe", handle: "@johndoe", testimonial: "Installed our AC perfectly, great value for money.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/finding-new-customers-is-problem-him_329181-15220.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/finding-new-customers-is-problem-him_329181-15220.jpg?_wi=1"},
|
||||
{
|
||||
name: "Jane Smith", handle: "@jsmith", testimonial: "Efficient furnace maintenance, highly recommend.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-ginger-girl-relaxing-home-redhaired-laughing-woman-jeans-sitting-floor_197531-26403.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-ginger-girl-relaxing-home-redhaired-laughing-woman-jeans-sitting-floor_197531-26403.jpg?_wi=1"},
|
||||
{
|
||||
name: "Bob Davis", handle: "@bobdavis", testimonial: "Fast response time for my broken cooling system.", rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746289.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746289.jpg?_wi=1"},
|
||||
{
|
||||
name: "Alice Wong", handle: "@awong", testimonial: "Best HVAC team in the city, very knowledgeable.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serviceman-does-checkup-client-car_482257-76119.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serviceman-does-checkup-client-car_482257-76119.jpg?_wi=1"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
@@ -190,19 +190,19 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Miller", handle: "@smiller", testimonial: "Outstanding expertise and very friendly staff.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/workers-having-little-chat-while-having-cup-coffee_329181-15605.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/workers-having-little-chat-while-having-cup-coffee_329181-15605.jpg?_wi=2"},
|
||||
{
|
||||
id: "2", name: "Michael Chen", handle: "@mchen", testimonial: "Very thorough with the installation process.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/finding-new-customers-is-problem-him_329181-15220.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/finding-new-customers-is-problem-him_329181-15220.jpg?_wi=2"},
|
||||
{
|
||||
id: "3", name: "Emily Rodriguez", handle: "@erod", testimonial: "Prompt, professional, and very clean work.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-ginger-girl-relaxing-home-redhaired-laughing-woman-jeans-sitting-floor_197531-26403.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-ginger-girl-relaxing-home-redhaired-laughing-woman-jeans-sitting-floor_197531-26403.jpg?_wi=2"},
|
||||
{
|
||||
id: "4", name: "David Kim", handle: "@dkim", testimonial: "Saved our summer! Reliable and fast.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746289.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746289.jpg?_wi=2"},
|
||||
{
|
||||
id: "5", name: "Elena Peterson", handle: "@epete", testimonial: "Great maintenance service, very detailed report.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serviceman-does-checkup-client-car_482257-76119.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serviceman-does-checkup-client-car_482257-76119.jpg?_wi=2"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="Customer Reviews"
|
||||
|
||||
Reference in New Issue
Block a user