2 Commits

Author SHA1 Message Date
b0affc2a48 Merge version_2_1779454303814 into main
Merge version_2_1779454303814 into main
2026-05-22 12:52:52 +00:00
kudinDmitriyUp
166bd5194a Refactored About section to use AboutFeaturesSplit with text on left and image on right. 2026-05-22 12:52:12 +00:00

View File

@@ -1,4 +1,4 @@
import AboutMediaOverlay from '@/components/sections/about/AboutMediaOverlay';
import AboutFeaturesSplit from '@/components/sections/about/AboutFeaturesSplit';
import ContactCta from '@/components/sections/contact/ContactCta';
import FeaturesDetailedSteps from '@/components/sections/features/FeaturesDetailedSteps';
import HeroCenteredLogos from '@/components/sections/hero/HeroCenteredLogos';
@@ -60,7 +60,7 @@ export default function HomePage() {
<div id="about" data-section="about">
<SectionErrorBoundary name="about">
<AboutMediaOverlay
<AboutFeaturesSplit
tag="Our Firm"
title="Pioneering Growth in Hospitality Investments"
description="With deep market insights and a data-driven approach, we identify and unlock the full potential of hotel assets, delivering consistent, superior performance for our investors. Our dedicated team leverages decades of experience to navigate complex market dynamics and capitalize on emerging opportunities."
@@ -69,6 +69,23 @@ export default function HomePage() {
href: "#",
}}
imageSrc="http://img.b2bpic.net/free-photo/hand-with-soap-bubbles_1134-217.jpg"
items={[
{
icon: "TrendingUp",
title: "Strategic Insights",
description: "Leveraging deep market research to identify high-potential assets."
},
{
icon: "Building",
title: "Asset Optimization",
description: "Proactive management to enhance property performance and value."
},
{
icon: "Briefcase",
title: "Superior Returns",
description: "Delivering consistent, above-market returns for our investors."
}
]}
/>
</SectionErrorBoundary>
</div>