diff --git a/public/assets/3d_house/estimation.jpg b/public/assets/3d_house/estimation.jpg new file mode 100644 index 0000000..f84e365 Binary files /dev/null and b/public/assets/3d_house/estimation.jpg differ diff --git a/public/assets/3d_house/structural-design.jpg b/public/assets/3d_house/structural-design.jpg new file mode 100644 index 0000000..a748c9a Binary files /dev/null and b/public/assets/3d_house/structural-design.jpg differ diff --git a/src/pages/services.astro b/src/pages/services.astro index 3b0d142..d1794be 100644 --- a/src/pages/services.astro +++ b/src/pages/services.astro @@ -35,14 +35,42 @@ const cssTailClass = 'grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-4 '; "name": "Architectural Drawing", "desc": "Capture the essence of your property with our precise 2D floor plans. From room layouts to exterior features like pools and outdoor entertainment areas, our drawings provide a comprehensive overview.", "type": "architecture", - "price": "1000", + "price": "1.00 / sq.ft", "img": "/assets/art2.jpg" }, + { + "name": "3D Elevation", + "desc": "Experience your project from every perspective with our 3D representations. Gain insights into your property's appearance and features with realistic views from different angles.", + "type": "architecture", + "price": "1.50 / sq.ft", + "img": "/assets/elv3d2.jpg" + }, + { + "name": "Building Coast Estimation", + "desc": "Design the framework and support systems for your buildings and structures with precision and expertise. Our structure design services ensure safety, functionality, and aesthetics.", + "type": "construction", + "price": "0.1% of Project Coast", + "img": "/assets/3d_house/estimation.jpg" + }, + { + "name": "Structure Design", + "desc": "Design the framework and support systems for your buildings and structures with precision and expertise. Our structure design services ensure safety, functionality, and aesthetics.", + "type": "construction", + "price": "3.00 / sq.ft", + "img": "/assets/3d_house/structural-design.jpg" + }, + { + "name": "Structural Drawing", + "desc": "Bring your construction plans to life with our detailed structural drawings. Our plans provide comprehensive guidance for building your structure.", + "type": "construction", + "price": "2.00 / sq.ft", + "img": "/assets/3d_artitec/3dap_2.jpeg" + }, { "name": "Architectural Elevation", "desc": "Step into your designs with our immersive 3D Floor Plans. Textures and details bring your property to life, presenting a true feel for your home or project.", "type": "architecture", - "price": "1000", + "price": "1.50 / sq.ft", "img": "/assets/elv3d.jpg" }, { @@ -52,48 +80,13 @@ const cssTailClass = 'grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-4 '; "price": "1000", "img": "/assets/floor2d.jpg" }, - { - "name": "3D Elevation", - "desc": "Experience your project from every perspective with our 3D representations. Gain insights into your property's appearance and features with realistic views from different angles.", - "type": "architecture", - "price": "1000", - "img": "/assets/elv3d2.jpg" - }, { "name": "3D Representation", "desc": "See your vision come to life with our detailed 3D representations. Providing a comprehensive view from various angles, our representations enhance understanding of your project's features and aesthetics.", "type": "architecture", - "price": "1000", + "price": "5.00 / sq.ft", "img": "/assets/rep3d.jpg" }, - { - "name": "Structural Analysis", - "desc": "Ensure the strength and integrity of your structure with our precise structural analysis services.", - "type": "construction", - "price": "1000", - "img": "/assets/strana.jpg" - }, - { - "name": "Structural Drawing", - "desc": "Bring your construction plans to life with our detailed structural drawings. Our plans provide comprehensive guidance for building your structure.", - "type": "construction", - "price": "1000", - "img": "/assets/3d_artitec/3dap_2.jpeg" - }, - { - "name": "Construction", - "desc": "Embark on a hassle-free construction journey with 3D House. Our expert professionals manage timelines, contractors, and budgets to bring your vision to reality.", - "type": "construction", - "price": "1000", - "img": "/assets/cons2.jpg" - }, - { - "name": "Site Supervision", - "desc": "Ensure quality and adherence to plans with our meticulous site supervision services. Our experts oversee every aspect of the construction process.", - "type": "construction", - "price": "1000", - "img": "/assets/sites.jpg" - }, { "name": "Field Consultation", "desc": "Receive on-site advice and guidance from our experts during the construction process. Our consultations ensure smooth progress and optimal results.", @@ -105,19 +98,33 @@ const cssTailClass = 'grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-4 '; "name": "Interior Design", "desc": "Transform your space into a masterpiece with our innovative interior design solutions. From functionality to aesthetics, we create spaces that inspire.", "type": "interior", - "price": "1000", + "price": "3.00 / sq.ft", "img": "/assets/3d_res_inter/3drid_5.jpeg" }, { - "name": "Structure Design", - "desc": "Design the framework and support systems for your buildings and structures with precision and expertise. Our structure design services ensure safety, functionality, and aesthetics.", + "name": "Construction", + "desc": "Embark on a hassle-free construction journey with 3D House. Our expert professionals manage timelines, contractors, and budgets to bring your vision to reality.", + "type": "construction", + "price": "As per current PWD scheduled", + "img": "/assets/cons2.jpg" + }, + { + "name": "Site Supervision", + "desc": "Ensure quality and adherence to plans with our meticulous site supervision services. Our experts oversee every aspect of the construction process.", "type": "construction", "price": "1000", - "img": "/assets/3d_house/3df_4.jpeg" + "img": "/assets/sites.jpg" + }, + { + "name": "Structural Analysis", + "desc": "Ensure the strength and integrity of your structure with our precise structural analysis services.", + "type": "construction", + "price": "3.00 / sq.ft", + "img": "/assets/strana.jpg" } + ]; - function displayData(type) { var content = ""; data.forEach(function(item, index) {