From 848dfda380526104905918e88ddae1ff7b879be4 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 6 Jun 2026 14:49:35 +0000 Subject: [PATCH 1/2] Update src/app/daytrips/page.tsx --- src/app/daytrips/page.tsx | 1 + 1 file changed, 1 insertion(+) 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"}, -- 2.49.1 From 20b4915c931e2641023d769e0f8bc082bb5031fb Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 6 Jun 2026 14:49:36 +0000 Subject: [PATCH 2/2] Update src/app/tours/page.tsx --- src/app/tours/page.tsx | 1 + 1 file changed, 1 insertion(+) 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"}, -- 2.49.1