Merge version_1 into main #2
@@ -22,7 +22,7 @@ export default function ApproachPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="small"
|
||||
sizing="largeSmallSizeLargeTitles"
|
||||
background="grid"
|
||||
background="circleGradient"
|
||||
cardStyle="inset"
|
||||
primaryButtonStyle="shadow"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -40,9 +40,7 @@ export default function ApproachPage() {
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
button={{
|
||||
text: "Get in Touch",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Get in Touch", href: "/contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -54,13 +52,11 @@ export default function ApproachPage() {
|
||||
tag="Investment Philosophy"
|
||||
tagIcon={Compass}
|
||||
tagAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/group-businesspeople-working-together-office_23-2147923325.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/group-businesspeople-working-together-office_23-2147923325.jpg"
|
||||
imageAlt="Slipstream leadership team discussing investment strategy"
|
||||
buttons={[
|
||||
{
|
||||
text: "Our Values",
|
||||
href: "#",
|
||||
},
|
||||
text: "Our Values", href: "#"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
useInvertedBackground={true}
|
||||
@@ -79,32 +75,20 @@ export default function ApproachPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Capital Discipline",
|
||||
description:
|
||||
"We apply rigorous underwriting standards, sophisticated valuation models, and disciplined capital allocation. Real estate fundamentals drive every acquisition decision.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: CheckCircle,
|
||||
title: "Capital Discipline", description:
|
||||
"We apply rigorous underwriting standards, sophisticated valuation models, and disciplined capital allocation. Real estate fundamentals drive every acquisition decision.", bentoComponent: "reveal-icon", icon: CheckCircle,
|
||||
},
|
||||
{
|
||||
title: "Operational Mastery",
|
||||
description:
|
||||
"We optimize dock utilization, revenue per slip, operational efficiency, and customer satisfaction. Our team brings expertise from Safe Harbor and PORT 32.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: TrendingUp,
|
||||
title: "Operational Mastery", description:
|
||||
"We optimize dock utilization, revenue per slip, operational efficiency, and customer satisfaction. Our team brings expertise from Safe Harbor and PORT 32.", bentoComponent: "reveal-icon", icon: TrendingUp,
|
||||
},
|
||||
{
|
||||
title: "Community First",
|
||||
description:
|
||||
"We retain management teams, respect tenant relationships, and invest in the local waterfront community. Marina ownership is about stewardship, not extraction.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Users,
|
||||
title: "Community First", description:
|
||||
"We retain management teams, respect tenant relationships, and invest in the local waterfront community. Marina ownership is about stewardship, not extraction.", bentoComponent: "reveal-icon", icon: Users,
|
||||
},
|
||||
{
|
||||
title: "Long-Term Value",
|
||||
description:
|
||||
"We hold marinas for the long-term, compound value through operational improvements, and create durable wealth for founders, investors, and communities.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: CheckCircle,
|
||||
title: "Long-Term Value", description:
|
||||
"We hold marinas for the long-term, compound value through operational improvements, and create durable wealth for founders, investors, and communities.", bentoComponent: "reveal-icon", icon: CheckCircle,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -118,7 +102,7 @@ export default function ApproachPage() {
|
||||
description="We'd love to discuss our investment thesis, operational strategy, and how we can create value together. Whether you're a marina owner, broker, or investor, let's start a conversation."
|
||||
tagIcon={Compass}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "grid" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
inputPlaceholder="your@email.com"
|
||||
buttonText="Send"
|
||||
@@ -133,58 +117,35 @@ export default function ApproachPage() {
|
||||
copyrightText="© 2025 Slipstream Marinas. All rights reserved."
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "Our Approach",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Our Approach", href: "#about"},
|
||||
{
|
||||
label: "Portfolio",
|
||||
href: "#portfolio",
|
||||
},
|
||||
label: "Portfolio", href: "#portfolio"},
|
||||
{
|
||||
label: "Team",
|
||||
href: "https://www.slipstream.com/team",
|
||||
},
|
||||
label: "Team", href: "https://www.slipstream.com/team"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "https://www.slipstream.com/careers",
|
||||
},
|
||||
label: "Careers", href: "https://www.slipstream.com/careers"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Partners",
|
||||
items: [
|
||||
title: "Partners", items: [
|
||||
{
|
||||
label: "For Marina Owners",
|
||||
href: "#owners",
|
||||
},
|
||||
label: "For Marina Owners", href: "#owners"},
|
||||
{
|
||||
label: "For Investors",
|
||||
href: "#investors",
|
||||
},
|
||||
label: "For Investors", href: "#investors"},
|
||||
{
|
||||
label: "Press",
|
||||
href: "https://www.slipstream.com/press",
|
||||
},
|
||||
label: "Press", href: "https://www.slipstream.com/press"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -19,14 +19,11 @@ export default function ForInvestorsPage() {
|
||||
];
|
||||
|
||||
const navButton = {
|
||||
text: "Get in Touch",
|
||||
href: "/for-investors",
|
||||
};
|
||||
text: "Get in Touch", href: "/for-investors"};
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "Our Approach", href: "#about" },
|
||||
{ label: "Portfolio", href: "#portfolio" },
|
||||
{ label: "Team", href: "https://www.slipstream.com/team" },
|
||||
@@ -34,16 +31,14 @@ export default function ForInvestorsPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Partners",
|
||||
items: [
|
||||
title: "Partners", items: [
|
||||
{ label: "For Marina Owners", href: "/for-owners" },
|
||||
{ label: "For Investors", href: "/for-investors" },
|
||||
{ label: "Press", href: "https://www.slipstream.com/press" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Contact", href: "#contact" },
|
||||
@@ -58,7 +53,7 @@ export default function ForInvestorsPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="small"
|
||||
sizing="largeSmallSizeLargeTitles"
|
||||
background="grid"
|
||||
background="circleGradient"
|
||||
cardStyle="inset"
|
||||
primaryButtonStyle="shadow"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -81,26 +76,19 @@ export default function ForInvestorsPage() {
|
||||
background={{ variant: "plain" }}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coastal-city-dock_181624-143.jpg?_wi=3",
|
||||
imageAlt: "Marina at golden hour sunrise with calm water and moored vessels",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coastal-city-dock_181624-143.jpg", imageAlt: "Marina at golden hour sunrise with calm water and moored vessels"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-business-district-night_107420-95719.jpg?_wi=3",
|
||||
imageAlt: "Well-maintained dock at sunset with professional infrastructure",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-business-district-night_107420-95719.jpg", imageAlt: "Well-maintained dock at sunset with professional infrastructure"},
|
||||
]}
|
||||
rating={5}
|
||||
ratingText="Trusted by Institutional Investors"
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Investment",
|
||||
href: "#",
|
||||
},
|
||||
text: "Explore Investment", href: "#"},
|
||||
]}
|
||||
tagAnimation="slide-up"
|
||||
buttonAnimation="slide-up"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -115,29 +103,17 @@ export default function ForInvestorsPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
icon: MapPin,
|
||||
title: "Target Markets",
|
||||
value: "5+",
|
||||
},
|
||||
id: "1", icon: MapPin,
|
||||
title: "Target Markets", value: "5+"},
|
||||
{
|
||||
id: "2",
|
||||
icon: Anchor,
|
||||
title: "Slips Under Management",
|
||||
value: "2,500+",
|
||||
},
|
||||
id: "2", icon: Anchor,
|
||||
title: "Slips Under Management", value: "2,500+"},
|
||||
{
|
||||
id: "3",
|
||||
icon: DollarSign,
|
||||
title: "Portfolio Target",
|
||||
value: "$250M",
|
||||
},
|
||||
id: "3", icon: DollarSign,
|
||||
title: "Portfolio Target", value: "$250M"},
|
||||
{
|
||||
id: "4",
|
||||
icon: Calendar,
|
||||
title: "Build Timeline",
|
||||
value: "3-5 Years",
|
||||
},
|
||||
id: "4", icon: Calendar,
|
||||
title: "Build Timeline", value: "3-5 Years"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -154,41 +130,17 @@ export default function ForInvestorsPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Robert Chen",
|
||||
role: "Managing Partner",
|
||||
company: "Coastal Capital Partners",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-man-bridge_23-2147961613.jpg?_wi=2",
|
||||
imageAlt: "Robert Chen, managing partner",
|
||||
},
|
||||
id: "1", name: "Robert Chen", role: "Managing Partner", company: "Coastal Capital Partners", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-man-bridge_23-2147961613.jpg", imageAlt: "Robert Chen, managing partner"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Victoria Hartwell",
|
||||
role: "Institutional Investor",
|
||||
company: "Waterfront Assets LLC",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serious-executive-with-short-hair-crossed-arms_1149-89.jpg?_wi=2",
|
||||
imageAlt: "Victoria Hartwell, institutional investor",
|
||||
},
|
||||
id: "2", name: "Victoria Hartwell", role: "Institutional Investor", company: "Waterfront Assets LLC", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serious-executive-with-short-hair-crossed-arms_1149-89.jpg", imageAlt: "Victoria Hartwell, institutional investor"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Michael Torres",
|
||||
role: "Real Estate Director",
|
||||
company: "Northeast Investment Group",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/old-general-uniform-front-view_23-2149742920.jpg?_wi=2",
|
||||
imageAlt: "Michael Torres, real estate director",
|
||||
},
|
||||
id: "3", name: "Michael Torres", role: "Real Estate Director", company: "Northeast Investment Group", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/old-general-uniform-front-view_23-2149742920.jpg", imageAlt: "Michael Torres, real estate director"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Sarah Pembroke",
|
||||
role: "Portfolio Manager",
|
||||
company: "Harbor Growth Fund",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-posing-near-office-building_1262-21023.jpg?_wi=2",
|
||||
imageAlt: "Sarah Pembroke, portfolio manager",
|
||||
},
|
||||
id: "4", name: "Sarah Pembroke", role: "Portfolio Manager", company: "Harbor Growth Fund", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-posing-near-office-building_1262-21023.jpg", imageAlt: "Sarah Pembroke, portfolio manager"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -19,14 +19,11 @@ export default function ForOwnersPage() {
|
||||
];
|
||||
|
||||
const navButton = {
|
||||
text: "Get in Touch",
|
||||
href: "/for-investors",
|
||||
};
|
||||
text: "Get in Touch", href: "/for-investors"};
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "Our Approach", href: "#about" },
|
||||
{ label: "Portfolio", href: "#portfolio" },
|
||||
{ label: "Team", href: "https://www.slipstream.com/team" },
|
||||
@@ -34,16 +31,14 @@ export default function ForOwnersPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Partners",
|
||||
items: [
|
||||
title: "Partners", items: [
|
||||
{ label: "For Marina Owners", href: "/for-owners" },
|
||||
{ label: "For Investors", href: "/for-investors" },
|
||||
{ label: "Press", href: "https://www.slipstream.com/press" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Contact", href: "#contact" },
|
||||
@@ -58,7 +53,7 @@ export default function ForOwnersPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="small"
|
||||
sizing="largeSmallSizeLargeTitles"
|
||||
background="grid"
|
||||
background="circleGradient"
|
||||
cardStyle="inset"
|
||||
primaryButtonStyle="shadow"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -81,26 +76,19 @@ export default function ForOwnersPage() {
|
||||
background={{ variant: "plain" }}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coastal-city-dock_181624-143.jpg?_wi=2",
|
||||
imageAlt: "Marina at golden hour sunrise with calm water and moored vessels",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coastal-city-dock_181624-143.jpg", imageAlt: "Marina at golden hour sunrise with calm water and moored vessels"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-business-district-night_107420-95719.jpg?_wi=2",
|
||||
imageAlt: "Well-maintained dock at sunset with professional infrastructure",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-business-district-night_107420-95719.jpg", imageAlt: "Well-maintained dock at sunset with professional infrastructure"},
|
||||
]}
|
||||
rating={5}
|
||||
ratingText="Trusted by Marina Founders"
|
||||
buttons={[
|
||||
{
|
||||
text: "Start a Conversation",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Start a Conversation", href: "#contact"},
|
||||
]}
|
||||
tagAnimation="slide-up"
|
||||
buttonAnimation="slide-up"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -110,13 +98,11 @@ export default function ForOwnersPage() {
|
||||
description="We're not a faceless roll-up looking for quick returns. We're a founder-led team that understands marinas from the dock to the balance sheet. We've operated hospitality-focused waterfront properties, managed complex real estate portfolios, and built relationships with marina communities. When we acquire a marina, we're acquiring you—your expertise, your relationships, your values."
|
||||
tag="Our Promise to You"
|
||||
tagIcon={Compass}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/group-businesspeople-working-together-office_23-2147923325.jpg?_wi=3"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/group-businesspeople-working-together-office_23-2147923325.jpg"
|
||||
imageAlt="Slipstream leadership team discussing marina strategy"
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn Our Process",
|
||||
href: "#",
|
||||
},
|
||||
text: "Learn Our Process", href: "#"},
|
||||
]}
|
||||
tagAnimation="slide-up"
|
||||
buttonAnimation="slide-up"
|
||||
@@ -135,28 +121,16 @@ export default function ForOwnersPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Fair Valuation",
|
||||
description: "Transparent process. Independent appraisal. Competitive offer.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Handshake,
|
||||
title: "Fair Valuation", description: "Transparent process. Independent appraisal. Competitive offer.", bentoComponent: "reveal-icon", icon: Handshake,
|
||||
},
|
||||
{
|
||||
title: "Your Team Stays",
|
||||
description: "We retain management and preserve your customer relationships.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Users,
|
||||
title: "Your Team Stays", description: "We retain management and preserve your customer relationships.", bentoComponent: "reveal-icon", icon: Users,
|
||||
},
|
||||
{
|
||||
title: "Operational Growth",
|
||||
description: "Revenue optimization, service elevation, and strategic infrastructure investment.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: TrendingUp,
|
||||
title: "Operational Growth", description: "Revenue optimization, service elevation, and strategic infrastructure investment.", bentoComponent: "reveal-icon", icon: TrendingUp,
|
||||
},
|
||||
{
|
||||
title: "Long-Term Stewardship",
|
||||
description: "We hold for value creation, not short-term flips. Your legacy endures.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Shield,
|
||||
title: "Long-Term Stewardship", description: "We hold for value creation, not short-term flips. Your legacy endures.", bentoComponent: "reveal-icon", icon: Shield,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
|
||||
233
src/app/page.tsx
233
src/app/page.tsx
@@ -31,7 +31,7 @@ export default function HomePage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="small"
|
||||
sizing="largeSmallSizeLargeTitles"
|
||||
background="grid"
|
||||
background="circleGradient"
|
||||
cardStyle="inset"
|
||||
primaryButtonStyle="shadow"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -49,9 +49,7 @@ export default function HomePage() {
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
button={{
|
||||
text: "Get in Touch",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Get in Touch", href: "/contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -67,27 +65,19 @@ export default function HomePage() {
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/coastal-city-dock_181624-143.jpg?_wi=1",
|
||||
imageAlt:
|
||||
"Marina at golden hour sunrise with calm water and moored vessels",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/coastal-city-dock_181624-143.jpg", imageAlt:
|
||||
"Marina at golden hour sunrise with calm water and moored vessels"},
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/aerial-view-business-district-night_107420-95719.jpg?_wi=1",
|
||||
imageAlt: "Well-maintained dock at sunset with professional infrastructure",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/aerial-view-business-district-night_107420-95719.jpg", imageAlt: "Well-maintained dock at sunset with professional infrastructure"},
|
||||
]}
|
||||
rating={5}
|
||||
ratingText="Trusted by Marina Founders"
|
||||
buttons={[
|
||||
{
|
||||
text: "I'm a Marina Owner",
|
||||
href: "/for-owners",
|
||||
},
|
||||
text: "I'm a Marina Owner", href: "/for-owners"},
|
||||
{
|
||||
text: "I'm an Investor",
|
||||
href: "/for-investors",
|
||||
},
|
||||
text: "I'm an Investor", href: "/for-investors"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -103,13 +93,11 @@ export default function HomePage() {
|
||||
tag="Our Thesis"
|
||||
tagIcon={Compass}
|
||||
tagAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/group-businesspeople-working-together-office_23-2147923325.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/group-businesspeople-working-together-office_23-2147923325.jpg"
|
||||
imageAlt="Slipstream leadership team discussing marina strategy"
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn Our Thesis",
|
||||
href: "#",
|
||||
},
|
||||
text: "Learn Our Thesis", href: "#"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
useInvertedBackground={true}
|
||||
@@ -128,28 +116,16 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Respectful Acquisitions",
|
||||
description: "Fair pricing. Transparent process. We honor the legacy you've built.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Handshake,
|
||||
title: "Respectful Acquisitions", description: "Fair pricing. Transparent process. We honor the legacy you've built.", bentoComponent: "reveal-icon", icon: Handshake,
|
||||
},
|
||||
{
|
||||
title: "Staff & Tenant Care",
|
||||
description: "Your team stays. Your customers stay. Continuity is our priority.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Users,
|
||||
title: "Staff & Tenant Care", description: "Your team stays. Your customers stay. Continuity is our priority.", bentoComponent: "reveal-icon", icon: Users,
|
||||
},
|
||||
{
|
||||
title: "Operational Excellence",
|
||||
description: "Revenue management, service elevation, and infrastructure investment—done right.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: TrendingUp,
|
||||
title: "Operational Excellence", description: "Revenue management, service elevation, and infrastructure investment—done right.", bentoComponent: "reveal-icon", icon: TrendingUp,
|
||||
},
|
||||
{
|
||||
title: "Long-Term Stewardship",
|
||||
description: "We're not here for a flip. We build lasting portfolio value.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Shield,
|
||||
title: "Long-Term Stewardship", description: "We're not here for a flip. We build lasting portfolio value.", bentoComponent: "reveal-icon", icon: Shield,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -167,29 +143,17 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
icon: MapPin,
|
||||
title: "Target Markets",
|
||||
value: "5+",
|
||||
},
|
||||
id: "1", icon: MapPin,
|
||||
title: "Target Markets", value: "5+"},
|
||||
{
|
||||
id: "2",
|
||||
icon: Anchor,
|
||||
title: "Slips Under Management",
|
||||
value: "2,500+",
|
||||
},
|
||||
id: "2", icon: Anchor,
|
||||
title: "Slips Under Management", value: "2,500+"},
|
||||
{
|
||||
id: "3",
|
||||
icon: DollarSign,
|
||||
title: "Portfolio Target",
|
||||
value: "$250M",
|
||||
},
|
||||
id: "3", icon: DollarSign,
|
||||
title: "Portfolio Target", value: "$250M"},
|
||||
{
|
||||
id: "4",
|
||||
icon: Calendar,
|
||||
title: "Build Timeline",
|
||||
value: "3-5 Years",
|
||||
},
|
||||
id: "4", icon: Calendar,
|
||||
title: "Build Timeline", value: "3-5 Years"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -207,65 +171,29 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "James Mitchell",
|
||||
role: "Founder & Operator",
|
||||
company: "Cedar Point Marina",
|
||||
rating: 5,
|
||||
id: "1", name: "James Mitchell", role: "Founder & Operator", company: "Cedar Point Marina", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/modern-man-bridge_23-2147961613.jpg?_wi=1",
|
||||
imageAlt: "James Mitchell, founder of Cedar Point Marina",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/modern-man-bridge_23-2147961613.jpg", imageAlt: "James Mitchell, founder of Cedar Point Marina"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sarah Chen",
|
||||
role: "Marina Manager",
|
||||
company: "Gulf Coast Marina Group",
|
||||
rating: 5,
|
||||
id: "2", name: "Sarah Chen", role: "Marina Manager", company: "Gulf Coast Marina Group", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/serious-executive-with-short-hair-crossed-arms_1149-89.jpg?_wi=1",
|
||||
imageAlt: "Sarah Chen, marina manager",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/serious-executive-with-short-hair-crossed-arms_1149-89.jpg", imageAlt: "Sarah Chen, marina manager"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Robert Donovan",
|
||||
role: "Owner",
|
||||
company: "Lakes District Marinas",
|
||||
rating: 5,
|
||||
id: "3", name: "Robert Donovan", role: "Owner", company: "Lakes District Marinas", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/old-general-uniform-front-view_23-2149742920.jpg?_wi=1",
|
||||
imageAlt: "Robert Donovan, marina owner",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/old-general-uniform-front-view_23-2149742920.jpg", imageAlt: "Robert Donovan, marina owner"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Elena Rodriguez",
|
||||
role: "General Manager",
|
||||
company: "Riverside Marina",
|
||||
rating: 5,
|
||||
id: "4", name: "Elena Rodriguez", role: "General Manager", company: "Riverside Marina", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-posing-near-office-building_1262-21023.jpg?_wi=1",
|
||||
imageAlt: "Elena Rodriguez, general manager",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-posing-near-office-building_1262-21023.jpg", imageAlt: "Elena Rodriguez, general manager"},
|
||||
{
|
||||
id: "5",
|
||||
name: "David Park",
|
||||
role: "Founder",
|
||||
company: "Island Harbor Marina",
|
||||
rating: 5,
|
||||
id: "5", name: "David Park", role: "Founder", company: "Island Harbor Marina", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-businessman-standing-street-with-his-arm-crossed-looking-camera_23-2148176227.jpg?_wi=1",
|
||||
imageAlt: "David Park, founder of Island Harbor Marina",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/young-businessman-standing-street-with-his-arm-crossed-looking-camera_23-2148176227.jpg", imageAlt: "David Park, founder of Island Harbor Marina"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Michael Walsh",
|
||||
role: "Operations Director",
|
||||
company: "Northeast Marina Partners",
|
||||
rating: 5,
|
||||
id: "6", name: "Michael Walsh", role: "Operations Director", company: "Northeast Marina Partners", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=1",
|
||||
imageAlt: "Michael Walsh, operations director",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Michael Walsh, operations director"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -282,42 +210,24 @@ export default function HomePage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What types of marinas does Slipstream acquire?",
|
||||
content:
|
||||
"We focus on underperforming or founder-operated freshwater and saltwater marinas with 200+ slips. We target assets with strong underlying real estate fundamentals, operational upside, and communities we can enhance through hospitality-first management.",
|
||||
},
|
||||
id: "1", title: "What types of marinas does Slipstream acquire?", content:
|
||||
"We focus on underperforming or founder-operated freshwater and saltwater marinas with 200+ slips. We target assets with strong underlying real estate fundamentals, operational upside, and communities we can enhance through hospitality-first management."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Will my staff and customers stay after acquisition?",
|
||||
content:
|
||||
"Yes. We retain management, preserve the customer base, and maintain operational continuity. Founder-operated marinas have built trust over decades—we honor that. Our approach is stewardship, not disruption.",
|
||||
},
|
||||
id: "2", title: "Will my staff and customers stay after acquisition?", content:
|
||||
"Yes. We retain management, preserve the customer base, and maintain operational continuity. Founder-operated marinas have built trust over decades—we honor that. Our approach is stewardship, not disruption."},
|
||||
{
|
||||
id: "3",
|
||||
title:
|
||||
"How is Slipstream different from a REIT or traditional PE fund?",
|
||||
content:
|
||||
"We're neither. Slipstream is a programmatic joint venture platform backed by institutional capital, but operated with founder discipline. We hold assets for the long term, invest in operational excellence, and run marinas like boutique hospitality properties on the water.",
|
||||
},
|
||||
id: "3", title:
|
||||
"How is Slipstream different from a REIT or traditional PE fund?", content:
|
||||
"We're neither. Slipstream is a programmatic joint venture platform backed by institutional capital, but operated with founder discipline. We hold assets for the long term, invest in operational excellence, and run marinas like boutique hospitality properties on the water."},
|
||||
{
|
||||
id: "4",
|
||||
title: "What is the typical investment timeline?",
|
||||
content:
|
||||
"We're building a $250M+ portfolio over 3–5 years. Each asset is held long-term. Our goal is a recapitalization or strategic exit after the portfolio matures—not quick flips.",
|
||||
},
|
||||
id: "4", title: "What is the typical investment timeline?", content:
|
||||
"We're building a $250M+ portfolio over 3–5 years. Each asset is held long-term. Our goal is a recapitalization or strategic exit after the portfolio matures—not quick flips."},
|
||||
{
|
||||
id: "5",
|
||||
title: "What about investor returns and tax advantages?",
|
||||
content:
|
||||
"Tax-efficient joint venture structures, real asset exposure, and operational upside drive returns. We provide detailed return profiles and tax documentation to qualified investors.",
|
||||
},
|
||||
id: "5", title: "What about investor returns and tax advantages?", content:
|
||||
"Tax-efficient joint venture structures, real asset exposure, and operational upside drive returns. We provide detailed return profiles and tax documentation to qualified investors."},
|
||||
{
|
||||
id: "6",
|
||||
title: "How do I start a conversation with Slipstream?",
|
||||
content:
|
||||
"If you're a marina owner, broker, or potential investor, fill out our contact form or email us directly. We respond within 48 hours. Confidentiality and respect for your process are guaranteed.",
|
||||
},
|
||||
id: "6", title: "How do I start a conversation with Slipstream?", content:
|
||||
"If you're a marina owner, broker, or potential investor, fill out our contact form or email us directly. We respond within 48 hours. Confidentiality and respect for your process are guaranteed."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -330,7 +240,7 @@ export default function HomePage() {
|
||||
description="Whether you're thinking about selling your marina or investing in the next generation of waterfront assets, we'd like to hear from you. Drop us a line—no pitch, just a conversation."
|
||||
tagIcon={Compass}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "grid" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
inputPlaceholder="your@email.com"
|
||||
buttonText="Send"
|
||||
@@ -345,58 +255,35 @@ export default function HomePage() {
|
||||
copyrightText="© 2025 Slipstream Marinas. All rights reserved."
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "Our Approach",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Our Approach", href: "#about"},
|
||||
{
|
||||
label: "Portfolio",
|
||||
href: "#portfolio",
|
||||
},
|
||||
label: "Portfolio", href: "#portfolio"},
|
||||
{
|
||||
label: "Team",
|
||||
href: "https://www.slipstream.com/team",
|
||||
},
|
||||
label: "Team", href: "https://www.slipstream.com/team"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "https://www.slipstream.com/careers",
|
||||
},
|
||||
label: "Careers", href: "https://www.slipstream.com/careers"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Partners",
|
||||
items: [
|
||||
title: "Partners", items: [
|
||||
{
|
||||
label: "For Marina Owners",
|
||||
href: "#owners",
|
||||
},
|
||||
label: "For Marina Owners", href: "#owners"},
|
||||
{
|
||||
label: "For Investors",
|
||||
href: "#investors",
|
||||
},
|
||||
label: "For Investors", href: "#investors"},
|
||||
{
|
||||
label: "Press",
|
||||
href: "https://www.slipstream.com/press",
|
||||
},
|
||||
label: "Press", href: "https://www.slipstream.com/press"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -31,7 +31,7 @@ export default function PortfolioPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="small"
|
||||
sizing="largeSmallSizeLargeTitles"
|
||||
background="grid"
|
||||
background="circleGradient"
|
||||
cardStyle="inset"
|
||||
primaryButtonStyle="shadow"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -61,16 +61,12 @@ export default function PortfolioPage() {
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/coastal-city-dock_181624-143.jpg?_wi=4",
|
||||
imageAlt:
|
||||
"Marina at golden hour sunrise with calm water and moored vessels",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/coastal-city-dock_181624-143.jpg", imageAlt:
|
||||
"Marina at golden hour sunrise with calm water and moored vessels"},
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/aerial-view-business-district-night_107420-95719.jpg?_wi=4",
|
||||
imageAlt:
|
||||
"Well-maintained dock at sunset with professional infrastructure",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/aerial-view-business-district-night_107420-95719.jpg", imageAlt:
|
||||
"Well-maintained dock at sunset with professional infrastructure"},
|
||||
]}
|
||||
rating={5}
|
||||
ratingText="Trusted by Marina Founders"
|
||||
@@ -81,7 +77,6 @@ export default function PortfolioPage() {
|
||||
tagAnimation="slide-up"
|
||||
buttonAnimation="slide-up"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -91,7 +86,7 @@ export default function PortfolioPage() {
|
||||
description="We believe the best marina operators combine rigorous real estate fundamentals with genuine hospitality. Our team brings institutional capital discipline, operational expertise from Safe Harbor and PORT 32, and a founder's passion for waterfront assets. We acquire underperforming or founder-operated marinas, unlock operational value, and run them for the long term—not a quick flip."
|
||||
tag="Our Thesis"
|
||||
tagIcon={Compass}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/group-businesspeople-working-together-office_23-2147923325.jpg?_wi=4"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/group-businesspeople-working-together-office_23-2147923325.jpg"
|
||||
imageAlt="Slipstream leadership team discussing marina strategy"
|
||||
buttons={[{ text: "Learn Our Thesis", href: "#" }]}
|
||||
tagAnimation="slide-up"
|
||||
@@ -111,31 +106,19 @@ export default function PortfolioPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Respectful Acquisitions",
|
||||
description: "Fair pricing. Transparent process. We honor the legacy you've built.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Handshake,
|
||||
title: "Respectful Acquisitions", description: "Fair pricing. Transparent process. We honor the legacy you've built.", bentoComponent: "reveal-icon", icon: Handshake,
|
||||
},
|
||||
{
|
||||
title: "Staff & Tenant Care",
|
||||
description:
|
||||
"Your team stays. Your customers stay. Continuity is our priority.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Users,
|
||||
title: "Staff & Tenant Care", description:
|
||||
"Your team stays. Your customers stay. Continuity is our priority.", bentoComponent: "reveal-icon", icon: Users,
|
||||
},
|
||||
{
|
||||
title: "Operational Excellence",
|
||||
description:
|
||||
"Revenue management, service elevation, and infrastructure investment—done right.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: TrendingUp,
|
||||
title: "Operational Excellence", description:
|
||||
"Revenue management, service elevation, and infrastructure investment—done right.", bentoComponent: "reveal-icon", icon: TrendingUp,
|
||||
},
|
||||
{
|
||||
title: "Long-Term Stewardship",
|
||||
description:
|
||||
"We're not here for a flip. We build lasting portfolio value.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Shield,
|
||||
title: "Long-Term Stewardship", description:
|
||||
"We're not here for a flip. We build lasting portfolio value.", bentoComponent: "reveal-icon", icon: Shield,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -152,29 +135,17 @@ export default function PortfolioPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
icon: MapPin,
|
||||
title: "Target Markets",
|
||||
value: "5+",
|
||||
},
|
||||
id: "1", icon: MapPin,
|
||||
title: "Target Markets", value: "5+"},
|
||||
{
|
||||
id: "2",
|
||||
icon: Anchor,
|
||||
title: "Slips Under Management",
|
||||
value: "2,500+",
|
||||
},
|
||||
id: "2", icon: Anchor,
|
||||
title: "Slips Under Management", value: "2,500+"},
|
||||
{
|
||||
id: "3",
|
||||
icon: DollarSign,
|
||||
title: "Portfolio Target",
|
||||
value: "$250M",
|
||||
},
|
||||
id: "3", icon: DollarSign,
|
||||
title: "Portfolio Target", value: "$250M"},
|
||||
{
|
||||
id: "4",
|
||||
icon: Calendar,
|
||||
title: "Build Timeline",
|
||||
value: "3-5 Years",
|
||||
},
|
||||
id: "4", icon: Calendar,
|
||||
title: "Build Timeline", value: "3-5 Years"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -191,65 +162,29 @@ export default function PortfolioPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "James Mitchell",
|
||||
role: "Founder & Operator",
|
||||
company: "Cedar Point Marina",
|
||||
rating: 5,
|
||||
id: "1", name: "James Mitchell", role: "Founder & Operator", company: "Cedar Point Marina", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/modern-man-bridge_23-2147961613.jpg?_wi=3",
|
||||
imageAlt: "James Mitchell, founder of Cedar Point Marina",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/modern-man-bridge_23-2147961613.jpg", imageAlt: "James Mitchell, founder of Cedar Point Marina"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sarah Chen",
|
||||
role: "Marina Manager",
|
||||
company: "Gulf Coast Marina Group",
|
||||
rating: 5,
|
||||
id: "2", name: "Sarah Chen", role: "Marina Manager", company: "Gulf Coast Marina Group", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/serious-executive-with-short-hair-crossed-arms_1149-89.jpg?_wi=3",
|
||||
imageAlt: "Sarah Chen, marina manager",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/serious-executive-with-short-hair-crossed-arms_1149-89.jpg", imageAlt: "Sarah Chen, marina manager"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Robert Donovan",
|
||||
role: "Owner",
|
||||
company: "Lakes District Marinas",
|
||||
rating: 5,
|
||||
id: "3", name: "Robert Donovan", role: "Owner", company: "Lakes District Marinas", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/old-general-uniform-front-view_23-2149742920.jpg?_wi=3",
|
||||
imageAlt: "Robert Donovan, marina owner",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/old-general-uniform-front-view_23-2149742920.jpg", imageAlt: "Robert Donovan, marina owner"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Elena Rodriguez",
|
||||
role: "General Manager",
|
||||
company: "Riverside Marina",
|
||||
rating: 5,
|
||||
id: "4", name: "Elena Rodriguez", role: "General Manager", company: "Riverside Marina", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-posing-near-office-building_1262-21023.jpg?_wi=3",
|
||||
imageAlt: "Elena Rodriguez, general manager",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-posing-near-office-building_1262-21023.jpg", imageAlt: "Elena Rodriguez, general manager"},
|
||||
{
|
||||
id: "5",
|
||||
name: "David Park",
|
||||
role: "Founder",
|
||||
company: "Island Harbor Marina",
|
||||
rating: 5,
|
||||
id: "5", name: "David Park", role: "Founder", company: "Island Harbor Marina", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-businessman-standing-street-with-his-arm-crossed-looking-camera_23-2148176227.jpg?_wi=2",
|
||||
imageAlt: "David Park, founder of Island Harbor Marina",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/young-businessman-standing-street-with-his-arm-crossed-looking-camera_23-2148176227.jpg", imageAlt: "David Park, founder of Island Harbor Marina"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Michael Walsh",
|
||||
role: "Operations Director",
|
||||
company: "Northeast Marina Partners",
|
||||
rating: 5,
|
||||
id: "6", name: "Michael Walsh", role: "Operations Director", company: "Northeast Marina Partners", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=2",
|
||||
imageAlt: "Michael Walsh, operations director",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Michael Walsh, operations director"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -265,44 +200,26 @@ export default function PortfolioPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What types of marinas does Slipstream acquire?",
|
||||
content:
|
||||
"We focus on underperforming or founder-operated freshwater and saltwater marinas with 200+ slips. We target assets with strong underlying real estate fundamentals, operational upside, and communities we can enhance through hospitality-first management.",
|
||||
},
|
||||
id: "1", title: "What types of marinas does Slipstream acquire?", content:
|
||||
"We focus on underperforming or founder-operated freshwater and saltwater marinas with 200+ slips. We target assets with strong underlying real estate fundamentals, operational upside, and communities we can enhance through hospitality-first management."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Will my staff and customers stay after acquisition?",
|
||||
content:
|
||||
"Yes. We retain management, preserve the customer base, and maintain operational continuity. Founder-operated marinas have built trust over decades—we honor that. Our approach is stewardship, not disruption.",
|
||||
},
|
||||
id: "2", title: "Will my staff and customers stay after acquisition?", content:
|
||||
"Yes. We retain management, preserve the customer base, and maintain operational continuity. Founder-operated marinas have built trust over decades—we honor that. Our approach is stewardship, not disruption."},
|
||||
{
|
||||
id: "3",
|
||||
title:
|
||||
"How is Slipstream different from a REIT or traditional PE fund?",
|
||||
content:
|
||||
"We're neither. Slipstream is a programmatic joint venture platform backed by institutional capital, but operated with founder discipline. We hold assets for the long term, invest in operational excellence, and run marinas like boutique hospitality properties on the water.",
|
||||
},
|
||||
id: "3", title:
|
||||
"How is Slipstream different from a REIT or traditional PE fund?", content:
|
||||
"We're neither. Slipstream is a programmatic joint venture platform backed by institutional capital, but operated with founder discipline. We hold assets for the long term, invest in operational excellence, and run marinas like boutique hospitality properties on the water."},
|
||||
{
|
||||
id: "4",
|
||||
title: "What is the typical investment timeline?",
|
||||
content:
|
||||
"We're building a $250M+ portfolio over 3–5 years. Each asset is held long-term. Our goal is a recapitalization or strategic exit after the portfolio matures—not quick flips.",
|
||||
},
|
||||
id: "4", title: "What is the typical investment timeline?", content:
|
||||
"We're building a $250M+ portfolio over 3–5 years. Each asset is held long-term. Our goal is a recapitalization or strategic exit after the portfolio matures—not quick flips."},
|
||||
{
|
||||
id: "5",
|
||||
title:
|
||||
"What about investor returns and tax advantages?",
|
||||
content:
|
||||
"Tax-efficient joint venture structures, real asset exposure, and operational upside drive returns. We provide detailed return profiles and tax documentation to qualified investors.",
|
||||
},
|
||||
id: "5", title:
|
||||
"What about investor returns and tax advantages?", content:
|
||||
"Tax-efficient joint venture structures, real asset exposure, and operational upside drive returns. We provide detailed return profiles and tax documentation to qualified investors."},
|
||||
{
|
||||
id: "6",
|
||||
title:
|
||||
"How do I start a conversation with Slipstream?",
|
||||
content:
|
||||
"If you're a marina owner, broker, or potential investor, fill out our contact form or email us directly. We respond within 48 hours. Confidentiality and respect for your process are guaranteed.",
|
||||
},
|
||||
id: "6", title:
|
||||
"How do I start a conversation with Slipstream?", content:
|
||||
"If you're a marina owner, broker, or potential investor, fill out our contact form or email us directly. We respond within 48 hours. Confidentiality and respect for your process are guaranteed."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -314,7 +231,7 @@ export default function PortfolioPage() {
|
||||
description="Whether you're thinking about selling your marina or investing in the next generation of waterfront assets, we'd like to hear from you. Drop us a line—no pitch, just a conversation."
|
||||
tagIcon={Compass}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "grid" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
inputPlaceholder="your@email.com"
|
||||
buttonText="Send"
|
||||
@@ -328,34 +245,25 @@ export default function PortfolioPage() {
|
||||
copyrightText="© 2025 Slipstream Marinas. All rights reserved."
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "Our Approach", href: "#about" },
|
||||
{ label: "Portfolio", href: "#portfolio" },
|
||||
{
|
||||
label: "Team",
|
||||
href: "https://www.slipstream.com/team",
|
||||
},
|
||||
label: "Team", href: "https://www.slipstream.com/team"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "https://www.slipstream.com/careers",
|
||||
},
|
||||
label: "Careers", href: "https://www.slipstream.com/careers"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Partners",
|
||||
items: [
|
||||
title: "Partners", items: [
|
||||
{ label: "For Marina Owners", href: "#owners" },
|
||||
{ label: "For Investors", href: "#investors" },
|
||||
{
|
||||
label: "Press",
|
||||
href: "https://www.slipstream.com/press",
|
||||
},
|
||||
label: "Press", href: "https://www.slipstream.com/press"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Contact", href: "#contact" },
|
||||
|
||||
Reference in New Issue
Block a user