Bob AI: Break component link for product images in all sections
This commit is contained in:
@@ -436,7 +436,7 @@ function NewProductsSection() {
|
||||
<ScrollReveal key={index} delay={index * 0.1} className="h-full">
|
||||
<div className="card flex flex-col h-full overflow-hidden">
|
||||
<div className="w-full aspect-[4/5] bg-background-accent relative">
|
||||
<img className="w-full h-full object-cover" src="https://storage.googleapis.com/webild/users/user_3EtyL6Iwl8wlOodhQnh3X1mQ2tN/uploaded-1782064086207-le3kmdm3.avif" alt="Placeholder" />
|
||||
<img className="w-full h-full object-cover" src={plan.imageSrc || "https://storage.googleapis.com/webild/users/user_3EtyL6Iwl8wlOodhQnh3X1mQ2tN/uploaded-1782064086207-le3kmdm3.avif"} alt="Placeholder" />
|
||||
</div>
|
||||
<div className="p-6 flex flex-col flex-grow">
|
||||
<h3 className="text-xl font-bold text-foreground mb-2">{plan.description}</h3>
|
||||
|
||||
Reference in New Issue
Block a user