diff --git a/Frontend/components/PriceCard.tsx b/Frontend/components/PriceCard.tsx index ea23175..9726a4c 100644 --- a/Frontend/components/PriceCard.tsx +++ b/Frontend/components/PriceCard.tsx @@ -66,13 +66,14 @@ export default function PriceCard({ >
- {true && ( -

- Popular + {!loading && ( +

+ $30 off for the first 5 customers{" "} + (4 left)

)} -

+

{product?.name}

diff --git a/Frontend/sections/BlogContent.tsx b/Frontend/sections/BlogContent.tsx index ee04505..bf67d5b 100644 --- a/Frontend/sections/BlogContent.tsx +++ b/Frontend/sections/BlogContent.tsx @@ -3,7 +3,7 @@ import Image from "next/image"; function BlogContent({ post }: { post: any }) { return ( -
+

{post.title}

@@ -36,7 +36,7 @@ function BlogContent({ post }: { post: any }) { />