Update src/app/page.tsx
This commit is contained in:
@@ -200,7 +200,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "p_business", badge: "Business", badgeIcon: Briefcase,
|
||||
price: "Starting from "$750"", name: "Business Retreat", buttons: [
|
||||
price: "Starting from $750", name: "Business Retreat", buttons: [
|
||||
{
|
||||
text: "Book Now", href: "#contact"},
|
||||
],
|
||||
@@ -209,7 +209,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "p_family", badge: "Family", badgeIcon: Heart,
|
||||
price: "Starting from "$900"", name: "Family Adventure", buttons: [
|
||||
price: "Starting from $900", name: "Family Adventure", buttons: [
|
||||
{
|
||||
text: "Book Now", href: "#contact"},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user