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

The purpose of the following template is to assist you in writing your accessibility statement. Please note that you are responsible for ensuring that your site's statement meets the requirements of the local law in your area or region.

*Note: This page currently has two sections. Once you complete editing the Accessibility Statement below, you need to delete this section.

To learn more about this, check out our article “Accessibility: Adding an Accessibility Statement to Your Site”.

Accessibility Statement

This statement was last updated on [enter relevant date].

We at [enter organization / business name] are working to make our site [enter site name and  address] accessible to people with disabilities.

What web accessibility is

An accessible site allows visitors with disabilities to browse the site with the same or a similar level of ease and enjoyment as other visitors. This can be achieved with the capabilities of the system on which the site is operating, and through assistive technologies.

Accessibility adjustments on this site

We have adapted this site in accordance with WCAG [2.0 / 2.1 / 2.2 - select relevant option] guidelines, and have made the site accessible to the level of [A / AA / AAA - select relevant option]. This site's contents have been adapted to work with assistive technologies, such as screen readers and keyboard use. As part of this effort, we have also [remove irrelevant information]:

  • Used the Accessibility Wizard to find and fix potential accessibility issues

  • Set the language of the site 

  • Set the content order of the site’s pages

  • Defined clear heading structures on all of the site’s pages

  • Added alternative text to images

  • Implemented color combinations that meet the required color contrast

  • Reduced the use of motion on the site

  • Ensured all videos, audio, and files on the site are accessible

Declaration of partial compliance with the standard due to third-party content [only add if relevant]

The accessibility of certain pages on the site depend on contents that do not belong to the organization, and instead belong to [enter relevant third-party name]. The following pages are affected by this: [list the URLs of the pages]. We therefore declare partial compliance with the standard for these pages.

Accessibility arrangements in the organization [only add if relevant]

[Enter a description of the accessibility arrangements in the physical offices / branches of your site's organization or business. The description can include all current accessibility arrangements  - starting from the beginning of the service (e.g., the parking lot and / or  public transportation stations) to the end (such as the service desk, restaurant table, classroom etc.). It is also required to specify any additional accessibility arrangements, such as disabled services and their location, and accessibility accessories (e.g. in audio inductions and elevators) available for use]

Requests, issues, and suggestions

If you find an accessibility issue on the site, or if you require further assistance, you are welcome to contact us through the organization's accessibility coordinator:

  • [Name of the accessibility coordinator]

  • [Telephone number of the accessibility coordinator]

  • [Email address of the accessibility coordinator]

  • [Enter any additional contact details if relevant / available]

bottom of page