Bob AI: Add a red heart icon to each testimonial card in the Testimo
This commit is contained in:
@@ -5,7 +5,7 @@ import CardStack from "@/components/cardStack/CardStack";
|
||||
import TestimonialAuthor from "@/components/shared/TestimonialAuthor";
|
||||
import { cls, shouldUseInvertedText } from "@/lib/utils";
|
||||
import { useTheme } from "@/providers/themeProvider/ThemeProvider";
|
||||
import { Quote, Star } from "lucide-react";
|
||||
import { Heart, Quote, Star } from "lucide-react";
|
||||
import type { LucideIcon } from "lucide-react";
|
||||
import type { ButtonConfig, ButtonAnimationType, CardAnimationTypeWith3D, TitleSegment, TextboxLayout, InvertedBackground } from "@/components/cardStack/types";
|
||||
|
||||
@@ -118,6 +118,7 @@ const TestimonialCard = memo(({
|
||||
<p className={cls("relative z-1 text-lg leading-[1.2]", shouldUseLightText ? "text-background" : "text-foreground", testimonialClassName)}>
|
||||
{testimonial.testimonial}
|
||||
</p>
|
||||
<Heart className="h-5 w-auto text-red-500" strokeWidth={1.5} />
|
||||
</div>
|
||||
|
||||
<TestimonialAuthor
|
||||
|
||||
Reference in New Issue
Block a user