Update src/app/page.tsx

This commit is contained in:
2026-03-03 02:34:18 +00:00
parent cabb206858
commit c691c2bb5a

View File

@@ -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?_wi=1"
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg"
},
{
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?_wi=1"
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg"
}
]}
/>
@@ -114,7 +114,7 @@ export default function LandingPage() {
id: "treatments", title: "Hair Treatments", description: "Nourishing treatments to restore and revitalize your hair. We offer deep conditioning, scalp treatments, and specialized care for healthy, beautiful hair.", imageSrc: "http://img.b2bpic.net/free-photo/woman-washing-head-hairsalon_1157-27181.jpg", imageAlt: "Hair treatment and care"
}
]}
gridVariant="uniform-4-items"
gridVariant="uniform-3-items"
animationType="slide-up"
/>
</div>
@@ -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?_wi=2"
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg"
},
{
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?_wi=2"
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg"
},
{
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?_wi=3"
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg"
}
]}
/>