fixes
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 202 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 87 KiB |
@@ -16,7 +16,7 @@ export default function Slider() {
|
||||
<h2
|
||||
className="mt-[9.722vw] md:max-lg:mt-[13.021vw] max-md:mt-[27.778vw] font-medium text-[4.444vw] leading-[95%] tracking-[-0.02em] text-start mb-[4.444vw] bg-gradient-to-r from-[#7A55FF] via-[#C932E8] to-[#FF79D2] bg-clip-text
|
||||
md:max-lg:text-[5.208vw] md:max-lg:mb-[3.125vw]
|
||||
max-md:text-[8.889vw] max-md:mb-[6.667vw]"
|
||||
max-md:text-[8.889vw] max-md:mb-[6.667vw] max-md:leading-[100%]"
|
||||
>
|
||||
<span className="text-transparent bg-clip-text">
|
||||
Immerse your client in your project <br />
|
||||
|
||||
@@ -110,10 +110,10 @@ export default function WebDemo() {
|
||||
<h2
|
||||
className=" mt-[9.722vw] md:max-lg:mt-[13.021vw] max-md:mt-[27.778vw] font-medium text-[4.444vw] leading-[95%] tracking-[-0.02em] text-start mb-[4.444vw] bg-gradient-to-r from-[#7A55FF] via-[#C932E8] to-[#FF79D2] bg-clip-text
|
||||
md:max-lg:text-[5.208vw] md:max-lg:mb-[3.125vw]
|
||||
max-md:text-[8.889vw] max-md:mb-[6.667vw]"
|
||||
max-md:text-[8.889vw] max-md:mb-[6.667vw] max-md:leading-[100%]"
|
||||
>
|
||||
<span className="text-transparent bg-clip-text">
|
||||
A showroom isn't the only stage for a great project
|
||||
A showroom isn't the only stage for a great project.
|
||||
</span>{" "}
|
||||
With GRAFF.estate Web you can launch your project online using a 360°
|
||||
spheres.
|
||||
@@ -255,25 +255,29 @@ export default function WebDemo() {
|
||||
className="lg:bottom-0 lg:left-[8.194vw]"
|
||||
>
|
||||
<style>{cloudsAnimationStyles}</style>
|
||||
<div className="cloud-animation flex absolute top-0 h-full">
|
||||
<div className="cloud-animation flex absolute top-0 h-full ">
|
||||
<img
|
||||
draggable={false}
|
||||
src={"/img/pages/web/demo/clouds.webp"}
|
||||
className="object-contain flex-1 self-start scale-125"
|
||||
className="object-contain flex-1 self-start scale-125 select-none [-webkit-touch-callout:none]"
|
||||
alt="Clouds move in the correct direction, matching your location's actual weather patterns"
|
||||
/>
|
||||
<img
|
||||
draggable={false}
|
||||
src={"/img/pages/web/demo/clouds.webp"}
|
||||
className="object-contain flex-1 scale-125"
|
||||
className="object-contain flex-1 scale-125 select-none [-webkit-touch-callout:none]"
|
||||
alt="Clouds move in the correct direction, matching your location's actual weather patterns"
|
||||
/>
|
||||
<img
|
||||
draggable={false}
|
||||
src={"/img/pages/web/demo/clouds.webp"}
|
||||
className="object-contain flex-1 self-start scale-125"
|
||||
className="object-contain flex-1 self-start scale-125 select-none [-webkit-touch-callout:none]"
|
||||
alt="Clouds move in the correct direction, matching your location's actual weather patterns"
|
||||
/>
|
||||
<img
|
||||
draggable={false}
|
||||
src={"/img/pages/web/demo/clouds.webp"}
|
||||
className="object-contain flex-1 scale-125"
|
||||
className="object-contain flex-1 scale-125 select-none [-webkit-touch-callout:none]"
|
||||
alt="Clouds move in the correct direction, matching your location's actual weather patterns"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -15,7 +15,7 @@ export default function WebExperience() {
|
||||
<h2
|
||||
className=" mt-[9.722vw] md:max-lg:mt-[13.021vw] max-md:mt-[27.778vw] font-medium text-[4.444vw] leading-[95%] tracking-[-0.02em] text-start mb-[4.444vw] bg-gradient-to-r from-[#7A55FF] via-[#C932E8] to-[#FF79D2] bg-clip-text
|
||||
md:max-lg:text-[5.208vw] md:max-lg:mb-[8.333vw]
|
||||
max-md:text-[8.889vw] max-md:mb-[6.667vw]"
|
||||
max-md:text-[8.889vw] max-md:mb-[6.667vw] max-md:leading-[100%]"
|
||||
>
|
||||
<span className="text-transparent bg-clip-text">
|
||||
People from around the globe{" "}
|
||||
|
||||
@@ -110,7 +110,7 @@ export default function ContentSlideCards({
|
||||
}}
|
||||
transition={{ duration: 0.5, type: "just" }}
|
||||
className="absolute z-[1] lg:rounded-[0.417vw] rounded-2xl"
|
||||
src="/img/pages/web/content/card_bt.webp"
|
||||
src="/img/pages/web/content/card_bt.png"
|
||||
alt=""
|
||||
/>
|
||||
</motion.div>
|
||||
|
||||
Reference in New Issue
Block a user