diff --git a/src/app/page.tsx b/src/app/page.tsx index da526c2..e6d3a8f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -107,16 +107,16 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Tandoori Tacos", description: "Marinated in traditional Indian tandoori spices, served in warm corn tortillas with fresh cilantro and lime crema.", imageSrc: "https://images.unsplash.com/photo-1565299585323-38d6b0865b47?w=400&h=300&fit=crop", imageAlt: "Tandoori Tacos", buttonIcon: ArrowRight, + title: "Tandoori Tacos", description: "Marinated in traditional Indian tandoori spices, served in warm corn tortillas with fresh cilantro and lime crema.", imageSrc: "https://images.unsplash.com/photo-1565299585323-38d6b0865b47?w=400&h=300&fit=crop&_wi=1", imageAlt: "Tandoori Tacos", buttonIcon: ArrowRight, }, { - title: "Tikka Quesadillas", description: "Golden-fried Indian paneer tikka with melted cheese, roasted peppers, and cumin-spiced crema filling.", imageSrc: "https://images.unsplash.com/photo-1555939594-58d7cb561a1a?w=400&h=300&fit=crop", imageAlt: "Tikka Quesadillas", buttonIcon: ArrowRight, + title: "Tikka Quesadillas", description: "Golden-fried Indian paneer tikka with melted cheese, roasted peppers, and cumin-spiced crema filling.", imageSrc: "https://images.unsplash.com/photo-1555939594-58d7cb561a1a?w=400&h=300&fit=crop&_wi=1", imageAlt: "Tikka Quesadillas", buttonIcon: ArrowRight, }, { - title: "Masala Street Burritos", description: "Filled with spiced basmati rice, beans, tandoori chicken, and topped with mango-cilantro salsa and raita.", imageSrc: "https://images.unsplash.com/photo-1565299585323-38d6b0865b47?w=400&h=300&fit=crop", imageAlt: "Masala Street Burritos", buttonIcon: ArrowRight, + title: "Masala Street Burritos", description: "Filled with spiced basmati rice, beans, tandoori chicken, and topped with mango-cilantro salsa and raita.", imageSrc: "https://images.unsplash.com/photo-1565299585323-38d6b0865b47?w=400&h=300&fit=crop&_wi=2", imageAlt: "Masala Street Burritos", buttonIcon: ArrowRight, }, { - title: "Curry Enchiladas", description: "Rolled tortillas filled with creamy curry sauce, paneer, and vegetables, baked to perfection.", imageSrc: "https://images.unsplash.com/photo-1555939594-58d7cb561a1a?w=400&h=300&fit=crop", imageAlt: "Curry Enchiladas", buttonIcon: ArrowRight, + title: "Curry Enchiladas", description: "Rolled tortillas filled with creamy curry sauce, paneer, and vegetables, baked to perfection.", imageSrc: "https://images.unsplash.com/photo-1555939594-58d7cb561a1a?w=400&h=300&fit=crop&_wi=2", imageAlt: "Curry Enchiladas", buttonIcon: ArrowRight, }, ]} />