3 Commits

Author SHA1 Message Date
99bd08d7df Update src/app/page.tsx 2026-03-04 07:16:33 +00:00
a77fbfe3e7 Update src/app/layout.tsx 2026-03-04 07:16:33 +00:00
34bc2383d9 Merge version_2 into main
Merge version_2 into main
2026-03-04 07:14:26 +00:00
2 changed files with 5 additions and 2 deletions

View File

@@ -1384,4 +1384,4 @@ export default function RootLayout({
</body> </body>
</html> </html>
); );
} }

View File

@@ -109,6 +109,9 @@ export default function LandingPage() {
buttons={[ buttons={[
{ {
text: "Fill Prescription", href: "tel:+1-818-830-0350" text: "Fill Prescription", href: "tel:+1-818-830-0350"
},
{
text: "Browse All Departments", href: "#services"
} }
]} ]}
/> />
@@ -340,4 +343,4 @@ export default function LandingPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }