Compare commits

..

8 Commits
master ... b2

Author SHA1 Message Date
Suvodip aa0fe37cc0 s1 2024-07-09 11:03:46 +05:30
Suvodip 43d894d9bd s1 2024-07-08 20:01:53 +05:30
Suvodip f2e07cce09 s1 2024-07-08 19:56:52 +05:30
Suvodip 3d83e62a27 s1 2024-07-08 19:46:13 +05:30
Suvodip 670bdafdf3 s1 2024-07-08 18:24:23 +05:30
Suvodip 49979659af s1 2024-07-08 18:15:16 +05:30
Suvodip d354b7f1dd c 2024-05-24 13:38:44 +05:30
Suvodip 1bfe75d12a c 2024-05-22 20:03:25 +05:30
16 changed files with 77 additions and 87 deletions

BIN
dist.zip Normal file

Binary file not shown.

View File

@ -1,21 +0,0 @@
https://3dhouse.co.in/services
home
contact
8609370170(W)
3dhouseofficial@gmail.com
about us
services
Architectural Drawing and elevation
2d floor plan & 3d elevation & representation
Structrual analysis and Structrual drawing
Construction
site supervision, field consultation
Interior design
Structure design
X-> M.E.P design

Binary file not shown.

After

Width:  |  Height:  |  Size: 141 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 364 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 170 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 714 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 106 KiB

BIN
public/assets/ogImage.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

BIN
public/assets/ogImage2.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 170 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 168 KiB

After

Width:  |  Height:  |  Size: 7.8 KiB

View File

@ -1,13 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 36 36">
<path fill="#000" d="M22.25 4h-8.5a1 1 0 0 0-.96.73l-5.54 19.4a.5.5 0 0 0 .62.62l5.05-1.44a2 2 0 0 0 1.38-1.4l3.22-11.66a.5.5 0 0 1 .96 0l3.22 11.67a2 2 0 0 0 1.38 1.39l5.05 1.44a.5.5 0 0 0 .62-.62l-5.54-19.4a1 1 0 0 0-.96-.73Z"/>
<path fill="url(#gradient)" d="M18 28a7.63 7.63 0 0 1-5-2c-1.4 2.1-.35 4.35.6 5.55.14.17.41.07.47-.15.44-1.8 2.93-1.22 2.93.6 0 2.28.87 3.4 1.72 3.81.34.16.59-.2.49-.56-.31-1.05-.29-2.46 1.29-3.25 3-1.5 3.17-4.83 2.5-6-.67.67-2.6 2-5 2Z"/>
<defs>
<linearGradient id="gradient" x1="16" x2="16" y1="32" y2="24" gradientUnits="userSpaceOnUse">
<stop stop-color="#000"/>
<stop offset="1" stop-color="#000" stop-opacity="0"/>
</linearGradient>
</defs>
<style>
@media (prefers-color-scheme:dark){:root{filter:invert(100%)}}
</style>
</svg>

Before

Width:  |  Height:  |  Size: 873 B

View File

@ -56,8 +56,8 @@ const servicesDropList = [
<footer class="container-fluid mt-10 bg-[#fafafa]">
<div class="container mx-auto px-4 grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 xl:grid-cols-4">
<div class="md:border-r-2 p-4">
<img src="/assets/logo2.webp" alt="3D House Offical Logo" />
<div class="md:border-r-2 p-4 flex place-items-center">
<img src="/assets/new_logo_3d.png" alt="3D House Offical Logo" />
</div>
<div class="flex flex-col md:border-r-2 p-4">
<p class=""><b>Business Hours</b></p>

View File

@ -16,7 +16,7 @@
</ul>
<h1 class="logo">
<a href="/">
<img class="w-[68px] h-[64px]" src="/assets/logo2.webp" alt="3D House Official Logo" />
<img class="h-[55px] -mt-[2px]" src="/assets/new_logo_3d.png" alt="3D House Official Logo" />
</a>
</h1>
</div>

View File

@ -12,10 +12,28 @@ import MainHeader from '../components/MainHeader.astro';
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width" />
<link rel="icon" type="image/ico+xml" href="/favicon.ico" />
<meta name="generator" content={Astro.generator} />
<title>{title}</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<meta name="generator" content="{Astro.generator}" />
<title>3DHouseOfficial - Home Decoration, Housing Plans, 3D Architecture</title>
<meta name="title" content="3DHouseOfficial - Home Decoration, Housing Plans, 3D Architecture">
<meta name="description" content="3DHouseOfficial offers premium home decoration services, detailed housing plans, and stunning 3D architectural designs to bring your dream home to life.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://www.3dhouseofficial.com">
<meta property="og:title" content="3DHouseOfficial - Home Decoration, Housing Plans, 3D Architecture">
<meta property="og:description" content="3DHouseOfficial offers premium home decoration services, detailed housing plans, and stunning 3D architectural designs to bring your dream home to life.">
<meta property="og:image" content="https://www.3dhouseofficial.com/assets/ogImage2.jpg">
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://www.3dhouseofficial.com">
<meta property="twitter:title" content="3DHouseOfficial - Home Decoration, Housing Plans, 3D Architecture">
<meta property="twitter:description" content="3DHouseOfficial offers premium home decoration services, detailed housing plans, and stunning 3D architectural designs to bring your dream home to life.">
<meta property="twitter:image" content="https://www.3dhouseofficial.com/assets/ogImage2.jpg">
<meta name="keywords" content="home decoration, housing plans, 3D architecture, interior design, architectural design, home improvement, 3D house designs">
<meta name="author" content="3DHouseOfficial">
<meta name="robots" content="index, follow">
</head>
<MainHeader />
<body>

View File

@ -20,7 +20,7 @@ const services_data = [
{"name" : "3D Elevation", "img" : "/assets/elv3d2.jpg", "slug" : "services"},
{"name" : "3D Representation", "img" : "/assets/rep3d.jpg", "slug" : "services"},
{"name" : "Structural Analysis", "img" : "/assets/strana.jpg", "slug" : "services"},
{"name" : "Structural Drawing", "img" : "/assets/3d_artitec/3dap_2.jpeg", "slug" : "services"},
{"name" : "Structural Drawing", "img" : "/assets/3d_artitec/3dap_41.jpg", "slug" : "services"},
{"name" : "Construction", "img" : "/assets/cons2.jpg", "slug" : "services"},
{"name" : "Site Supervision", "img" : "/assets/sites.jpg", "slug" : "services"},
{"name" : "Field Consultation", "img" : "/assets/fcon.jpg", "slug" : "services"},
@ -28,13 +28,12 @@ const services_data = [
{"name" : "Structure Design", "img" : "/assets/3d_house/3df_4.jpeg", "slug" : "services"}
];
---
<Layout title="3D House | Homepage">
<main>
<div>
<section class="">
<div class="flex flex-col justify-center place-items-center">
<img class="w-screen h-[700px]" src="/assets/hero_image22.png" alt="" />
<img class="w-screen h-[700px]" src="/assets/new_hero_image2.png" alt="" />
<a href="/portfolio" class="bg-[#128c7e] bg-center box-shadow-2xl bg-cover font-bold py-4 px-8 rounded-md -mt-6 shadow-xl mb-4">View Portfolio</a>
</div>
</section>

View File

@ -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_41.jpg"
},
{
"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) {