mirror of
https://git.meshkee.com/Meshkee-Websites/raoufi-group.git
synced 2026-08-11 20:29:33 +04:30
Fix
This commit is contained in:
@@ -14,10 +14,6 @@ import pania from "@/assets/images/projects/pania.jpg";
|
||||
import ghasr3 from "@/assets/images/projects/ghasr-3.jpg";
|
||||
import goldenGhasr from "@/assets/images/projects/golden-ghasr.jpg";
|
||||
|
||||
import yearEnd from "@/assets/images/news/year-end-ceremony.jpg";
|
||||
import elysiumOpening from "@/assets/images/news/elysium-opening.jpg";
|
||||
import hayatFoundation from "@/assets/images/news/hayat-foundation.jpg";
|
||||
|
||||
export const site = {
|
||||
name: "گروه ساختمانی رئوفی",
|
||||
tagline: "سازنده رویاهای شما",
|
||||
@@ -385,33 +381,3 @@ export const blogListingPage = {
|
||||
emptyMessage: "هنوز مقالهای منتشر نشده است.",
|
||||
} as const;
|
||||
|
||||
export type NewsItem = {
|
||||
slug: string;
|
||||
title: string;
|
||||
date: string;
|
||||
image: StaticImageData;
|
||||
};
|
||||
|
||||
export const news: NewsItem[] = [
|
||||
{
|
||||
slug: "year-end-ceremony",
|
||||
title: "مراسم پایان سال گروه رئوفی",
|
||||
date: "شنبه ۲۲ شهریور ۱۴۰۴",
|
||||
image: yearEnd,
|
||||
},
|
||||
{
|
||||
slug: "elysium-opening",
|
||||
title: "مراسم افتتاحیه برج الیزیوم",
|
||||
date: "سهشنبه ۱۹ فروردین ۱۴۰۴",
|
||||
image: elysiumOpening,
|
||||
},
|
||||
{
|
||||
slug: "hayat-foundation",
|
||||
title: "بتن ریزی فوندانسیون پروژه حیات",
|
||||
date: "شنبه ۱۳ بهمن ۱۴۰۳",
|
||||
image: hayatFoundation,
|
||||
},
|
||||
];
|
||||
|
||||
/** No blog posts published anywhere yet — genuinely empty, not left out. */
|
||||
export const blog: NewsItem[] = [];
|
||||
|
||||
Reference in New Issue
Block a user