Update src/app/page.tsx

This commit is contained in:
2026-03-29 10:28:48 +00:00
parent d12dd12a0b
commit 150d0eca2d

View File

@@ -77,14 +77,6 @@ export default function LandingPage() {
]}
autoPlay={true}
autoPlayInterval={4000}
marqueeItems={[
{ type: "image", src: "/templates/skincare-luxury/logo-vogue.webp" },
{ type: "image", src: "/templates/skincare-luxury/logo-harpers-bazaar.webp" },
{ type: "image", src: "/templates/skincare-luxury/logo-elle.svg" },
{ type: "image", src: "/templates/skincare-luxury/logo-forbes.webp" },
{ type: "image", src: "/templates/skincare-luxury/logo-allure.webp" },
]}
showMarqueeCard={false}
/>
</div>
@@ -167,7 +159,6 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
showVerifiedBadge={true}
cardDescriptionClassName="hidden"
/>
</div>