diff --git a/public/images/blog-04-736x540.jpg b/public/images/blog-04-736x540.jpg
index 62fd77c..5437676 100644
Binary files a/public/images/blog-04-736x540.jpg and b/public/images/blog-04-736x540.jpg differ
diff --git a/public/images/breadcrumbs-bg-05-1922x441.jpg b/public/images/breadcrumbs-bg-05-1922x441.jpg
index eae1c16..a13bc88 100644
Binary files a/public/images/breadcrumbs-bg-05-1922x441.jpg and b/public/images/breadcrumbs-bg-05-1922x441.jpg differ
diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx
index 752cb7f..8aa32e4 100644
--- a/src/app/blog/page.tsx
+++ b/src/app/blog/page.tsx
@@ -1,3 +1,71 @@
+import CardBlog from "@/components/CardBlog";
+import HeroImage from "@/components/HeroImage";
+import { CardBlogData } from "@/schema/blog";
+
export default function Blog() {
- return <>>;
+ const data: CardBlogData[] = [
+ {
+ slug: "introducing-a-ray-kappe",
+ title: "Introducing A Ray Kappe-Designed Masterpiece",
+ description:
+ "The famed Cipriani family has unveiled Mr. C Residences, its first-ever hotel branded residences, situated adjacent to the flagship",
+ img: "/images/blog-04-736x540.jpg",
+ posted_at: "March 15, 2021",
+ },
+ {
+ slug: "24234",
+ title: "Introducing A Ray Kappe-Designed Masterpiece",
+ description:
+ "The famed Cipriani family has unveiled Mr. C Residences, its first-ever hotel branded residences, situated adjacent to the flagship",
+ img: "/images/blog-04-736x540.jpg",
+ posted_at: "March 15, 2021",
+ },
+ {
+ slug: "wkejrh2k3jr",
+ title: "Introducing A Ray Kappe-Designed Masterpiece",
+ description:
+ "The famed Cipriani family has unveiled Mr. C Residences, its first-ever hotel branded residences, situated adjacent to the flagship",
+ img: "/images/blog-04-736x540.jpg",
+ posted_at: "March 15, 2021",
+ },
+ {
+ slug: "1l2kj4lw34",
+ title: "Introducing A Ray Kappe-Designed Masterpiece",
+ description:
+ "The famed Cipriani family has unveiled Mr. C Residences, its first-ever hotel branded residences, situated adjacent to the flagship",
+ img: "/images/blog-04-736x540.jpg",
+ posted_at: "March 15, 2021",
+ },
+ {
+ slug: "asflj2lj53545",
+ title: "Introducing A Ray Kappe-Designed Masterpiece",
+ description:
+ "The famed Cipriani family has unveiled Mr. C Residences, its first-ever hotel branded residences, situated adjacent to the flagship",
+ img: "/images/blog-04-736x540.jpg",
+ posted_at: "March 15, 2021",
+ },
+ {
+ slug: "adflkj2oj545",
+ title: "Introducing A Ray Kappe-Designed Masterpiece",
+ description:
+ "The famed Cipriani family has unveiled Mr. C Residences, its first-ever hotel branded residences, situated adjacent to the flagship",
+ img: "/images/blog-04-736x540.jpg",
+ posted_at: "",
+ },
+ ];
+
+ return (
+ <>
+