diff --git a/src/app/page.tsx b/src/app/page.tsx index ca49a46..ebb9931 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -76,7 +76,7 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { id: "1", title: "Fresh Ingredients", tags: ["Premium Quality"], imageSrc: "http://img.b2bpic.net/free-photo/high-angle-bowl-with-cereal-juice_23-2148877636.jpg?_wi=1" }, - { id: "2", title: "Free Delivery", tags: ["Wah Cantt"], imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-high-protein-vegan-meal_23-2149091298.jpg?_wi=2" }, + { id: "2", title: "Free Delivery", tags: ["Free Delivery across all sectors of Wah Cantt"], imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-high-protein-vegan-meal_23-2149091298.jpg?_wi=2" }, { id: "3", title: "Hygienic Home Cooking", tags: ["Safe"], imageSrc: "http://img.b2bpic.net/free-photo/high-angle-japanese-dumplings-assortment_23-2148809863.jpg?_wi=1" }, ]} title="Why Choose Us" @@ -133,4 +133,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file