upd
This commit is contained in:
@@ -18,7 +18,7 @@ function Feedback() {
|
||||
|
||||
return (
|
||||
<div className="2xl:grid max-2xl:space-y-8 grid-cols-2 2xl:gap-[1.111vw]">
|
||||
<h2 className="2xl:h2 md:h3 text-2xl max-md:leading-[110%] md:max-2xl:max-w-[63.021vw] max-md:max-w-[328px] [font-family:New_York_Medium]">
|
||||
<h2 className="2xl:h2 md:h3 text-2xl max-md:leading-[110%] md:max-2xl:max-w-[63.021vw] max-md:max-w-[328px] [font-family:New_York_Large]">
|
||||
Enquire about joining this thriving community at the heart of Abu Hamour
|
||||
by contacting a member of our sales team today
|
||||
</h2>
|
||||
|
||||
@@ -17,7 +17,9 @@ export default function AboutSectionHeading({
|
||||
<div className="2xl:pt-[0.556vw] 2xl:pr-[14.722vw] 2xl:pb-[4.694vw] md:pb-[3.125vw] pb-[6.667vw] w-max float-left caption text-[#A7A08E] font-[Poppins]">
|
||||
{title}
|
||||
</div>
|
||||
<p className="2xl:h2 md:h3 subheadline-m font-[NewYork]">{description}</p>
|
||||
<p className="2xl:h2 md:h3 subheadline-m [font-family:New_York_Large]">
|
||||
{description}
|
||||
</p>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
@@ -25,7 +25,7 @@ export default function ComunityCard({
|
||||
{icon}
|
||||
</span>
|
||||
<div className="flex flex-col 2xl:gap-[0.556vw] md:gap-[1.042vw] gap-[2.222vw]">
|
||||
<span className="2xl:number md:number h3 [font-family:New_York] font-medium">
|
||||
<span className="2xl:number md:number h3 [font-family:New_York_Large] font-medium">
|
||||
{number}
|
||||
</span>
|
||||
<p className="2xl:text-s md:text-s caption font-[Poppins] font-medium max-md:max-w-[90%]">
|
||||
|
||||
@@ -12,7 +12,7 @@ export default function ShopInStyleAccordeonContent() {
|
||||
<div className="2xl:mb-[1.111vw] md:mb-[2.083vw] mb-[4.444vw]">
|
||||
Featuring more than
|
||||
</div>
|
||||
<div className="number max-md:!text-[17.778vw] 2xl:mb-[0.556vw] md:mb-[1.042vw] mb-[2.222vw] font-[NewYork]">
|
||||
<div className="number max-md:!text-[17.778vw] 2xl:mb-[0.556vw] md:mb-[1.042vw] mb-[2.222vw] [font-family:New_York_Large]">
|
||||
229
|
||||
</div>
|
||||
<div className="2xl:mb-[1.111vw] md:mb-[2.083vw] mb-[4.444vw] font-[Poppins]">
|
||||
|
||||
@@ -36,7 +36,7 @@ function AboutHero() {
|
||||
alt=""
|
||||
/>
|
||||
<div className="flex flex-col 2xl:gap-[2.778vw] md:gap-[3.646vw] gap-[6.667vw]">
|
||||
<h1 className="2xl:h1 md:h2 h3 text-white text-center font-[NewYork]">
|
||||
<h1 className="2xl:h1 md:h2 h3 text-white text-center [font-family:New_York_Large]">
|
||||
Your Journey to a Perfect Life <br className="max-md:hidden" />{" "}
|
||||
Begins in Baraha Town.
|
||||
</h1>
|
||||
@@ -90,7 +90,7 @@ function AboutBaraha() {
|
||||
</div>
|
||||
|
||||
<div className="2xl:ml-[23.819vw] ml-0 flex flex-col gap-[1.111vw] 2xl:h3 md:subheadline-m text-[6.667vw] leading-[110%] text-[#324D4399]">
|
||||
<p className="font-[NewYork]">
|
||||
<p className="[font-family:New_York_Large]">
|
||||
Baraha Town is more <br /> than a destination; <br />
|
||||
<span className="text-[#324D43]">it’s a journey.</span>
|
||||
</p>
|
||||
@@ -158,7 +158,7 @@ function Accordeons() {
|
||||
return (
|
||||
<div className="2xl:px-[2.778vw]">
|
||||
<div className="2xl:ml-[23.889vw] ml-0 flex flex-col 2xl:gap-[1.667vw] md:gap-[3.125vw] gap-[4.444vw] 2xl:mb-[4.444vw] md:mb-[4.167vw] mb-[8.889vw] 2xl:px-0 px-[4.444vw] md:px-[3.125vw]">
|
||||
<h2 className="2xl:h2 md:h3 subheadline-m text-[#324D43] font-[NewYork]">
|
||||
<h2 className="2xl:h2 md:h3 subheadline-m text-[#324D43] [font-family:New_York_Large]">
|
||||
Your World, Reimagined
|
||||
</h2>
|
||||
<p className="text-s text-[#324D4399] 2xl:w-[19.583vw] md:w-[42.708vw] font-[Poppins]">
|
||||
|
||||
@@ -42,7 +42,7 @@ export default function Accordeon({
|
||||
<p className="text-s max-md:caption text-[#324D4399] 2xl:absolute 2xl:left-0 2xl:top-1/2 2xl:-translate-y-1/2 font-[Poppins]">
|
||||
{subtitle}
|
||||
</p>
|
||||
<h3 className="2xl:h3 subheadline-m text-[#324D43] font-[NewYork]">
|
||||
<h3 className="2xl:h3 subheadline-m text-[#324D43] [font-family:New_York_Large]">
|
||||
{label}
|
||||
</h3>
|
||||
<div className="2xl:size-[1.111vw] md:size-[2.083vw] size-[4.444vw] absolute right-0 top-1/2 -translate-y-1/2">
|
||||
|
||||
Reference in New Issue
Block a user