Update src/app/page.tsx
This commit is contained in:
@@ -67,15 +67,15 @@ export default function LandingPage() {
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coder-workstation-programming-computer-writing-lines-code-close-up_482257-118817.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coder-workstation-programming-computer-writing-lines-code-close-up_482257-118817.jpg?_wi=1",
|
||||
imageAlt: "Developer Workspace",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-business-executive-using-virtual-reality-headset_1170-1985.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-business-executive-using-virtual-reality-headset_1170-1985.jpg?_wi=1",
|
||||
imageAlt: "Students Collaborating",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/computers-data-center-running-server-rigs-diagnostic-tests_482257-118495.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/computers-data-center-running-server-rigs-diagnostic-tests_482257-118495.jpg?_wi=1",
|
||||
imageAlt: "Programming Syntax",
|
||||
},
|
||||
{
|
||||
@@ -253,7 +253,7 @@ export default function LandingPage() {
|
||||
role: "Junior Dev",
|
||||
company: "StartCode",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coder-workstation-programming-computer-writing-lines-code-close-up_482257-118817.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coder-workstation-programming-computer-writing-lines-code-close-up_482257-118817.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
@@ -261,7 +261,7 @@ export default function LandingPage() {
|
||||
role: "DevOps",
|
||||
company: "CloudSys",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-business-executive-using-virtual-reality-headset_1170-1985.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-business-executive-using-virtual-reality-headset_1170-1985.jpg?_wi=2",
|
||||
},
|
||||
]}
|
||||
kpiItems={[
|
||||
@@ -292,7 +292,7 @@ export default function LandingPage() {
|
||||
tag="Ready to code?"
|
||||
title="Start your journey"
|
||||
description="Sign up for a free consultation and let's find the best path for your tech career goals."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/computers-data-center-running-server-rigs-diagnostic-tests_482257-118495.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/computers-data-center-running-server-rigs-diagnostic-tests_482257-118495.jpg?_wi=2"
|
||||
mediaAnimation="opacity"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user