diff --git a/src/app/page.tsx b/src/app/page.tsx index 28e0b39..0e83833 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,22 +29,10 @@ export default function LandingPage() {
@@ -104,30 +65,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} features={[ - { - title: "Luxury Lodges", - description: "Hand-picked, high-end tented camps and lodges.", - bentoComponent: "reveal-icon", - icon: Shield, - imageSrc: "http://img.b2bpic.net/free-photo/luxury-holiday-home_23-2151918220.jpg", - imageAlt: "luxury safari tent interior decor", - }, - { - title: "Conservation", - description: "Your travel supports the local wildlife and communities.", - bentoComponent: "reveal-icon", - icon: Heart, - imageSrc: "http://img.b2bpic.net/free-photo/view-wild-rhino-nature_23-2151685614.jpg?_wi=2", - imageAlt: "luxury safari tent interior decor", - }, - { - title: "Expert Guides", - description: "Highly trained Maasai guides and trackers.", - bentoComponent: "reveal-icon", - icon: Users, - imageSrc: "http://img.b2bpic.net/free-photo/young-happy-woman-taking-break-using-smart-phone-while-hiking-forest_637285-2232.jpg?_wi=1", - imageAlt: "luxury safari tent interior decor", - }, + { title: "Luxury Lodges", description: "Hand-picked, high-end tented camps and lodges.", bentoComponent: "reveal-icon", icon: Shield }, + { title: "Conservation", description: "Your travel supports the local wildlife and communities.", bentoComponent: "reveal-icon", icon: Heart }, + { title: "Expert Guides", description: "Highly trained Maasai guides and trackers.", bentoComponent: "reveal-icon", icon: Users } ]} title="The Enkiama Advantage" description="Why we are the preferred choice for discerning travelers." @@ -138,62 +78,15 @@ export default function LandingPage() {