Update src/app/page.tsx
This commit is contained in:
@@ -56,11 +56,11 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
name: "Margaret", handle: "Regular Client", testimonial: "The best haircut I've ever had. Pure artistry after 50 years of excellence.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1"
|
||||
},
|
||||
{
|
||||
name: "James", handle: "Loyal Customer", testimonial: "This salon understands what true craftsmanship means. Incredible service.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg?_wi=1"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -157,11 +157,11 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Mitchell", handle: "@sarahm_style", testimonial: "I've been coming here for 20 years. The expertise and care is unmatched. Every visit feels special.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2"
|
||||
},
|
||||
{
|
||||
id: "2", name: "David Chen", handle: "@davidc_cuts", testimonial: "Five decades of excellence shows. The precision, attention to detail, and genuine care for clients is remarkable.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg?_wi=2"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Jennifer Rodriguez", handle: "@jen_loves_style", testimonial: "My mother went here in the 80s, I go now, and my daughter wants to book her first appointment. That's legacy.", rating: 5,
|
||||
@@ -169,7 +169,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "4", name: "Michael Johnson", handle: "@mjohnson_cuts", testimonial: "After 50 years, they've perfected the craft. I've never had a better haircut. Highly recommend!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=3"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user