Update src/app/page.tsx

This commit is contained in:
2026-03-04 07:16:33 +00:00
parent a77fbfe3e7
commit 99bd08d7df

View File

@@ -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() {
</div>
</ThemeProvider>
);
}
}