export interface NewsItem {
    id: string;
    title: string;
    category: string;
    date: string;
    author: string;
    readTime: string;
    image: string;
    excerpt: string;
    content: string;
}

export const newsItems: NewsItem[] = [
    {
        id: "recycling-plant",
        title: "Idea Group Of Companies Unveils Recycling Plant",
        category: "Sustainability",
        date: "April 09, 2018",
        author: "iRoof Manufacturing",
        readTime: "8 min read",
        image: "/images/news1.webp",
        excerpt: "Idea Group of Companies recently commissioned a first-of-its-kind recycling plant at their Katana premises to process discarded i-Roof and i-Panel products.",
        content: `Idea Group of Companies that offered local consumers revolutionary trend setting roofing solutions and other construction supplies recently commissioned a recycling plant to recycle discarded and leftovers of their i-Roof and i-Panel products.

The recycling plant was commissioned at the same premises at Katana where the main factory, renowned as South Asia's largest ASA sheet manufacturing factory is situated. Being the only recycling plant in the country of this nature it was commissioned with a view to contributing towards a Green economy by mitigating any possible effects on nature.

Consumers who use i-Roof and i-Panels can now handover leftovers of those products to their nearest SIVILIMA showroom and contribute towards this generous venture. Idea Company will transport these leftovers to their recycling plant. Moreover, it is praiseworthy that Idea Group Limited has invested its funds to pay a handsome amount to those who participate for this worthy cause.

Sampath Mayakaduwa, CEO and Managing Director, Idea Group Limited, speaking at the occasion of unveiling the first recycling plant for ASA polymer products in Sri Lanka said Idea Company's products are truly one hundred percent green oriented. "When using i-Roof and i-Panels it is inevitable that consumers end up with leftovers. But as a socially responsible and green oriented company we took measures to rectify this by commissioning this newest recycling plant", he commented.

The i-Roof product perfectly blends with diverse climatic conditions in Sri Lanka and offers its users 25 more benefits as against normal roofing tiles and other thatching sheets in the marketplace. A standard i-Roof is three feet and five inches in its width and can be obtained in 10 sizes. It can be obtained to the exact roof size to eliminate wastage.

According to the requirement of the users i-Roof can be obtained in colors; Brick Red, Chocolate Brown, Rose red and Dark green. i-Roof is three feet and five inches in its width and comes in different lengths as six, eight, ten and twelve feet. It can also be ordered to any length the customer requires.

Idea Group of Companies that offers total solutions to interior of houses and roofs is equipped with SIYANA and SIVILIMA showrooms that have wide networks. Idea is a leading diversified company in Sri Lanka, active in the spheres, construction, hotels and IT striving to reach the pinnacle of success.`
    },
    {
        id: "architect-award",
        title: "Product Award for Roofing Category at Architect 2018",
        category: "Awards",
        date: "February 22, 2018",
        author: "Corporate Relations",
        readTime: "3 min read",
        image: "/images/news2.webp",
        excerpt: "I-Roof Received the Product Award for Roofing Category at Architect 2018 Exhibition.",
        content: `I-Roof, one of Sri Lanka’s leading roofing solutions, received the prestigious Product Award for the Roofing Category at the Architect 2018 Exhibition.

The award recognized I-Roof’s outstanding product quality, innovative design, durability, and contribution towards modern roofing solutions in the construction industry. The Architect Exhibition is one of the most respected events in Sri Lanka’s building and construction sector, bringing together architects, engineers, construction professionals, manufacturers, suppliers, and industry experts.

I-Roof has become a popular roofing solution among Sri Lankan consumers due to its strength, long-lasting performance, attractive appearance, and ability to withstand diverse climatic conditions. The product is designed to provide a modern alternative to traditional roofing materials while offering practical benefits such as reduced heat, lightweight structure, weather resistance, and easy installation.

Receiving the Product Award at Architect 2018 was a significant milestone for I-Roof and Idea Group of Companies. It further strengthened the brand’s position as an innovative and trusted roofing solution provider in Sri Lanka.

The recognition also highlighted the company’s continuous commitment to introducing high-quality construction products that meet modern customer needs while maintaining reliability, safety, and environmental responsibility.

I-Roof continues to serve homeowners, builders, architects, and construction professionals with advanced roofing solutions suitable for residential, commercial, and industrial projects across the country.`
    },
    {
        id: "big-5-dubai",
        title: "i-Roof in #TheBig5 Exhibition in Dubai",
        category: "International",
        date: "November 26, 2017",
        author: "Export Division",
        readTime: "6 min read",
        image: "/images/news3.webp",
        excerpt: "Idea Group Limited will demonstrate its widely recognized range of environmental products at the BIG 5 exhibitions, the biggest construction exhibition in Middle East.",
        content: `Driven by innovation and a strong vision to expand beyond local boundaries, Idea Group Limited continues to seek new platforms and opportunities in both domestic and international markets.

At a time when eco-friendly and sustainable construction products are gaining high demand across the world, Idea Group Limited will showcase its widely recognized range of environmental products at the BIG 5 Exhibition, the largest construction exhibition in the Middle East.

The exhibition will be held from 26th to 29th November 2017 at the Dubai World Trade Centre, UAE. Idea Group Limited will welcome visitors to its exclusive and eye-catching stall located at E 57 Block of the Sheikh Saeed Halls.

The company’s participation in this prestigious international exhibition marks another important milestone in its journey towards global recognition. Through this event, Idea Group Limited aims to introduce its innovative, environmentally friendly construction solutions to international buyers, industry professionals, architects, engineers, contractors, and business partners.

Visitors will have the opportunity to explore Idea Group Limited’s advanced product range, learn about the company’s sustainable approach, and experience the quality and innovation behind its trusted construction solutions.

With a dedicated team of enthusiastic Idea representatives present at the stall, the company warmly invites all visitors to drop by and discover how its eco-friendly products are contributing towards the future of modern construction.`
    }
];
