Update src/app/page.tsx

This commit is contained in:
2026-03-03 22:30:11 +00:00
parent 1dd826b46b
commit 98d69dc01b

View File

@@ -82,6 +82,8 @@ export default function LandingPage() {
<div id="features" data-section="features">
<FeatureCardTwentySeven
title="Why Choose Radiant"
description="Our commitment to excellence is reflected in every aspect of our skincare collection"
features={[
{
id: "1", title: "Pure Botanicals", description: "Sourced from organic farms worldwide. We use only the most potent plant extracts and essential oils that have been tested for efficacy and purity.", imageSrc: "http://img.b2bpic.net/free-photo/make-up-brushes-pile-wild-flowers-wooden-background_482257-9797.jpg", imageAlt: "Pure botanical ingredients"
@@ -98,8 +100,6 @@ export default function LandingPage() {
]}
gridVariant="four-items-2x2-equal-grid"
animationType="slide-up"
title="Why Choose Radiant"
description="Our commitment to excellence is reflected in every aspect of our skincare collection"
textboxLayout="default"
useInvertedBackground="noInvert"
tag="Benefits"
@@ -137,9 +137,7 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
buttons={[
{ text: "View All Products", href: "#products" }
]}
buttons={[{ text: "View All Products", href: "#products" }]}
buttonAnimation="blur-reveal"
/>
</div>
@@ -239,4 +237,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}