Update src/app/page.tsx

This commit is contained in:
2026-03-25 04:51:25 +00:00
parent 95d8bd9afc
commit 27998a321f

View File

@@ -93,11 +93,11 @@ export default function LandingPage() {
icon: Sun,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-woman-relax-smile-enjoy-leisure-around-swimming-pool-nearly-sea-beach-ocean-view-vacation_74190-14370.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-woman-relax-smile-enjoy-leisure-around-swimming-pool-nearly-sea-beach-ocean-view-vacation_74190-14370.jpg?_wi=1",
imageAlt: "Tropical beach with palm trees",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-woman-relax-smile-enjoy-leisure-around-swimming-pool-nearly-sea-beach-ocean-view-vacation_74190-14370.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-woman-relax-smile-enjoy-leisure-around-swimming-pool-nearly-sea-beach-ocean-view-vacation_74190-14370.jpg?_wi=2",
imageAlt: "Tropical beach with palm trees",
},
],
@@ -108,11 +108,11 @@ export default function LandingPage() {
icon: Mountain,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/female-leaning-black-vehicle-front-amazing-snowy-rocky-mountains-cloudy-skies_181624-1606.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/female-leaning-black-vehicle-front-amazing-snowy-rocky-mountains-cloudy-skies_181624-1606.jpg?_wi=1",
imageAlt: "Majestic mountain landscape",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/female-leaning-black-vehicle-front-amazing-snowy-rocky-mountains-cloudy-skies_181624-1606.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/female-leaning-black-vehicle-front-amazing-snowy-rocky-mountains-cloudy-skies_181624-1606.jpg?_wi=2",
imageAlt: "Majestic mountain landscape",
},
],
@@ -123,11 +123,11 @@ export default function LandingPage() {
icon: Globe,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-vector/colorful-famous-landmarks-skyline_23-2148999972.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/colorful-famous-landmarks-skyline_23-2148999972.jpg?_wi=1",
imageAlt: "Historic ancient city street",
},
{
imageSrc: "http://img.b2bpic.net/free-vector/colorful-famous-landmarks-skyline_23-2148999972.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/colorful-famous-landmarks-skyline_23-2148999972.jpg?_wi=2",
imageAlt: "Historic ancient city street",
},
],
@@ -138,11 +138,11 @@ export default function LandingPage() {
icon: Building,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-posing-outside-city_23-2149295715.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-posing-outside-city_23-2149295715.jpg?_wi=1",
imageAlt: "City skyline at night",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-posing-outside-city_23-2149295715.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-posing-outside-city_23-2149295715.jpg?_wi=2",
imageAlt: "City skyline at night",
},
],