Update src/app/page.tsx

This commit is contained in:
2026-05-01 14:42:32 +00:00
parent 9d81447557
commit 017c365158

View File

@@ -68,7 +68,7 @@ export default function LandingPage() {
<MediaAbout
useInvertedBackground={false}
title="Nature's Finest Ingredients"
description="We believe beauty is about confidence and health. Our creams use organic, ethically sourced botanicals designed to nourish, protect, and restore your natural glow."
description="Discover our dermatologist-tested, organic collection designed for visible radiance"
imageSrc="http://img.b2bpic.net/free-photo/white-vases-books-assortment_23-2149681102.jpg?_wi=1"
imageAlt="beauty spa minimalist decor"
/>
@@ -179,4 +179,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}