10 Commits

Author SHA1 Message Date
df44b96669 Update src/app/page.tsx 2026-03-03 22:33:35 +00:00
2a2a92c59f Merge version_1 into main
Merge version_1 into main
2026-03-03 22:32:13 +00:00
b337b42afd Merge version_1 into main
Merge version_1 into main
2026-03-03 22:30:21 +00:00
98d69dc01b Update src/app/page.tsx 2026-03-03 22:30:11 +00:00
1dd826b46b Merge version_1 into main
Merge version_1 into main
2026-03-03 22:28:46 +00:00
4425afc504 Update src/app/page.tsx 2026-03-03 22:28:43 +00:00
da8fff659c Merge version_1 into main
Merge version_1 into main
2026-03-03 22:27:07 +00:00
3d37584476 Update src/app/page.tsx 2026-03-03 22:27:04 +00:00
4a08dafa7a Merge version_1 into main
Merge version_1 into main
2026-03-03 22:25:19 +00:00
71ae0cab40 Update src/app/page.tsx 2026-03-03 22:25:18 +00:00

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>
@@ -179,7 +177,7 @@ export default function LandingPage() {
"Vogue", "Harper's Bazaar", "ELLE", "Allure", "Cosmopolitan", "Glamour", "Refinery29"
]}
speed={40}
showCard={false}
showCard={true}
/>
</div>
@@ -239,4 +237,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}