Update src/app/page.tsx

This commit is contained in:
2026-05-04 19:07:41 +00:00
parent 3ace462885
commit c6df7d5ffa

View File

@@ -116,7 +116,7 @@ export default function LandingPage() {
"Full mountain access", "Rental gear included"],
},
{
id: "weekly", badge: "Pro", price: "$499", subtitle: "For extended stays", buttons: [
id: "weekly", badge: "Best Value", price: "$499", subtitle: "For extended stays", buttons: [
{
text: "Select", href: "#"},
],
@@ -229,4 +229,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}