Merge version_1 into main #4
@@ -4,7 +4,9 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav
|
||||
import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo';
|
||||
import BlogCardTwo from '@/components/sections/blog/BlogCardTwo';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import Link from "next/link";
|
||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||
import FaqBase from '@/components/sections/faq/FaqBase';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
|
||||
export default function Page() {
|
||||
const navItems = [
|
||||
@@ -41,7 +43,8 @@ export default function Page() {
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/catamaran-stairs-leading-into-turquoise-waters_23-2151995404.jpg", imageAlt: "Luxury Yachts" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/beach-chair-resort_1150-17976.jpg", imageAlt: "Luxury Penthouse" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/futuristic-view-high-tech-earth-planet_23-2151100429.jpg", imageAlt: "3D Interactive Globe" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/catamaran-stairs-leading-into-turquoise-waters_23-2151995404.jpg", imageAlt: "Luxury Yachts" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/catamaran-stairs-leading-into-turquoise-waters_23-2151995404.jpg", imageAlt: "Luxury Yachts" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/beach-chair-resort_1150-17976.jpg", imageAlt: "Luxury Penthouse" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -59,6 +62,15 @@ 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."}]} />
|
||||
</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."}]} />
|
||||
</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"]} />
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={[
|
||||
|
||||
Reference in New Issue
Block a user