diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 785c143..d230074 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1384,4 +1384,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index ea8c3af..a3a0747 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -109,6 +109,9 @@ export default function LandingPage() { buttons={[ { text: "Fill Prescription", href: "tel:+1-818-830-0350" + }, + { + text: "Browse All Departments", href: "#services" } ]} /> @@ -340,4 +343,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file