Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a7cb27624e | |||
| 091c60a905 |
@@ -155,9 +155,9 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
products={[
|
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"},
|
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"
|
tag="Escape Now"
|
||||||
title="The Forest Is Waiting. Are You Ready to Escape?"
|
title="The Forest Is Waiting. Are You Ready to Escape?"
|
||||||
description="Book your stay today and let nature do the rest."
|
description="Book your stay today and let nature do the rest."
|
||||||
|
buttonText="Book Your Stay Now"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -232,4 +233,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user