Suvodip 2024-07-08 18:15:16 +05:30
parent d354b7f1dd
commit 49979659af
7 changed files with 4 additions and 17 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 714 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 106 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

@ -33,7 +33,7 @@ const services_data = [
<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>