Implement primaryButton and secondaryButton props in ProductVariantCards

This commit is contained in:
kudinDmitriyUp
2026-05-17 08:21:19 +00:00
parent 4b39919b16
commit 742c8cbcaf

View File

@@ -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",