From 16e931e5098e63feaa9f54d36552130ccf35fe80 Mon Sep 17 00:00:00 2001 From: James Wyndham Date: Wed, 27 Mar 2024 10:26:25 +0800 Subject: [PATCH] adjusted layout and added seo button --- Frontend/components/PriceCard.tsx | 9 +++++---- Frontend/sections/BlogContent.tsx | 4 ++-- 2 files changed, 7 insertions(+), 6 deletions(-) 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 }) { />