Merge version_1 into main #3
@@ -48,7 +48,7 @@ export default function LandingPage() {
|
||||
{
|
||||
text: "Explore Investment Plans", href: "#investments"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-nature-aerial-view_23-2151912607.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-nature-aerial-view_23-2151912607.jpg?_wi=1"
|
||||
showBlur={true}
|
||||
avatarText="Trusted by 500+ global investors"
|
||||
avatars={[
|
||||
@@ -74,15 +74,15 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
title: "Sustainable High-Tech Agriculture", description: "Leveraging automation and smart climate systems to maximize yield in high-growth agricultural sectors.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hydroponic-vegetable-plant-factory-exhibition-space-warehouse_41470-5112.jpg", imageAlt: "Agri Tech"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hydroponic-vegetable-plant-factory-exhibition-space-warehouse_41470-5112.jpg?_wi=1", imageAlt: "Agri Tech"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hydroponic-vegetable-plant-factory-exhibition-space-warehouse_41470-5112.jpg", imageAlt: "Agri Tech Details"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hydroponic-vegetable-plant-factory-exhibition-space-warehouse_41470-5112.jpg?_wi=2", imageAlt: "Agri Tech Details"},
|
||||
},
|
||||
{
|
||||
title: "Oceanfront Hospitality Assets", description: "Premium fractional ownership in boutique resorts located in Mexico's most desirable travel destinations.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-embankment-walking-sport-amara-dolce-vita-luxury-hotel-alanya-turkey_146671-18884.jpg", imageAlt: "Resort View"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-embankment-walking-sport-amara-dolce-vita-luxury-hotel-alanya-turkey_146671-18884.jpg?_wi=1", imageAlt: "Resort View"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-embankment-walking-sport-amara-dolce-vita-luxury-hotel-alanya-turkey_146671-18884.jpg", imageAlt: "Resort Design"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-embankment-walking-sport-amara-dolce-vita-luxury-hotel-alanya-turkey_146671-18884.jpg?_wi=2", imageAlt: "Resort Design"},
|
||||
},
|
||||
]}
|
||||
showStepNumbers={false}
|
||||
@@ -99,17 +99,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Tulum Boutique Phase 1", price: "$50,000", variant: "Hospitality", imageSrc: "http://img.b2bpic.net/free-photo/glowing-upward-trend-arrow-dark-textured-background_84443-84501.jpg"},
|
||||
id: "1", name: "Tulum Boutique Phase 1", price: "$50,000", variant: "Hospitality", imageSrc: "http://img.b2bpic.net/free-photo/glowing-upward-trend-arrow-dark-textured-background_84443-84501.jpg?_wi=1"},
|
||||
{
|
||||
id: "2", name: "Yucatan Vertical Farm AI", price: "$25,000", variant: "Agriculture", imageSrc: "http://img.b2bpic.net/free-photo/glowing-upward-trend-arrow-dark-textured-background_84443-84501.jpg"},
|
||||
id: "2", name: "Yucatan Vertical Farm AI", price: "$25,000", variant: "Agriculture", imageSrc: "http://img.b2bpic.net/free-photo/glowing-upward-trend-arrow-dark-textured-background_84443-84501.jpg?_wi=2"},
|
||||
{
|
||||
id: "3", name: "Baja Coastal Suite", price: "$75,000", variant: "Hospitality", imageSrc: "http://img.b2bpic.net/free-photo/glowing-upward-trend-arrow-dark-textured-background_84443-84501.jpg"},
|
||||
id: "3", name: "Baja Coastal Suite", price: "$75,000", variant: "Hospitality", imageSrc: "http://img.b2bpic.net/free-photo/glowing-upward-trend-arrow-dark-textured-background_84443-84501.jpg?_wi=3"},
|
||||
{
|
||||
id: "4", name: "Smart Agri-Hub X", price: "$30,000", variant: "Agriculture", imageSrc: "http://img.b2bpic.net/free-photo/glowing-upward-trend-arrow-dark-textured-background_84443-84501.jpg"},
|
||||
id: "4", name: "Smart Agri-Hub X", price: "$30,000", variant: "Agriculture", imageSrc: "http://img.b2bpic.net/free-photo/glowing-upward-trend-arrow-dark-textured-background_84443-84501.jpg?_wi=4"},
|
||||
{
|
||||
id: "5", name: "Riviera Maya Resort", price: "$45,000", variant: "Hospitality", imageSrc: "http://img.b2bpic.net/free-photo/glowing-upward-trend-arrow-dark-textured-background_84443-84501.jpg"},
|
||||
id: "5", name: "Riviera Maya Resort", price: "$45,000", variant: "Hospitality", imageSrc: "http://img.b2bpic.net/free-photo/glowing-upward-trend-arrow-dark-textured-background_84443-84501.jpg?_wi=5"},
|
||||
{
|
||||
id: "6", name: "Global Vertical Tech", price: "$60,000", variant: "Agriculture", imageSrc: "http://img.b2bpic.net/free-photo/glowing-upward-trend-arrow-dark-textured-background_84443-84501.jpg"},
|
||||
id: "6", name: "Global Vertical Tech", price: "$60,000", variant: "Agriculture", imageSrc: "http://img.b2bpic.net/free-photo/glowing-upward-trend-arrow-dark-textured-background_84443-84501.jpg?_wi=6"},
|
||||
]}
|
||||
title="Available Portfolios"
|
||||
description="Current fractional ownership opportunities available for accredited investors."
|
||||
@@ -124,19 +124,19 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Johnson", handle: "@sjohnson", testimonial: "The transparency on their financial projections is unlike anything I've seen in fractional real estate.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-embankment-walking-sport-amara-dolce-vita-luxury-hotel-alanya-turkey_146671-18884.jpg", imageAlt: "oceanfront boutique hotel suite"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-embankment-walking-sport-amara-dolce-vita-luxury-hotel-alanya-turkey_146671-18884.jpg?_wi=3", imageAlt: "oceanfront boutique hotel suite"},
|
||||
{
|
||||
id: "2", name: "Michael Chen", handle: "@mchen", testimonial: "Excellent asset backing and a seamless digital platform. Truly diversified my portfolio.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glowing-upward-trend-arrow-dark-textured-background_84443-84501.jpg", imageAlt: "financial data visualization overlay"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glowing-upward-trend-arrow-dark-textured-background_84443-84501.jpg?_wi=7", imageAlt: "financial data visualization overlay"},
|
||||
{
|
||||
id: "3", name: "Emily Rodriguez", handle: "@erod", testimonial: "Royalty Farms made getting exposure to Mexican hospitality assets easy and reliable.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-nature-aerial-view_23-2151912607.jpg", imageAlt: "luxury tulum oceanfront resort aerial"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-nature-aerial-view_23-2151912607.jpg?_wi=2", imageAlt: "luxury tulum oceanfront resort aerial"},
|
||||
{
|
||||
id: "4", name: "David Kim", handle: "@dkim", testimonial: "Detailed documentation and professional management gave me total confidence.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hydroponic-vegetable-plant-factory-exhibition-space-warehouse_41470-5112.jpg", imageAlt: "modern hydroponic vertical farm"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hydroponic-vegetable-plant-factory-exhibition-space-warehouse_41470-5112.jpg?_wi=3", imageAlt: "modern hydroponic vertical farm"},
|
||||
{
|
||||
id: "5", name: "Laura Smith", handle: "@lsmith", testimonial: "Finally, a way to invest in high-growth destinations without the complexity of traditional ownership.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-embankment-walking-sport-amara-dolce-vita-luxury-hotel-alanya-turkey_146671-18884.jpg", imageAlt: "oceanfront boutique hotel suite"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-embankment-walking-sport-amara-dolce-vita-luxury-hotel-alanya-turkey_146671-18884.jpg?_wi=4", imageAlt: "oceanfront boutique hotel suite"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="Trusted by Investors"
|
||||
@@ -183,7 +183,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-nature-aerial-view_23-2151912607.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-nature-aerial-view_23-2151912607.jpg?_wi=3"
|
||||
logoText="Royalty Farms"
|
||||
columns={[
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user