From 338fb19485902fe32026e76960e4b18345147e2b Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 09:51:15 +0000 Subject: [PATCH] Update src/app/bookings/page.tsx --- src/app/bookings/page.tsx | 52 ++++++++++----------------------------- 1 file changed, 13 insertions(+), 39 deletions(-) diff --git a/src/app/bookings/page.tsx b/src/app/bookings/page.tsx index 902b846..cc1dac0 100644 --- a/src/app/bookings/page.tsx +++ b/src/app/bookings/page.tsx @@ -7,7 +7,7 @@ import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwen import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -export default function LandingPage() { +export default function BookingsPage() { return ( @@ -55,19 +43,13 @@ export default function LandingPage() { description="Choose your path." features={[ { - id: "t1", - title: "City Tour", - author: "Guide", - description: "Walk through history.", - imageSrc: "http://img.b2bpic.net/free-photo/gothic-vault-decorative-paintings-architectural-details_169016-68651.jpg", + id: "t1", title: "City Tour", author: "Guide", description: "Walk through history.", tags: ["Guided", "Cultural"], + imageSrc: "http://img.b2bpic.net/free-photo/gothic-vault-decorative-paintings-architectural-details_169016-68651.jpg" }, { - id: "t2", - title: "Mountain Hike", - author: "Guide", - description: "Nature views.", - imageSrc: "http://img.b2bpic.net/free-photo/islamic-mosque-blue-ornament_1085-534.jpg", - }, + id: "t2", title: "Mountain Hike", author: "Guide", description: "Nature views.", tags: ["Nature", "Adventure"], + imageSrc: "http://img.b2bpic.net/free-photo/islamic-mosque-blue-ornament_1085-534.jpg" + } ]} /> @@ -75,9 +57,7 @@ export default function LandingPage() {
@@ -85,14 +65,8 @@ export default function LandingPage() {