diff --git a/src/app/page.tsx b/src/app/page.tsx index b37d12c..e1b4641 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -89,7 +89,7 @@ TOUR " textboxLayout="default" useInvertedBackground={false} features={[ - { id: "f1", title: "Private Logistics", subtitle: "Luxury fleet at your disposal.", category: "Transport", value: "Around-the-clock support" }, + { id: "f1", title: "Private dddd", subtitle: "Luxury fleet at your disposal.", category: "Transport", value: "Around-the-clock support" }, { id: "f2", title: "Secret Access", subtitle: "Entry to places few ever see.", category: "Exclusivity", value: "Unlimited" }, { id: "f3", title: "Expert Concierge", subtitle: "Your dedicated personal assistant.", category: "Support", value: "1:1" }, ]}