Update src/app/products/page.tsx
This commit is contained in:
@@ -5,17 +5,19 @@ import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatin
|
||||
|
||||
export default function ProductsPage() {
|
||||
return (
|
||||
<ThemeProvider>
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Catalog", id: "/products" },
|
||||
{ name: "Prescriptions", id: "/prescriptions" },
|
||||
{ name: "Consultation", id: "/consultation" },
|
||||
{ name: "Locations", id: "/locations" },
|
||||
]}
|
||||
brandName="Dermolife"
|
||||
/>
|
||||
<ThemeProvider defaultButtonVariant="text-stagger" defaultTextAnimation="entrance-slide" borderRadius="rounded" contentWidth="medium" sizing="medium" background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="gradient" secondaryButtonStyle="glass" headingFontWeight="normal">
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Products", id: "/products" },
|
||||
{ name: "Prescriptions", id: "/prescriptions" },
|
||||
{ name: "Consultation", id: "/consultation" },
|
||||
{ name: "Locations", id: "/locations" },
|
||||
]}
|
||||
brandName="Dermolife"
|
||||
/>
|
||||
</div>
|
||||
<div className="pt-32 pb-16 px-8">
|
||||
<h1 className="text-4xl font-bold">Medications Catalog</h1>
|
||||
<p>Browse our pharmacy products with search and filtering features.</p>
|
||||
|
||||
Reference in New Issue
Block a user