diff --git a/src/app/page.tsx b/src/app/page.tsx index e6d473c..999c4ee 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -93,18 +93,18 @@ export default function HomePage() { { text: "Book Your Safari", href: "/booking" }, { text: "Explore Packages", href: "/safari-packages" }, ]} - galleryItems={[ + mediaItems={[ { - src: "http://img.b2bpic.net/free-photo/lonely-acacia-tree-camelthorne-with-blue-sky-background-etosha-national-park-namibia-south-africa_1150-21621.jpg", alt: "Stunning Tanzanian safari landscape with wildlife"}, + imageSrc: "http://img.b2bpic.net/free-photo/lonely-acacia-tree-camelthorne-with-blue-sky-background-etosha-national-park-namibia-south-africa_1150-21621.jpg", imageAlt: "Stunning Tanzanian safari landscape with wildlife"}, { - src: "http://img.b2bpic.net/free-photo/bison-wild-sunny-day_23-2151689001.jpg", alt: "Serengeti National Park safari with wildlife"}, + imageSrc: "http://img.b2bpic.net/free-photo/bison-wild-sunny-day_23-2151689001.jpg", imageAlt: "Serengeti National Park safari with wildlife"}, { - src: "http://img.b2bpic.net/free-photo/tribe-wild-horses-eating-grass-field_181624-2323.jpg", alt: "Ngorongoro Crater landscape and wildlife"}, + imageSrc: "http://img.b2bpic.net/free-photo/tribe-wild-horses-eating-grass-field_181624-2323.jpg", imageAlt: "Ngorongoro Crater landscape and wildlife"}, { - src: "http://img.b2bpic.net/free-photo/maldives-island_1203-7353.jpg", alt: "Zanzibar beach resort"}, + imageSrc: "http://img.b2bpic.net/free-photo/maldives-island_1203-7353.jpg", imageAlt: "Zanzibar beach resort"}, ]} mediaAnimation="slide-up" - background={{ variant: "glowing-orb" }} + background={{ variant: "radial-gradient" }} /> @@ -285,4 +285,4 @@ export default function HomePage() { ); -} +} \ No newline at end of file