diff --git a/src/components/SQLCourseVariant/PurchaseBanner.tsx b/src/components/SQLCourseVariant/PurchaseBanner.tsx index 55f780c24..ddcc16495 100644 --- a/src/components/SQLCourseVariant/PurchaseBanner.tsx +++ b/src/components/SQLCourseVariant/PurchaseBanner.tsx @@ -1,4 +1,4 @@ -import { CheckIcon } from 'lucide-react'; +import { CheckIcon, Star } from 'lucide-react'; import { BuyButton } from './BuyButton'; import { Rating } from '../Rating/Rating'; @@ -6,14 +6,15 @@ export function PurchaseBanner() { return (
- - - 7-Day Money-Back Guarantee - - - - Lifetime access & updates - + {[ + '7-Day Money-Back Guarantee', + 'Lifetime access & updates' + ].map((text, index) => ( + + + {text} + + ))}
@@ -21,8 +22,9 @@ export function PurchaseBanner() {
- - + + + 4.9 avg. Review