diff --git a/src/app/daytrips/page.tsx b/src/app/daytrips/page.tsx index 28d5b92..b55407c 100644 --- a/src/app/daytrips/page.tsx +++ b/src/app/daytrips/page.tsx @@ -60,6 +60,7 @@ export default function DayTripsPage() { useInvertedBackground={true} title="Popular Day Trip Adventures" description="Discover historical sites, natural wonders, and cultural gems on our convenient day excursions." + textboxLayout="default" products={[ { id: "ourika-valley", name: "Ourika Valley & Atlas Foothills", price: "From $80", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-natural-landscape-with-waterfalls-ourika-valley-morocco_181624-9548.jpg", imageAlt: "Ourika Valley waterfalls"}, diff --git a/src/app/tours/page.tsx b/src/app/tours/page.tsx index 05c4998..1660a7b 100644 --- a/src/app/tours/page.tsx +++ b/src/app/tours/page.tsx @@ -60,6 +60,7 @@ export default function ToursPage() { useInvertedBackground={true} title="Popular Tour Destinations" description="Explore our most sought-after tours, from desert safaris to imperial city explorations." + textboxLayout="default" products={[ { id: "desert-expedition", name: "Sahara Desert Expedition", price: "From $599", imageSrc: "http://img.b2bpic.net/free-photo/group-people-riding-camel-desert-during-sunset_181624-21013.jpg", imageAlt: "Camel trek in the Sahara desert"},