diff --git a/public/images/blogPage/blogCard1.png b/public/images/blogPage/blogCard1.png new file mode 100644 index 000000000..86038db41 Binary files /dev/null and b/public/images/blogPage/blogCard1.png differ diff --git a/public/images/blogPage/blogCard2.png b/public/images/blogPage/blogCard2.png new file mode 100644 index 000000000..dd3dee213 Binary files /dev/null and b/public/images/blogPage/blogCard2.png differ diff --git a/public/images/blogPage/blogCard3.png b/public/images/blogPage/blogCard3.png new file mode 100644 index 000000000..08c44879d Binary files /dev/null and b/public/images/blogPage/blogCard3.png differ diff --git a/public/images/blogPage/blogCard4.png b/public/images/blogPage/blogCard4.png new file mode 100644 index 000000000..5f30b1cb4 Binary files /dev/null and b/public/images/blogPage/blogCard4.png differ diff --git a/public/images/blogPage/blogCard5.png b/public/images/blogPage/blogCard5.png new file mode 100644 index 000000000..49bfc18c9 Binary files /dev/null and b/public/images/blogPage/blogCard5.png differ diff --git a/public/images/blogPage/blogCard6.png b/public/images/blogPage/blogCard6.png new file mode 100644 index 000000000..522c64f5a Binary files /dev/null and b/public/images/blogPage/blogCard6.png differ diff --git a/public/images/blogPage/blogHero.png b/public/images/blogPage/blogHero.png new file mode 100644 index 000000000..a613b50d3 Binary files /dev/null and b/public/images/blogPage/blogHero.png differ diff --git a/public/images/blogPage/blogHero1.png b/public/images/blogPage/blogHero1.png new file mode 100644 index 000000000..942d337f3 Binary files /dev/null and b/public/images/blogPage/blogHero1.png differ diff --git a/public/images/blogPage/utils/index.tsx b/public/images/blogPage/utils/index.tsx new file mode 100644 index 000000000..32ad46d04 --- /dev/null +++ b/public/images/blogPage/utils/index.tsx @@ -0,0 +1,7 @@ +export { default as blogCard1 } from "../../blogPage/blogCard1.png"; +export { default as blogCard3 } from "../../blogPage/blogCard3.png"; +export { default as blogCard2 } from "../../blogPage/blogCard2.png"; +export { default as blogCard4 } from "../../blogPage/blogCard4.png"; +export { default as blogCard5 } from "../../blogPage/blogCard5.png"; +export { default as blogCard6 } from "../../blogPage/blogCard1.png"; +export { default as blogHero } from "../../blogPage/blogHero.png"; diff --git a/src/app/(landing-routes)/blog/[id]/BlogDetailsPage.tsx b/src/app/(landing-routes)/blog/[id]/BlogDetailsPage.tsx new file mode 100644 index 000000000..e498834b8 --- /dev/null +++ b/src/app/(landing-routes)/blog/[id]/BlogDetailsPage.tsx @@ -0,0 +1,16 @@ +"use client"; + +import RelatedArticle from "./RelatedArticle"; + +const BlogDetailsPage = () => { + return ( +
+ {errors} +
+ ); + } + + return ( ++ Loading... +
++ {properties.tag} +
++ {properties.authorName} +
+{properties.timeOfReading} mins Read
+·
+{properties.date}
+