Update src/app/page.tsx
This commit is contained in:
@@ -72,22 +72,22 @@ export default function LandingPage() {
|
||||
carouselItems={[
|
||||
{
|
||||
id: "h1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-colorful-pastries-plate_23-2147987885.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-colorful-pastries-plate_23-2147987885.jpg?_wi=1",
|
||||
imageAlt: "Dulces",
|
||||
},
|
||||
{
|
||||
id: "h2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-hipster-arab-man-guy-sunglasses-posed-outdoor-street-sunset-against-gray-wall_627829-2750.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-hipster-arab-man-guy-sunglasses-posed-outdoor-street-sunset-against-gray-wall_627829-2750.jpg?_wi=1",
|
||||
imageAlt: "Ropa",
|
||||
},
|
||||
{
|
||||
id: "h3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-trucker-hat_23-2149432377.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-trucker-hat_23-2149432377.jpg?_wi=1",
|
||||
imageAlt: "Gorras",
|
||||
},
|
||||
{
|
||||
id: "h4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grey-laptop-with-office-elements_23-2148190015.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grey-laptop-with-office-elements_23-2148190015.jpg?_wi=1",
|
||||
imageAlt: "Electrónicos",
|
||||
},
|
||||
{
|
||||
@@ -262,7 +262,7 @@ export default function LandingPage() {
|
||||
name: "Carlos L.",
|
||||
handle: "@carlosl",
|
||||
testimonial: "La calidad de la ropa me dejó sorprendido, excelente.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-colorful-pastries-plate_23-2147987885.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-colorful-pastries-plate_23-2147987885.jpg?_wi=2",
|
||||
imageAlt: "A front view french macarons along with colorful candies and marmalades on white, candy biscuit cake color",
|
||||
},
|
||||
{
|
||||
@@ -270,7 +270,7 @@ export default function LandingPage() {
|
||||
name: "Maria J.",
|
||||
handle: "@mariaj",
|
||||
testimonial: "Muy buen servicio al cliente y precios justos.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-hipster-arab-man-guy-sunglasses-posed-outdoor-street-sunset-against-gray-wall_627829-2750.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-hipster-arab-man-guy-sunglasses-posed-outdoor-street-sunset-against-gray-wall_627829-2750.jpg?_wi=2",
|
||||
imageAlt: "A front view french macarons along with colorful candies and marmalades on white, candy biscuit cake color",
|
||||
},
|
||||
{
|
||||
@@ -278,7 +278,7 @@ export default function LandingPage() {
|
||||
name: "Pedro M.",
|
||||
handle: "@pedrom",
|
||||
testimonial: "Los electrónicos funcionan de maravilla, repetiré.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-trucker-hat_23-2149432377.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-trucker-hat_23-2149432377.jpg?_wi=2",
|
||||
imageAlt: "A front view french macarons along with colorful candies and marmalades on white, candy biscuit cake color",
|
||||
},
|
||||
{
|
||||
@@ -286,7 +286,7 @@ export default function LandingPage() {
|
||||
name: "Sofía R.",
|
||||
handle: "@sofiar",
|
||||
testimonial: "La gorra tiene un estilo genial, justo lo que buscaba.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grey-laptop-with-office-elements_23-2148190015.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grey-laptop-with-office-elements_23-2148190015.jpg?_wi=2",
|
||||
imageAlt: "A front view french macarons along with colorful candies and marmalades on white, candy biscuit cake color",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user