Merge version_2 into main #2
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user