diff --git a/public/images/company/9.png b/public/images/company/9.png new file mode 100644 index 0000000..5ae9258 Binary files /dev/null and b/public/images/company/9.png differ diff --git a/src/components/companyPage/InvestmentPortfolio.tsx b/src/components/companyPage/InvestmentPortfolio.tsx index 08c3db8..44e1802 100644 --- a/src/components/companyPage/InvestmentPortfolio.tsx +++ b/src/components/companyPage/InvestmentPortfolio.tsx @@ -10,7 +10,7 @@ const projectStyles = [ const InvestmentPortfolio = () => { return ( -
+
OUR INVESTMENT PORTFOLIO
diff --git a/src/components/companyPage/OurValues.tsx b/src/components/companyPage/OurValues.tsx new file mode 100644 index 0000000..82b4c80 --- /dev/null +++ b/src/components/companyPage/OurValues.tsx @@ -0,0 +1,117 @@ +const OurValues = () => { + return ( +
+
+ our values +
+
+
+

Trust

+

(1)

+
+
+

+ Trust is the cornerstone of IRTH's foundation. We uphold an + unshakeable commitment to transparency, integrity, and ethical + practices in every facet of our operations. +

+

+ Through open communication and responsible stewardship, we build + enduring relationships with our stakeholders and business partners, + ensuring that trust is at the heart of every interaction. +

+
+
+
+
+

+ Strength +

+

(2)

+
+
+

+ Strength isn't just a physical attribute; it's a reflection of our + resilience, determination, and unwavering resolve. +

+

+ At IRTH, we harness the strength of our heritage, experience, and + expertise to overcome challenges and seize opportunities. With a + robust foundation, we stand strong, poised to create lasting impact + and achieve remarkable results +

+
+
+
+
+

Agility

+

(3)

+
+
+

+ In a rapidly evolving landscape, adaptability is paramount. IRTH + embraces agility as a guiding principle, allowing us to swiftly + respond to changing dynamics and emerging trends. +

+

+ Our flexible mindset empowers us to navigate complexities, explore + new avenues, and innovate with confidence, ensuring that we remain + at the forefront of progress. +

+
+
+
+ These core values not only shape our identity but also drive our + actions, decisions, and aspirations as we shape the future of real + estate with dedication and purpose. +
+
+
+ 9 +
+
+

+ Osman Celiker +

+
+
+
Managing Director, IRTH
+
+
+ Osman Celiker, the Managing Director of IRTH, possesses a robust + history in real estate development, both on a local and + international scale. +
+
+ Osman oversees a skilled and seasoned development team responsible + for crafting remarkable projects. This team has brought to life many + local and international projects. +
+
+
+
+ our values +
+
+
+ Nestled at the pulsating core of Dubai, IRTH’s headquarters finds its + strategic abode within the iconic masterpiece, The Opus, envisioned by + the architectural virtuoso Zaha Hadid. +
+
+ This exceptional location mirrors our commitment to being at the + forefront of innovation and design, reflecting the very essence of our + brand. Just as The Opus stands as a testament to architectural + brilliance, IRTH’s presence within it signifies our dedication to + crafting exceptional legacies within the world of real estate. +
+
+
+ ); +}; + +export default OurValues; diff --git a/src/index.css b/src/index.css index 00313b6..7f281fc 100644 --- a/src/index.css +++ b/src/index.css @@ -46,11 +46,13 @@ body { .text-subheadline-m { font-family: "Usual", sans-serif; + font-size: clamp(20px, 0.2477rem + 1.252vw, 28px); line-height: 135%; } .text-subheadline-l { font-family: "Usual", sans-serif; + font-size: clamp(32px, -0.0047rem + 2.5039vw, 48px); line-height: 135%; } diff --git a/src/pages/Company.tsx b/src/pages/Company.tsx index c4e27fe..1c321d4 100644 --- a/src/pages/Company.tsx +++ b/src/pages/Company.tsx @@ -1,6 +1,7 @@ import { isMobile } from "react-device-detect"; import OurStory from "../components/companyPage/OurStory"; import InvestmentPortfolio from "../components/companyPage/InvestmentPortfolio"; +import OurValues from "../components/companyPage/OurValues"; const Company = () => { return ( @@ -16,6 +17,7 @@ const Company = () => { is a snapshot of some of our current and previous investments + ); };