Update src/app/reviews/page.tsx

This commit is contained in:
2026-03-07 12:06:33 +00:00
parent 4fa0534639
commit cecbb1569a

View File

@@ -44,7 +44,7 @@ export default function ReviewsPage() {
<HeroSplit
title="Customer Reviews & Testimonials"
description="Discover what thousands of satisfied customers are saying about their AirPods experience. Read authentic reviews from real users across the globe."
background={{ variant: "circleGradient" }}
background={{ variant: "plain" }}
tag="Customer Stories"
tagIcon={Star}
tagAnimation="slide-up"
@@ -135,7 +135,7 @@ export default function ReviewsPage() {
{ text: "Compare Models", href: "/" },
]}
buttonAnimation="slide-up"
background={{ variant: "circleGradient" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
</div>