Bob AI: Updated reviews section with IMORA BÈAUTY testimonial

This commit is contained in:
kudinDmitriyUp
2026-06-21 19:31:27 +00:00
parent 50656351d5
commit a1bb1d34fc

View File

@@ -8,16 +8,16 @@ export default function ReviewsSection(): React.JSX.Element {
return (
<div id="reviews" data-section="reviews">
<TestimonialTrustCard
quote="Luminé skincare has completely transformed my routine. My skin feels more radiant and healthy than ever before. I love that it's made with natural ingredients I can trust. Plus, worldwide shipping made it so easy to get my products delivered wherever I am."
rating={5}
author="Sarah Mitchell, Beauty Editor"
avatars={[
quote="A beautiful shopping experience with incredible products. My go-to destination for luxury beauty discoveries. Elegant design, premium products, and seamless shopping."
rating={5}
author="Elena R., Beauty Enthusiast"
avatars={[
{ name: "Sarah Mitchell", imageSrc: "https://storage.googleapis.com/webild/default/templates/skincare/image5.avif" },
{ name: "Customer 2", imageSrc: "https://storage.googleapis.com/webild/default/templates/skincare/image6.avif" },
{ name: "Customer 3", imageSrc: "https://storage.googleapis.com/webild/default/templates/skincare/image7.avif" },
{ name: "Customer 4", imageSrc: "https://storage.googleapis.com/webild/default/templates/skincare/image8.avif" },
]}
/>
/>
</div>
);
}