Update src/app/page.tsx

This commit is contained in:
2026-05-11 13:43:18 +00:00
parent e99fea5070
commit 82c2706fd3

View File

@@ -76,6 +76,7 @@ export default function LandingPage() {
]}
title="Premium Selections"
description="Hand-picked strains and accessories for every preference."
actionButtonClassName="!opacity-100 !pointer-events-auto !bg-primary !text-white !font-bold !px-6 !py-2 !rounded-full !shadow-lg hover:!scale-105 transition-all"
/>
</div>
@@ -173,4 +174,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}