Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a7cb27624e | |||
| 091c60a905 | |||
| 56bfbd130d | |||
| 4620187206 |
@@ -155,9 +155,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "day", name: "Day Out Package", price: "From $50", variant: "Escape for the day", imageSrc: "http://img.b2bpic.net/free-photo/umbrella-chair_74190-1674.jpg"},
|
||||
id: "day", name: "Day Out Package", price: "Starting from $50 per day", variant: "Escape for the day", imageSrc: "http://img.b2bpic.net/free-photo/umbrella-chair_74190-1674.jpg"},
|
||||
{
|
||||
id: "overnight", name: "Overnight Retreat", price: "From $120", variant: "Spacious forest views", imageSrc: "http://img.b2bpic.net/free-photo/scenic-view-private-sandy-beach-with-sun-beds-parasokamy-sea-mountains-resort_146671-18842.jpg"},
|
||||
id: "overnight", name: "Overnight Retreat", price: "Starting from $120 per day", variant: "Spacious forest views", imageSrc: "http://img.b2bpic.net/free-photo/scenic-view-private-sandy-beach-with-sun-beds-parasokamy-sea-mountains-resort_146671-18842.jpg"},
|
||||
{
|
||||
id: "group", name: "Group Getaway", price: "Inquire for Custom Dates", variant: "Perfect for families", imageSrc: "http://img.b2bpic.net/free-photo/terrace-restaurand-modern-style-summer_114579-2726.jpg"},
|
||||
]}
|
||||
@@ -196,6 +196,7 @@ export default function LandingPage() {
|
||||
tag="Escape Now"
|
||||
title="The Forest Is Waiting. Are You Ready to Escape?"
|
||||
description="Book your stay today and let nature do the rest."
|
||||
buttonText="Book Your Stay Now"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user