From 742c8cbcaf008af0d7e0e69bd0bbba1626b8e3ba Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Sun, 17 May 2026 08:21:19 +0000 Subject: [PATCH] Implement primaryButton and secondaryButton props in ProductVariantCards --- src/pages/HomePage.tsx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index d02117a..acb6762 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -129,6 +129,14 @@ export default function HomePage() { tag="Our Accommodations" title="Choose Your Perfect Retreat" description="Explore our diverse range of rooms and suites, each exquisitely designed to provide unparalleled comfort and elegance during your stay." + primaryButton={{ + text: "Book Now", + href: "#contact", + }} + secondaryButton={{ + text: "View All Rooms", + href: "#", + }} products={[ { name: "Standard Room",