import { useRef } from 'react'; import { motion, useInView } from 'framer-motion'; import { Link } from 'react-router-dom'; import { ArrowRight, Shield, Eye, Compass, Waves } from 'lucide-react'; const HERO_IMAGE = 'https://media.base44.com/images/public/6a1aa943c64c01f8574f2f1e/5fa4d320b_generated_08479752.png'; const DETAIL_IMAGE = 'https://media.base44.com/images/public/6a1aa943c64c01f8574f2f1e/3b04c24b4_generated_61128ef3.png'; const values = [ { icon: Shield, title: 'Integrity', description: 'Every vessel in our fleet undergoes rigorous inspection and verification. We stake our reputation on transparency.', }, { icon: Eye, title: 'Precision', description: 'From technical specifications to market valuation, we deliver data-driven insights for informed decisions.', }, { icon: Compass, title: 'Navigation', description: 'We guide you through every phase of acquisition—from initial inquiry to final handover and beyond.', }, { icon: Waves, title: 'Legacy', description: 'Each vessel represents a chapter in maritime excellence. We help you write the next one.', }, ]; export default function About() { const ref = useRef(null); const isInView = useInView(ref, { once: true, margin: '-100px' }); return (
{/* Hero */}
Aerial view of luxury yacht on dark ocean

About Titanic Horizon

OUR
LEGACY

{/* Mission */}

Our Mission

REDEFINING VESSEL ACQUISITION

Titanic Horizon was founded on a singular belief: that acquiring a vessel should be as extraordinary as the vessel itself. We are not merely brokers—we are maritime architects of experience.

Our team combines decades of engineering expertise with an intimate understanding of what discerning buyers truly seek. Every vessel in our portfolio has been meticulously evaluated, documented, and presented with the precision it deserves.

Luxury yacht hull detail
{/* Values */}

Our Principles

CARDINAL POINTS

{values.map((value, i) => (

{value.title}

{value.description}

))}
{/* CTA */}

CHART YOUR
COURSE

Ready to begin your maritime journey? Our specialists are standing by.

Start Commission
); }
top of page

Privacy Policy

A legal disclaimer

The explanations and information provided on this page are only general and high-level explanations and information on how to write your own document of a Privacy Policy. You should not rely on this article as legal advice or as recommendations regarding what you should actually do, because we cannot know in advance what are the specific privacy policies you wish to establish between your business and your customers and visitors. We recommend that you seek legal advice to help you understand and to assist you in the creation of your own Privacy Policy.

Privacy Policy - the basics

Having said that, a privacy policy is a statement that discloses some or all of the ways a website collects, uses, discloses, processes, and manages the data of its visitors and customers. It usually also includes a statement regarding the website’s commitment to protecting its visitors’ or customers’ privacy, and an explanation about the different mechanisms the website is implementing in order to protect privacy. 

 

Different jurisdictions have different legal obligations of what must be included in a Privacy Policy. You are responsible to make sure you are following the relevant legislation to your activities and location. 

What to include in the Privacy Policy

Generally speaking, a Privacy Policy often addresses these types of issues: the types of information the website is collecting and the manner in which it collects the data; an explanation about why is the website collecting these types of information; what are the website’s practices on sharing the information with third parties; ways in which your visitors and customers can exercise their rights according to the relevant privacy legislation; the specific practices regarding minors’ data collection; and much, much more. 


To learn more about this, check out our article “Creating a Privacy Policy”.

bottom of page