Merge version_2_1779454303814 into main
Merge version_2_1779454303814 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user