From 3ec9cddcbd05112c0b09d01485ddde383c8b968b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 16 Jun 2026 08:15:53 +0000 Subject: [PATCH] Update src/templates/hotel/page.tsx --- src/templates/hotel/page.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/templates/hotel/page.tsx b/src/templates/hotel/page.tsx index 36ac18b..f129ff5 100644 --- a/src/templates/hotel/page.tsx +++ b/src/templates/hotel/page.tsx @@ -7,6 +7,8 @@ export default function HotelPage() { tag="Experience Elegance" title="Luxury Accommodations" description="Discover comfort redefined in our premium hotel suites." + primaryButton={{ text: "Book Now", href: "#" }} + secondaryButton={{ text: "View Suites", href: "#" }} items={[ { imageSrc: "http://img.b2bpic.net/free-photo/empty-hotel-lounge-with-cozy-furniture_482257-67425.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-hotel-interior-space_23-2150683469.jpg" },