Update src/app/page.tsx
This commit is contained in:
@@ -52,16 +52,16 @@ export default function LandingPage() {
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "glowing-orb" }}
|
||||
leftCarouselItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/closeup-girl-using-hand-sanitizer-while-studying-home_637285-9418.jpg", imageAlt: "Service demonstration video" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-sitting-chair-with-laptop-sitting-front-his-team-office_23-2147923378.jpg", imageAlt: "Professional consultation" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-sitting-conference_1262-2322.jpg", imageAlt: "Hands-on training session" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/closeup-girl-using-hand-sanitizer-while-studying-home_637285-9418.jpg", imageAlt: "Step-by-step instruction" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/closeup-girl-using-hand-sanitizer-while-studying-home_637285-9418.jpg?_wi=1", imageAlt: "Service demonstration video" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-sitting-chair-with-laptop-sitting-front-his-team-office_23-2147923378.jpg?_wi=1", imageAlt: "Professional consultation" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-sitting-conference_1262-2322.jpg?_wi=1", imageAlt: "Hands-on training session" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/closeup-girl-using-hand-sanitizer-while-studying-home_637285-9418.jpg?_wi=2", imageAlt: "Step-by-step instruction" }
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-sitting-chair-with-laptop-sitting-front-his-team-office_23-2147923378.jpg", imageAlt: "Business consultation" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-sitting-conference_1262-2322.jpg", imageAlt: "Professional team meeting" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/closeup-girl-using-hand-sanitizer-while-studying-home_637285-9418.jpg", imageAlt: "Demonstration video" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-sitting-chair-with-laptop-sitting-front-his-team-office_23-2147923378.jpg", imageAlt: "Service presentation" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-sitting-chair-with-laptop-sitting-front-his-team-office_23-2147923378.jpg?_wi=2", imageAlt: "Business consultation" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-sitting-conference_1262-2322.jpg?_wi=2", imageAlt: "Professional team meeting" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/closeup-girl-using-hand-sanitizer-while-studying-home_637285-9418.jpg?_wi=3", imageAlt: "Demonstration video" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-sitting-chair-with-laptop-sitting-front-his-team-office_23-2147923378.jpg?_wi=3", imageAlt: "Service presentation" }
|
||||
]}
|
||||
carouselPosition="right"
|
||||
ariaLabel="Hero section with service demonstrations"
|
||||
@@ -132,11 +132,11 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Chris", role: "Client", company: "Local Business", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Sarah Mitchell", role: "Service Manager", company: "Franklin Consulting", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2"
|
||||
},
|
||||
{
|
||||
id: "3", name: "James Rodriguez", role: "Operations Lead", company: "Tech Solutions Inc", rating: 5,
|
||||
|
||||
Reference in New Issue
Block a user