7 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
f0d6a50fde Update src/pages/HomePage/sections/Hero.tsx 2026-06-22 18:26:43 +00:00
4321d2eda6 Merge version_3_1782152753481 into main
Merge version_3_1782152753481 into main
2026-06-22 18:26:05 +00:00
d7d0d7673a Update src/pages/HomePage/sections/Products.tsx 2026-06-22 18:26:02 +00:00
3c4d59097e Merge version_2_1782152166181 into main
Merge version_2_1782152166181 into main
2026-06-22 18:18:02 +00:00
3 changed files with 14 additions and 2 deletions

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

View File

@@ -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={{

View File

@@ -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"},
{