From 4a9334f061d88c0d0dbd571004f646d70e615f9f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 03:20:46 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8a4040a..69dc1f5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -86,15 +86,15 @@ export default function LandingPage() { features={[ { id: 1, - title: "Rumali Roti", description: "Thin, crispy, and perfectly rolled. Our Rumali roti is hand-stretched and cooked fresh on the tandoor. Pairs perfectly with gravies and curries.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-raw-pie-round-formed-with-seasonings-purple-desk_140725-66617.jpg", imageAlt: "Golden crispy Rumali roti" + title: "Rumali Roti", description: "Thin, crispy, and perfectly rolled. Our Rumali roti is hand-stretched and cooked fresh on the tandoor. Pairs perfectly with gravies and curries.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-raw-pie-round-formed-with-seasonings-purple-desk_140725-66617.jpg?_wi=1", imageAlt: "Golden crispy Rumali roti" }, { id: 2, - title: "Paneer Handi", description: "Tender paneer in a rich, creamy tomato-based gravy infused with traditional spices. A comfort-food classic that melts in your mouth.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-with-fresh-cheese_23-2150267649.jpg", imageAlt: "Rich creamy Paneer Handi curry" + title: "Paneer Handi", description: "Tender paneer in a rich, creamy tomato-based gravy infused with traditional spices. A comfort-food classic that melts in your mouth.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-with-fresh-cheese_23-2150267649.jpg?_wi=1", imageAlt: "Rich creamy Paneer Handi curry" }, { id: 3, - title: "Dal Makhani", description: "Slow-cooked black lentils and kidney beans in a velvety butter and cream sauce. A vegetarian delight with authentic Punjabi warmth.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-orange-tasty-soup-with-crackers-spoon-brown-food-meal-dinner-soup_140725-19033.jpg", imageAlt: "Creamy Dal Makhani in serving bowl" + title: "Dal Makhani", description: "Slow-cooked black lentils and kidney beans in a velvety butter and cream sauce. A vegetarian delight with authentic Punjabi warmth.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-orange-tasty-soup-with-crackers-spoon-brown-food-meal-dinner-soup_140725-19033.jpg?_wi=1", imageAlt: "Creamy Dal Makhani in serving bowl" } ]} title="Our Signature Dishes" @@ -113,13 +113,13 @@ export default function LandingPage() {