2 Commits

Author SHA1 Message Date
6767ba89cc Update src/app/page.tsx 2026-04-23 21:53:36 +00:00
f87fc9c394 Merge version_1 into main
Merge version_1 into main
2026-04-23 21:49:43 +00:00

View File

@@ -110,7 +110,7 @@ export default function LandingPage() {
useInvertedBackground={true}
plans={[
{
id: "half-day", badge: "Popular", price: "$50", subtitle: "Half-day city highlights", features: [
id: "half-day", badge: "Popular", price: "$50", subtitle: "4-hour city tour", features: [
"Museum tour", "Local coffee", "Transportation"],
buttons: [
{
@@ -118,7 +118,7 @@ export default function LandingPage() {
],
},
{
id: "full-day", badge: "Best Value", price: "$90", subtitle: "Full-day immersive city tour", features: [
id: "full-day", badge: "Best Value", price: "$90", subtitle: "8-hour full-day experience", features: [
"Museum tour", "Mercato Market", "Traditional lunch", "Cathedral visit"],
buttons: [
{
@@ -214,4 +214,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}