Update src/app/page.tsx
This commit is contained in:
@@ -70,15 +70,15 @@ export default function LandingPage() {
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-traveling-with-car_23-2148906375.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-traveling-with-car_23-2148906375.jpg?_wi=1",
|
||||
imageAlt: "Driving lesson training",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dark-crossover-driving-winter-highway-through-countryside-car-road-travel_169016-71792.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dark-crossover-driving-winter-highway-through-countryside-car-road-travel_169016-71792.jpg?_wi=1",
|
||||
imageAlt: "Safe driving on road",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-taking-driver-s-license-exam_23-2149891409.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-taking-driver-s-license-exam_23-2149891409.jpg?_wi=1",
|
||||
imageAlt: "Driving license success",
|
||||
},
|
||||
{
|
||||
@@ -239,7 +239,7 @@ export default function LandingPage() {
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-traveling-with-car_23-2148906375.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-traveling-with-car_23-2148906375.jpg?_wi=2",
|
||||
imageAlt: "driving instructor teaching student",
|
||||
},
|
||||
{
|
||||
@@ -256,7 +256,7 @@ export default function LandingPage() {
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dark-crossover-driving-winter-highway-through-countryside-car-road-travel_169016-71792.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dark-crossover-driving-winter-highway-through-countryside-car-road-travel_169016-71792.jpg?_wi=2",
|
||||
imageAlt: "safe driving on road",
|
||||
},
|
||||
{
|
||||
@@ -273,7 +273,7 @@ export default function LandingPage() {
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-taking-driver-s-license-exam_23-2149891409.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-taking-driver-s-license-exam_23-2149891409.jpg?_wi=2",
|
||||
imageAlt: "student passing driving test",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user