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