Merge version_3 into main
Merge version_3 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -71,7 +71,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
products={[{ id: "r1", name: "King Royal Suite", price: "PKR 45,000", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-with-modern-design-elegance-generated-by-ai_188544-23557.jpg" }, { id: "r2", name: "Deluxe Double", price: "PKR 25,000", imageSrc: "http://img.b2bpic.net/free-photo/close-up-bed-with-black-cushion_1203-544.jpg" }, { id: "r3", name: "Executive Room", price: "PKR 35,000", imageSrc: "http://img.b2bpic.net/free-photo/hotel-with-swimming-pool_169016-3317.jpg" }, { id: "r4", name: "Standard Guest", price: "PKR 15,000", imageSrc: "http://img.b2bpic.net/free-photo/white-pillow-bed_74190-2474.jpg" }, { id: "r5", name: "Presidential Suite", price: "PKR 75,000", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-modern-luxury-bedroom-suite-bathroom_105762-1936.jpg" }, { id: "r6", name: "Family Haven", price: "PKR 30,000", imageSrc: "http://img.b2bpic.net/free-photo/mom-spending-time-with-children_23-2149310669.jpg" }]}
|
||||
products={[{ id: "r1", name: "King Royal Suite", price: "PKR 45,000", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-with-modern-design-elegance-generated-by-ai_188544-23557.jpg", priceButtonProps: { href: "#contact" } }, { id: "r2", name: "Deluxe Double", price: "PKR 25,000", imageSrc: "http://img.b2bpic.net/free-photo/close-up-bed-with-black-cushion_1203-544.jpg", priceButtonProps: { href: "#contact" } }, { id: "r3", name: "Executive Room", price: "PKR 35,000", imageSrc: "http://img.b2bpic.net/free-photo/hotel-with-swimming-pool_169016-3317.jpg", priceButtonProps: { href: "#contact" } }, { id: "r4", name: "Standard Guest", price: "PKR 15,000", imageSrc: "http://img.b2bpic.net/free-photo/white-pillow-bed_74190-2474.jpg", priceButtonProps: { href: "#contact" } }, { id: "r5", name: "Presidential Suite", price: "PKR 75,000", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-modern-luxury-bedroom-suite-bathroom_105762-1936.jpg", priceButtonProps: { href: "#contact" } }, { id: "r6", name: "Family Haven", price: "PKR 30,000", imageSrc: "http://img.b2bpic.net/free-photo/mom-spending-time-with-children_23-2149310669.jpg", priceButtonProps: { href: "#contact" } }]}
|
||||
title="Explore Our Accommodations"
|
||||
description="From cozy standard rooms to palatial suites."
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user