Compare commits
10 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| df44b96669 | |||
| 2a2a92c59f | |||
| b337b42afd | |||
| 98d69dc01b | |||
| 1dd826b46b | |||
| 4425afc504 | |||
| da8fff659c | |||
| 3d37584476 | |||
| 4a08dafa7a | |||
| 71ae0cab40 |
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user