9 Commits

Author SHA1 Message Date
db40d9ef20 Update src/app/page.tsx 2026-03-08 15:32:55 +00:00
6e9ef3746a Update src/app/page.tsx 2026-03-08 15:31:45 +00:00
57084832e8 Update src/app/layout.tsx 2026-03-08 15:31:45 +00:00
6b949d8d16 Merge version_1 into main
Merge version_1 into main
2026-03-08 15:30:17 +00:00
dc3e428433 Merge version_1 into main
Merge version_1 into main
2026-03-08 15:29:01 +00:00
d075e53dba Merge version_1 into main
Merge version_1 into main
2026-03-08 15:27:51 +00:00
48066b92dd Merge version_1 into main
Merge version_1 into main
2026-03-08 15:26:37 +00:00
222cf51d35 Merge version_1 into main
Merge version_1 into main
2026-03-08 15:25:17 +00:00
fabd1d3e1d Merge version_1 into main
Merge version_1 into main
2026-03-08 15:24:15 +00:00
2 changed files with 17 additions and 1400 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -60,15 +60,15 @@ export default function LandingPage() {
testimonials={[
{
name: "James Mitchell", handle: "Regular Customer", testimonial: "Best haircut I've had in years. Sal knows exactly what he's doing.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-smiling-kitchen_107420-12357.jpg?_wi=1"
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-smiling-kitchen_107420-12357.jpg"
},
{
name: "Marcus Johnson", handle: "Satisfied Client", testimonial: "Professional service, great atmosphere, highly recommended.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-businessman-office-clothing_23-2148763859.jpg?_wi=1"
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-businessman-office-clothing_23-2148763859.jpg"
},
{
name: "David Chen", handle: "Weekly Regular", testimonial: "The attention to detail is incredible. Worth every penny.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/confident-european-businessman-smiling-closeup-portrait-jobs-career-campaign_53876-128975.jpg?_wi=1"
imageSrc: "http://img.b2bpic.net/free-photo/confident-european-businessman-smiling-closeup-portrait-jobs-career-campaign_53876-128975.jpg"
},
]}
testimonialRotationInterval={5000}
@@ -155,13 +155,13 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1", name: "James Mitchell", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-smiling-kitchen_107420-12357.jpg?_wi=2", imageAlt: "James Mitchell"
id: "1", name: "James Mitchell", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-smiling-kitchen_107420-12357.jpg", imageAlt: "James Mitchell"
},
{
id: "2", name: "Marcus Johnson", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-businessman-office-clothing_23-2148763859.jpg?_wi=2", imageAlt: "Marcus Johnson"
id: "2", name: "Marcus Johnson", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-businessman-office-clothing_23-2148763859.jpg", imageAlt: "Marcus Johnson"
},
{
id: "3", name: "David Chen", imageSrc: "http://img.b2bpic.net/free-photo/confident-european-businessman-smiling-closeup-portrait-jobs-career-campaign_53876-128975.jpg?_wi=2", imageAlt: "David Chen"
id: "3", name: "David Chen", imageSrc: "http://img.b2bpic.net/free-photo/confident-european-businessman-smiling-closeup-portrait-jobs-career-campaign_53876-128975.jpg", imageAlt: "David Chen"
},
{
id: "4", name: "Robert Williams", imageSrc: "http://img.b2bpic.net/free-photo/portrait-elegant-bearded-man-dressed-wool-jacket-bow-tie_613910-15696.jpg", imageAlt: "Robert Williams"