Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-04-23 21:53:40 +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>
);
}
}