remove ai word from magic itinerary from city home page

This commit is contained in:
aryabenade
2026-04-27 14:57:51 +05:30
parent 34223f1c81
commit 4c985e5177

View File

@@ -392,7 +392,7 @@ export function MelbournePage({
>
<Wand2 className="w-6 h-6 text-primary drop-shadow-lg" />
</motion.div>
<span className="font-poppins font-semibold text-gray-800">AI-Powered Magic Itinerary</span>
<span className="font-poppins font-semibold text-gray-800">Magic Itinerary</span>
<motion.div
className="w-2 h-2 bg-primary rounded-full"
animate={{
@@ -791,11 +791,11 @@ export function MelbournePage({
</span>
</Button>
<p className="font-poppins text-gray-600 text-sm flex items-center gap-2">
{/* <p className="font-poppins text-gray-600 text-sm flex items-center gap-2">
<Sparkles className="w-4 h-4 text-primary" />
<span>Free to use • No credit card required</span>
<Sparkles className="w-4 h-4 text-primary" />
</p>
</p> */}
</motion.div>
</div>
</div>