Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-03-12 02:47:09 +00:00

View File

@@ -91,6 +91,10 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
buttons={[
{ text: "View Full Collection", href: "product" }
]}
buttonAnimation="slide-up"
ariaLabel="Product showcase for shrink plastic jewelry collection"
/>
</div>
@@ -210,4 +214,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}