diff --git a/src/app/page.tsx b/src/app/page.tsx index fff6242..029cc54 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="compact" sizing="largeSmall" - background="floatingGradient" + background="circleGradient" cardStyle="outline" primaryButtonStyle="flat" secondaryButtonStyle="glass" @@ -45,35 +45,35 @@ export default function LandingPage() { @@ -121,17 +121,17 @@ export default function LandingPage() { description="Elite is a premium short-term rental asset management firm built for property owners who expect more than average returns. Our expertise, systems, and dedicated team ensure your properties perform at their highest potential." tag="Our Expertise" tagIcon={Award} - tagAnimation="entrance-slide" + tagAnimation="slide-up" metrics={[ { value: "500+", title: "Properties Managed" }, { value: "95%", title: "Guest Satisfaction" }, { 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?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/businessman-with-folded-arms_1098-1809.jpg" imageAlt="Professional management team" mediaAnimation="slide-up" - metricsAnimation="entrance-slide" + metricsAnimation="slide-up" useInvertedBackground={false} /> @@ -142,18 +142,18 @@ export default function LandingPage() { description="Our premium approach to property management sets us apart. We combine technology, expertise, and white-glove service." tag="Key Differentiators" tagIcon={Zap} - tagAnimation="entrance-slide" + tagAnimation="slide-up" textboxLayout="default" 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?_wi=3", 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", 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?_wi=2", 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", 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?_wi=4", 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", imageAlt: "Analytics" } ]} gridVariant="three-columns-all-equal-width" @@ -167,10 +167,10 @@ export default function LandingPage() { description="Have questions about our premium property management services? Find answers to common inquiries." tag="Support" tagIcon={HelpCircle} - tagAnimation="entrance-slide" + tagAnimation="slide-up" textboxLayout="default" useInvertedBackground={false} - faqsAnimation="entrance-slide" + faqsAnimation="slide-up" faqs={[ { id: "faq-1", title: "How does Elite optimize rental pricing?", content: "We use dynamic pricing models and real-time competitor analysis to ensure your property is positioned competitively while maximizing revenue across seasons and demand fluctuations." @@ -197,12 +197,12 @@ export default function LandingPage() {