Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-17 11:43:12 +00:00

View File

@@ -59,21 +59,21 @@ export default function LandingPage() {
imageSrc: "http://img.b2bpic.net/free-photo/window_1127-3198.jpg", imageAlt: "Luxury rental property"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/woman-making-beauty-vlog-with-her-smartphone_23-2149039655.jpg", imageAlt: "Professional property photography"
imageSrc: "http://img.b2bpic.net/free-photo/woman-making-beauty-vlog-with-her-smartphone_23-2149039655.jpg?_wi=1", imageAlt: "Professional property photography"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/empty-high-end-office-workspace-with-advanced-technology-enhance-efficiency_482257-122584.jpg", imageAlt: "Revenue analytics dashboard"
imageSrc: "http://img.b2bpic.net/free-photo/empty-high-end-office-workspace-with-advanced-technology-enhance-efficiency_482257-122584.jpg?_wi=1", imageAlt: "Revenue analytics dashboard"
}
]}
rightCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/female-staff-giving-boarding-pass-passenger_107420-85080.jpg", imageAlt: "Premium guest experience"
imageSrc: "http://img.b2bpic.net/free-photo/female-staff-giving-boarding-pass-passenger_107420-85080.jpg?_wi=1", imageAlt: "Premium guest experience"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/property-release-form-assets-concept_53876-125124.jpg", imageAlt: "Property operations coordination"
imageSrc: "http://img.b2bpic.net/free-photo/property-release-form-assets-concept_53876-125124.jpg?_wi=1", imageAlt: "Property operations coordination"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/senior-couple-consulting-house-insurance-laptop_53876-127981.jpg", imageAlt: "Protection and claims management"
imageSrc: "http://img.b2bpic.net/free-photo/senior-couple-consulting-house-insurance-laptop_53876-127981.jpg?_wi=1", imageAlt: "Protection and claims management"
}
]}
carouselPosition="right"
@@ -93,23 +93,23 @@ export default function LandingPage() {
features={[
{
id: 1,
tag: "Listing & Positioning", title: "Professional Listing Optimization", subtitle: "Stand out in the market", description: "Professional photography, copywriting, and platform optimization to position your property as a premium asset that attracts the right guests.", imageSrc: "http://img.b2bpic.net/free-photo/woman-making-beauty-vlog-with-her-smartphone_23-2149039655.jpg", imageAlt: "Professional property photography", buttons: [{ text: "Learn More", href: "#" }]
tag: "Listing & Positioning", title: "Professional Listing Optimization", subtitle: "Stand out in the market", description: "Professional photography, copywriting, and platform optimization to position your property as a premium asset that attracts the right guests.", imageSrc: "http://img.b2bpic.net/free-photo/woman-making-beauty-vlog-with-her-smartphone_23-2149039655.jpg?_wi=2", imageAlt: "Professional property photography", buttons: [{ text: "Learn More", href: "#" }]
},
{
id: 2,
tag: "Revenue Optimization", title: "Dynamic Pricing & Analytics", subtitle: "Maximize your returns", description: "Dynamic pricing models, competitor analysis, and data-driven strategies to maximize occupancy and revenue throughout the year.", imageSrc: "http://img.b2bpic.net/free-photo/empty-high-end-office-workspace-with-advanced-technology-enhance-efficiency_482257-122584.jpg", imageAlt: "Revenue analytics", buttons: [{ text: "Learn More", href: "#" }]
tag: "Revenue Optimization", title: "Dynamic Pricing & Analytics", subtitle: "Maximize your returns", description: "Dynamic pricing models, competitor analysis, and data-driven strategies to maximize occupancy and revenue throughout the year.", imageSrc: "http://img.b2bpic.net/free-photo/empty-high-end-office-workspace-with-advanced-technology-enhance-efficiency_482257-122584.jpg?_wi=2", imageAlt: "Revenue analytics", buttons: [{ text: "Learn More", href: "#" }]
},
{
id: 3,
tag: "Guest Experience", title: "Premium Guest Relations", subtitle: "Exceptional service standards", description: "White-glove guest communications, curated welcome packages, and 24/7 concierge support to ensure every guest has an exceptional stay.", imageSrc: "http://img.b2bpic.net/free-photo/female-staff-giving-boarding-pass-passenger_107420-85080.jpg", imageAlt: "Premium guest experience", buttons: [{ text: "Learn More", href: "#" }]
tag: "Guest Experience", title: "Premium Guest Relations", subtitle: "Exceptional service standards", description: "White-glove guest communications, curated welcome packages, and 24/7 concierge support to ensure every guest has an exceptional stay.", imageSrc: "http://img.b2bpic.net/free-photo/female-staff-giving-boarding-pass-passenger_107420-85080.jpg?_wi=2", imageAlt: "Premium guest experience", buttons: [{ text: "Learn More", href: "#" }]
},
{
id: 4,
tag: "Operations", title: "Seamless Coordination", subtitle: "Perfect execution every time", description: "Seamless coordination of cleaning, maintenance, and restocking — every turnover is executed with precision and attention to detail.", imageSrc: "http://img.b2bpic.net/free-photo/property-release-form-assets-concept_53876-125124.jpg", imageAlt: "Operations management", buttons: [{ text: "Learn More", href: "#" }]
tag: "Operations", title: "Seamless Coordination", subtitle: "Perfect execution every time", description: "Seamless coordination of cleaning, maintenance, and restocking — every turnover is executed with precision and attention to detail.", imageSrc: "http://img.b2bpic.net/free-photo/property-release-form-assets-concept_53876-125124.jpg?_wi=2", imageAlt: "Operations management", buttons: [{ text: "Learn More", href: "#" }]
},
{
id: 5,
tag: "Protection", title: "Damage Prevention & Claims", subtitle: "Complete risk management", description: "Proactive damage prevention, thorough documentation, and expert claims management to protect your investment.", imageSrc: "http://img.b2bpic.net/free-photo/senior-couple-consulting-house-insurance-laptop_53876-127981.jpg", imageAlt: "Protection and claims", buttons: [{ text: "Learn More", href: "#" }]
tag: "Protection", title: "Damage Prevention & Claims", subtitle: "Complete risk management", description: "Proactive damage prevention, thorough documentation, and expert claims management to protect your investment.", imageSrc: "http://img.b2bpic.net/free-photo/senior-couple-consulting-house-insurance-laptop_53876-127981.jpg?_wi=2", imageAlt: "Protection and claims", buttons: [{ text: "Learn More", href: "#" }]
}
]}
/>
@@ -128,7 +128,7 @@ export default function LandingPage() {
{ value: "40%", title: "Average Revenue Increase" },
{ value: "24/7", title: "Support Available" }
]}
imageSrc="http://img.b2bpic.net/free-photo/businessman-with-folded-arms_1098-1809.jpg"
imageSrc="http://img.b2bpic.net/free-photo/businessman-with-folded-arms_1098-1809.jpg?_wi=1"
imageAlt="Professional management team"
mediaAnimation="slide-up"
metricsAnimation="entrance-slide"
@@ -147,13 +147,13 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "tech-platform", name: "Proprietary Platform", price: "Industry-Leading", imageSrc: "http://img.b2bpic.net/free-photo/empty-high-end-office-workspace-with-advanced-technology-enhance-efficiency_482257-122584.jpg", imageAlt: "Technology platform"
id: "tech-platform", name: "Proprietary Platform", price: "Industry-Leading", imageSrc: "http://img.b2bpic.net/free-photo/empty-high-end-office-workspace-with-advanced-technology-enhance-efficiency_482257-122584.jpg?_wi=3", imageAlt: "Technology platform"
},
{
id: "expert-team", name: "Expert Management Team", price: "Dedicated Support", imageSrc: "http://img.b2bpic.net/free-photo/businessman-with-folded-arms_1098-1809.jpg", imageAlt: "Expert team"
id: "expert-team", name: "Expert Management Team", price: "Dedicated Support", imageSrc: "http://img.b2bpic.net/free-photo/businessman-with-folded-arms_1098-1809.jpg?_wi=2", imageAlt: "Expert team"
},
{
id: "data-driven", name: "Data-Driven Strategies", price: "Proven Results", imageSrc: "http://img.b2bpic.net/free-photo/empty-high-end-office-workspace-with-advanced-technology-enhance-efficiency_482257-122584.jpg", imageAlt: "Analytics"
id: "data-driven", name: "Data-Driven Strategies", price: "Proven Results", imageSrc: "http://img.b2bpic.net/free-photo/empty-high-end-office-workspace-with-advanced-technology-enhance-efficiency_482257-122584.jpg?_wi=4", imageAlt: "Analytics"
}
]}
gridVariant="three-columns-all-equal-width"