Merge version_3 into main #8

Merged
bender merged 1 commits from version_3 into main 2026-04-28 11:19:47 +00:00

View File

@@ -41,7 +41,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroOverlayTestimonial
title="Everyday Elegance"
title="Elevate Your Everyday"
description="Handcrafted jewelry designed to be the perfect companion for every outfit. Simple, eye-catching, and made for you."
testimonials={[
{ name: "Alice M.", handle: "@alicem", testimonial: "The earrings are stunning and so lightweight!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-smiling-kitchen_107420-12357.jpg" },
@@ -129,4 +129,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}