From 7a9e65cac8afd66aeb9d363cab84991a3c91b334 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 2 May 2026 08:20:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9ad2241..889b6d6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -167,7 +167,7 @@ export default function LandingPage() { { id: "f2", title: "Do you offer vegan options?", content: "Yes, we offer plant-based milk alternatives."}, { - id: "f3", title: "Where are you located?", content: "9th St, R.V. Nagar, Chennai."}, + id: "f3", title: "Where are you located?", content: "9th St, R.V. Nagar, Chennai. [Get Directions](https://maps.google.com)"}, ]} title="Common Questions" description="Everything about Essntl." -- 2.49.1