-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprac.htm
17 lines (17 loc) · 1.19 KB
/
prac.htm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
const projects = [
{
title: "Interior Decoration in the Penthouse of Dean's Apartment, Islamabad",
description: "A sophisticated interior design project where we blended modern aesthetics with luxury elements to create a truly unique and comfortable living space in the penthouse. The design focuses on maximizing space, natural light, and elegance, making it the perfect home for our client.",
image: "/public/project1.jpg"
},
{
title: "Auditorium Chairs Provided to Noor Khan Air Base, Rawalpindi",
description: "This project involved providing high-quality, ergonomic auditorium chairs for the Noor Khan Air Base. Our design aimed to ensure comfort and durability while maintaining a sleek, professional look that complements the air base’s environment.",
image: "/public/project2.jpg"
},
{
title: "Interior Decoration in the DONG FENG LAI Restaurant, Islamabad",
description: "For this vibrant restaurant, we created an inviting atmosphere that marries contemporary design with traditional influences. The decor highlights rich textures, warm lighting, and tasteful accents, ensuring a memorable dining experience for every guest.",
image: "/public/project3.jpg"
}
];