From f5b43ed0da6f452cb417e01402e04540c16dfea3 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 03:02:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 13d9300..724fe82 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -208,6 +208,8 @@ export default function LandingPage() { id: "f2", title: "Who can help me choose?", content: "Mr. Mani is available to provide personalized style advice for all our customers."}, { id: "f3", title: "Do you offer formal wear?", content: "Yes, we specialize in both premium casual and sharp formal fits."}, + { + id: "f4", title: "What are your store hours?", content: "We are open daily from 10:00 AM to 9:00 PM. Visit us at our Channasandra location for a personalized fitting experience."}, ]} title="Common Questions" description="Quick answers to help you with your purchase." @@ -247,4 +249,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1