Compare commits
2 Commits
version_1_
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 7cf94d39c9 | |||
|
|
e4cd39e7e8 |
@@ -18,22 +18,21 @@ export default function HomePage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardBrand
|
||||
brand="Luminé"
|
||||
description="Pure, natural skincare formulated for radiant, healthy skin. Discover the power of botanical ingredients and scientific innovation."
|
||||
primaryButton={{ text: "Call Us", href: "tel:5551234567" }}
|
||||
secondaryButton={{ text: "Email Us", href: "mailto:hello@lumine.com" }}
|
||||
imageSrc="https://storage.googleapis.com/webild/default/templates/skincare/hero.webp"
|
||||
brand="LA BOHÉM"
|
||||
description="Ten years of making hands beautiful."
|
||||
primaryButton={{ text: "Book Your Appointment", href: "#booking" }}
|
||||
imageSrc="https://images.unsplash.com/photo-1604654894610-df63bc536371?q=80&w=2000&auto=format&fit=crop"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<AboutTextSplit
|
||||
title="Crafted with nature's finest elements"
|
||||
title="A decade of excellence in nail artistry"
|
||||
descriptions={[
|
||||
"Our skincare line combines cutting-edge science with natural, sustainably-sourced ingredients to deliver exceptional results for your skin.",
|
||||
"Each product is carefully formulated to nourish, protect, and revitalize your complexion, helping you achieve the radiant, healthy skin you deserve.",
|
||||
"Located in the heart of Kamppi, Helsinki, LA BOHÉM has been dedicated to providing luxury nail services since 2016.",
|
||||
"With 10 years of experience, our studio specializes in high-quality gel polish, hard gel, and stunning extensions tailored to your unique style.",
|
||||
]}
|
||||
primaryButton={{ text: "Learn More", href: "#benefits" }}
|
||||
primaryButton={{ text: "View Services", href: "#services" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user