Update src/app/page.tsx

This commit is contained in:
2026-01-14 14:32:49 +00:00
parent fd9d8ef71f
commit 8139655510

View File

@@ -83,7 +83,7 @@ export default function LandingPage() {
buttons={[
{ text: "Discover Our Story", href: "#" }
]}
useInvertedBackground="invertDefault"
useInvertedBackground="noInvert"
headingClassName="text-foreground"
/>
</div>
@@ -133,8 +133,6 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground="invertDefault"
titleClassName="text-foreground"
descriptionClassName="text-foreground"
/>
</div>
@@ -167,8 +165,6 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground="noInvert"
titleClassName="text-foreground"
descriptionClassName="text-foreground"
speed={40}
/>
</div>
@@ -201,7 +197,7 @@ export default function LandingPage() {
id: "6", title: "How should I care for my pieces?", content: "Each purchase includes detailed care instructions specific to the item. We also offer professional conservation and maintenance services."
}
]}
useInvertedBackground="invertDefault"
useInvertedBackground="noInvert"
animationType="slide-up"
accordionAnimationType="smooth"
/>