Update src/app/products/page.tsx

This commit is contained in:
2026-05-05 11:34:36 +00:00
parent 45c61288e5
commit 72e7a0f71e

View File

@@ -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>