Update src/app/page.tsx
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user