5 Commits

Author SHA1 Message Date
c92377377a Merge version_5_1782153047398 into main
Merge version_5_1782153047398 into main
2026-06-22 18:31:28 +00:00
kudinDmitriyUp
2ddb188aaa Bob AI: Update the main description text to highlight the variety of bracelets available 2026-06-22 18:31:22 +00:00
d62bb6de8e Merge version_4_1782152794365 into main
Merge version_4_1782152794365 into main
2026-06-22 18:26:46 +00:00
4321d2eda6 Merge version_3_1782152753481 into main
Merge version_3_1782152753481 into main
2026-06-22 18:26:05 +00:00
3c4d59097e Merge version_2_1782152166181 into main
Merge version_2_1782152166181 into main
2026-06-22 18:18:02 +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 />