Update src/app/page.tsx

This commit is contained in:
2026-05-29 23:37:54 +00:00
parent e7187c3193
commit 95a899d9e4

View File

@@ -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"},
],