diff --git a/src/app/safaris/page.tsx b/src/app/safaris/page.tsx index c5b7b81..f2528f2 100644 --- a/src/app/safaris/page.tsx +++ b/src/app/safaris/page.tsx @@ -8,7 +8,7 @@ import FooterMedia from '@/components/sections/footer/FooterMedia'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import { Calendar, Mountain, Star, Users } from "lucide-react"; -export default function LandingPage() { +export default function SafarisPage() { return ( @@ -55,22 +43,8 @@ export default function LandingPage() { title="Curated Safari Journeys" description="Explore our specialized wildlife and luxury packages." features={[ - { - title: "Migration Safari", - description: "Witness the Great Migration in the Mara.", - bentoComponent: "reveal-icon", - icon: Star, - imageSrc: "http://img.b2bpic.net/free-vector/international-animal-rights-day-banner_1308-122979.jpg?_wi=1", - imageAlt: "travel award gold badge", - }, - { - title: "Family Adventure", - description: "Tailor-made itineraries for family bonds.", - bentoComponent: "reveal-icon", - icon: Users, - imageSrc: "http://img.b2bpic.net/free-photo/view-wild-rhino-nature_23-2151685614.jpg?_wi=3", - imageAlt: "travel award gold badge", - }, + { title: "Migration Safari", description: "Witness the Great Migration in the Mara.", bentoComponent: "reveal-icon", icon: Star }, + { title: "Family Adventure", description: "Tailor-made itineraries for family bonds.", bentoComponent: "reveal-icon", icon: Users } ]} /> @@ -79,66 +53,15 @@ export default function LandingPage() {