Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8c9b6e07b8 | |||
| 8dce2e6bc3 | |||
| 49b7f726f4 | |||
| e385011135 | |||
| 6205426a94 |
@@ -43,7 +43,7 @@ export default function GuernissPage() {
|
|||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroLogoBillboard
|
<HeroLogoBillboard
|
||||||
logoText="GUERNISS"
|
logoText="GUERNISS"
|
||||||
description="Affordable premium skincare designed for your skin. Experience the perfect blend of international quality and natural, effective ingredients."
|
description="Achieve professional, salon-grade skin results at an affordable price from your own home."
|
||||||
background={{ variant: "sparkles-gradient" }}
|
background={{ variant: "sparkles-gradient" }}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/assortment-with-foundation-bottle_23-2149030338.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/assortment-with-foundation-bottle_23-2149030338.jpg"
|
||||||
imageAlt="Guerniss premium beauty collection"
|
imageAlt="Guerniss premium beauty collection"
|
||||||
@@ -99,7 +99,7 @@ export default function GuernissPage() {
|
|||||||
description="Discover the strategic advantages that make us the preferred beauty partner for thousands of users."
|
description="Discover the strategic advantages that make us the preferred beauty partner for thousands of users."
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
title: "Wide Distribution", description: "Available in over 500 shops and 180 booths nationwide.", bentoComponent: "map"
|
title: "Easy Access Nationwide", description: "Available in over 500 shops and 180 booths nationwide.", bentoComponent: "map"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Natural Ingredients", description: "Formulated with Vitamin E, Niacin, and natural extracts.", bentoComponent: "reveal-icon", icon: Sparkles
|
title: "Natural Ingredients", description: "Formulated with Vitamin E, Niacin, and natural extracts.", bentoComponent: "reveal-icon", icon: Sparkles
|
||||||
@@ -121,7 +121,7 @@ export default function GuernissPage() {
|
|||||||
author="Anika T., Verified User"
|
author="Anika T., Verified User"
|
||||||
avatars={[
|
avatars={[
|
||||||
{ src: "http://img.b2bpic.net/free-photo/people-close-up-portrait-young-woman-smiling-looking-happy-wearing-casual-white-tshirt-standing-h_1258-127290.jpg", alt: "User 1" },
|
{ src: "http://img.b2bpic.net/free-photo/people-close-up-portrait-young-woman-smiling-looking-happy-wearing-casual-white-tshirt-standing-h_1258-127290.jpg", alt: "User 1" },
|
||||||
{ src: "http://img.b2bpic.net/free-photo/happy-overjoyed-woman-rejoicing-her-success_74855-3513.jpg", alt: "User 2" }
|
{ src: "http://img.b2bpic.net/happy-overjoyed-woman-rejoicing-her-success_74855-3513.jpg", alt: "User 2" }
|
||||||
]}
|
]}
|
||||||
ratingAnimation="slide-up"
|
ratingAnimation="slide-up"
|
||||||
avatarsAnimation="slide-up"
|
avatarsAnimation="slide-up"
|
||||||
@@ -158,7 +158,7 @@ export default function GuernissPage() {
|
|||||||
background={{ variant: "gradient-bars" }}
|
background={{ variant: "gradient-bars" }}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
inputPlaceholder="Enter your email"
|
inputPlaceholder="Enter your email"
|
||||||
buttonText="Subscribe"
|
buttonText="Join the Beauty Club"
|
||||||
termsText="By signing up, you agree to our beauty promise terms."
|
termsText="By signing up, you agree to our beauty promise terms."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -177,4 +177,4 @@ export default function GuernissPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user