Implement primaryButton and secondaryButton props in ProductVariantCards
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user