Merge version_5_1782153047398 into main #5

Merged
bender merged 1 commits from version_5_1782153047398 into main 2026-06-22 18:31:28 +00:00

View File

@@ -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 stylefrom 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 />