Compare commits
7 Commits
version_3_
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| c92377377a | |||
|
|
2ddb188aaa | ||
| d62bb6de8e | |||
| f0d6a50fde | |||
| 4321d2eda6 | |||
| d7d0d7673a | |||
| 3c4d59097e |
@@ -26,6 +26,18 @@ import CustomGlossSection from './HomePage/sections/CustomGloss';export default
|
||||
<ProductsSection />
|
||||
<CustomGlossSection />
|
||||
|
||||
<section className="py-16 bg-accent/5">
|
||||
<div className="w-content-width mx-auto text-center">
|
||||
<h2 className="text-3xl font-bold mb-6 text-accent">Handcrafted Bracelets & Surprise Freebies!</h2>
|
||||
<p className="text-lg text-foreground/80 max-w-3xl mx-auto mb-8 leading-relaxed">
|
||||
Beyond our signature lip glosses, we offer a stunning variety of handcrafted bracelets to match any style—from elegant pearls to vibrant beads. Looking for something uniquely yours? You can get <strong>custom-made bracelets</strong> designed just for you! Simply contact us through WhatsApp to discuss your personalized design. Plus, if you get lucky, you might just find some exclusive <strong>surprise freebies</strong> included with your order!
|
||||
</p>
|
||||
<a href="https://wa.me/1234567890" target="_blank" rel="noopener noreferrer" className="primary-button inline-flex items-center gap-2">
|
||||
Message us on WhatsApp
|
||||
</a>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<MetricsSection />
|
||||
|
||||
<TestimonialSection />
|
||||
|
||||
@@ -12,7 +12,7 @@ export default function HeroSection(): React.JSX.Element {
|
||||
<HeroBillboardTiltedCarousel
|
||||
tag="Natural & Handmade"
|
||||
title="Glow with Love, Wear Your Style"
|
||||
description="Infused with vitamins and beneficial oils, our glosses keep you shining naturally. Plus, browse our unique, handmade clay bead bracelets."
|
||||
description="Infused with vitamins and beneficial oils, our glosses keep you shining naturally. "
|
||||
primaryButton={{
|
||||
text: "Shop Glosses", href: "#products"}}
|
||||
secondaryButton={{
|
||||
|
||||
@@ -19,7 +19,7 @@ export default function ProductsSection(): React.JSX.Element {
|
||||
{
|
||||
title: "Pearl Bracelet", description: "Elegant clay beads.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-different-lip-balm-shades-texture_23-2149518362.jpg"},
|
||||
{
|
||||
title: "Sticker Pack", description: "Included as freebie.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/top-view-bowls-with-powder-brushes_23-2148774927.jpg"},
|
||||
title: "Sticker Pack", description: "Included as freebie!", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/top-view-bowls-with-powder-brushes_23-2148774927.jpg"},
|
||||
{
|
||||
title: "Mini Gloss", description: "Perfect for travel.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/christmas-tree-celebration-tinsel-concept_53876-133639.jpg"},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user