From 1c7ea2bf308b44f8245ead429b81384c82775591 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 22 May 2026 18:21:00 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2ffa06d..a4d775f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -42,7 +42,6 @@ export default function LandingPage() {
@@ -90,6 +91,7 @@ export default function LandingPage() { @@ -130,6 +134,8 @@ export default function LandingPage() { { id: "f2", title: "Authentication process?", content: "Every item undergoes a multi-point verification process by our in-house experts." }, ]} faqsAnimation="blur-reveal" + textboxLayout="default" + useInvertedBackground={false} /> @@ -141,7 +147,6 @@ export default function LandingPage() { { title: "The House", items: [{ label: "Philosophy", href: "#" }, { label: "Archives", href: "#" }] }, { title: "Customer Care", items: [{ label: "Authentication", href: "#" }, { label: "Shipping", href: "#" }] }, ]} - copyrightText="© 2025 Atelier Heritage Paris" /> -- 2.49.1