Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
1367
src/app/layout.tsx
1367
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -52,10 +52,10 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
name: "Carlos Martinez", handle: "Regular Customer", testimonial: "Best barber shop in Tres Cantos. Precise cuts and friendly service every time!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-focus-shot-handsome-adult-man-sitting-pier_181624-28887.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-focus-shot-handsome-adult-man-sitting-pier_181624-28887.jpg?_wi=1"},
|
||||
{
|
||||
name: "Juan Rodriguez", handle: "Loyal Client", testimonial: "The Prince transformed my look. Highly professional team.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-expert_1098-14503.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-expert_1098-14503.jpg?_wi=1"},
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
buttons={[
|
||||
@@ -114,10 +114,10 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Miguel Santos", role: "Businessman", company: "Local Professional", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-focus-shot-handsome-adult-man-sitting-pier_181624-28887.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-focus-shot-handsome-adult-man-sitting-pier_181624-28887.jpg?_wi=2"},
|
||||
{
|
||||
id: "2", name: "Antonio Fernández", role: "Entrepreneur", company: "Tech Startup", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-expert_1098-14503.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-expert_1098-14503.jpg?_wi=2"},
|
||||
{
|
||||
id: "3", name: "Diego López", role: "Student", company: "Local University", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1628.jpg"},
|
||||
|
||||
Reference in New Issue
Block a user