From b7d8c610c8236e1701b3d31d4d9a832b4870a3f1 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 11:44:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f6931af..c13d214 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -208,6 +208,7 @@ export default function LandingPage() { background={{ variant: "rotated-rays-animated"}} text="Visit us at I-10 Markaz, Islamabad. We are always happy to help you find your next book." + buttons={[{ text: "Get Directions" }]} /> @@ -237,4 +238,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1