Merge version_1 into main #5
@@ -11,8 +11,8 @@ import { Playfair_Display, Inter } from "next/font/google";
|
||||
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: 'Monaco Life | Billionaire News Portal',
|
||||
description: 'Exclusive insights into the world’s most elite principality. High-end news from yachting to real estate.',
|
||||
title: 'Monaco Life',
|
||||
description: 'Exclusive insights into the world’s most elite principality.',
|
||||
openGraph: {
|
||||
"title": "Monaco Life",
|
||||
"description": "Exclusive insight for the elite.",
|
||||
|
||||
@@ -63,13 +63,33 @@ export default function Page() {
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about">
|
||||
<SplitAbout title="Defining Luxury" description="We curate the most exclusive experiences in the Mediterranean." imageSrc="http://img.b2bpic.net/free-photo/catamaran-stairs-leading-into-turquoise-waters_23-2151995404.jpg" bulletPoints={[{title: "Elite Access", description: "Unrivaled connections within the principality."}, {title: "Curated News", description: "Data-driven insights for the billionaire investor."}]} />
|
||||
<SplitAbout
|
||||
title="Defining Luxury"
|
||||
description="We curate the most exclusive experiences in the Mediterranean."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/catamaran-stairs-leading-into-turquoise-waters_23-2151995404.jpg"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
bulletPoints={[{title: "Elite Access", description: "Unrivaled connections within the principality."}, {title: "Curated News", description: "Data-driven insights for the billionaire investor."}]}
|
||||
/>
|
||||
</div>
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqBase title="Common Inquiries" description="Everything you need to know about Monaco Life." faqs={[{id: "f1", title: "How to join?", content: "By invitation only."}, {id: "f2", title: "Is membership paid?", content: "Membership is complimentary for verified high-net-worth individuals."}]} />
|
||||
<FaqBase
|
||||
title="Common Inquiries"
|
||||
description="Everything you need to know about Monaco Life."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqsAnimation="blur-reveal"
|
||||
faqs={[{id: "f1", title: "How to join?", content: "By invitation only."}, {id: "f2", title: "Is membership paid?", content: "Membership is complimentary for verified high-net-worth individuals."}]}
|
||||
/>
|
||||
</div>
|
||||
<div id="socialProof" data-section="socialProof">
|
||||
<SocialProofOne title="Trusted by Leaders" description="Partnering with the world's most reputable brands." names={["Monaco Yacht Club", "Formula 1", "Riviera Estates", "BlackRock", "Rolex"]} />
|
||||
<SocialProofOne
|
||||
title="Trusted by Leaders"
|
||||
description="Partnering with the world's most reputable brands."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={["Monaco Yacht Club", "Formula 1", "Riviera Estates", "BlackRock", "Rolex"]}
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
|
||||
Reference in New Issue
Block a user