Update src/app/page.tsx

This commit is contained in:
2026-03-15 18:59:30 +00:00
parent f434c6433d
commit c0c02f63e5

View File

@@ -83,7 +83,10 @@ export default function LandingPage() {
tag="Limited Stock"
tagIcon={Sparkles}
tagAnimation="slide-up"
buttons={[{ text: "View All Products", href: "#" }]}
buttons={[
{ text: "Shop Premium Scents Now", href: "#" },
{ text: "View FAQ", href: "#faq" }
]}
buttonAnimation="opacity"
textboxLayout="default"
useInvertedBackground={false}