From 0d44920a38c1a80c2eae31100b449ee77ef6a502 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 07:19:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6095542..5c23250 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -21,7 +21,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="mediumSmall" sizing="mediumLarge" - background="noise" + background="circleGradient" cardStyle="layered-gradient" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="solid" @@ -85,7 +85,7 @@ export default function LandingPage() { textboxLayout="default" features={[ { - title: "Smart Room Availability", description: "Automatic room status updates. No manual intervention needed. Guests see real-time availability when searching for their perfect dates.", imageSrc: "http://img.b2bpic.net/free-vector/smart-home-app-screens_23-2148605712.jpg?_wi=1", imageAlt: "Smart room availability interface" + title: "Smart Room Availability", description: "Automatic room status updates. No manual intervention needed. Guests see real-time availability when searching for their perfect dates.", imageSrc: "http://img.b2bpic.net/free-vector/smart-home-app-screens_23-2148605712.jpg", imageAlt: "Smart room availability interface" }, { title: "Flexible Payment Options", description: "Accept UPI, credit/debit cards, net banking, and digital wallets. Choose advance payment or full payment at booking—whatever works for your guests.", imageSrc: "http://img.b2bpic.net/free-vector/secure-payment-landing-page-template_23-2148524168.jpg", imageAlt: "Multiple payment methods interface" @@ -94,13 +94,13 @@ export default function LandingPage() { title: "Instant Notifications", description: "Send booking confirmations via SMS or WhatsApp. Keep guests informed about their reservations automatically with professional messages.", imageSrc: "http://img.b2bpic.net/free-photo/overworked-executive-manager-holding-phone-texting-marketing-ideas-analysing-social-media-strategy-sitting-desk-business-company-office_482257-2318.jpg", imageAlt: "Notification system design" }, { - title: "Comprehensive Admin Dashboard", description: "View all bookings, revenue, occupancy rates, and guest feedback in one place. Filter by day, week, month, or room type for detailed insights.", imageSrc: "http://img.b2bpic.net/free-photo/trading-manager-working-with-stock-market-diagrams-looking-real-time-stattistics-trend-with-forex-exchange-profit-rate-analyzing-hedge-fund-index-global-money-investment-laptop_482257-50292.jpg?_wi=1", imageAlt: "Admin dashboard with analytics" + title: "Comprehensive Admin Dashboard", description: "View all bookings, revenue, occupancy rates, and guest feedback in one place. Filter by day, week, month, or room type for detailed insights.", imageSrc: "http://img.b2bpic.net/free-photo/trading-manager-working-with-stock-market-diagrams-looking-real-time-stattistics-trend-with-forex-exchange-profit-rate-analyzing-hedge-fund-index-global-money-investment-laptop_482257-50292.jpg", imageAlt: "Admin dashboard with analytics" }, { - title: "Guest Feedback & Ratings", description: "Collect star ratings and written reviews after checkout. Build credibility and improve your service based on real guest feedback.", imageSrc: "http://img.b2bpic.net/free-vector/smart-home-app-screens_23-2148605712.jpg?_wi=2", imageAlt: "Guest feedback and rating system" + title: "Guest Feedback & Ratings", description: "Collect star ratings and written reviews after checkout. Build credibility and improve your service based on real guest feedback.", imageSrc: "http://img.b2bpic.net/free-vector/smart-home-app-screens_23-2148605712.jpg", imageAlt: "Guest feedback and rating system" }, { - title: "Data Export & Reports", description: "Download booking history, guest details, and financial records in Excel, CSV, or PDF. Keep records organized and accessible.", imageSrc: "http://img.b2bpic.net/free-photo/trading-manager-working-with-stock-market-diagrams-looking-real-time-stattistics-trend-with-forex-exchange-profit-rate-analyzing-hedge-fund-index-global-money-investment-laptop_482257-50292.jpg?_wi=2", imageAlt: "Data export and reporting tools" + title: "Data Export & Reports", description: "Download booking history, guest details, and financial records in Excel, CSV, or PDF. Keep records organized and accessible.", imageSrc: "http://img.b2bpic.net/free-photo/trading-manager-working-with-stock-market-diagrams-looking-real-time-stattistics-trend-with-forex-exchange-profit-rate-analyzing-hedge-fund-index-global-money-investment-laptop_482257-50292.jpg", imageAlt: "Data export and reporting tools" } ]} gridVariant="three-columns-all-equal-width" @@ -108,8 +108,8 @@ export default function LandingPage() { useInvertedBackground={false} buttons={[{ text: "Explore All Features", href: "#product" }]} containerClassName="py-16 px-4" - titleClassName="text-3xl md:text-4xl font-extrabold mb-4" - descriptionClassName="text-lg text-gray-700 max-w-2xl mx-auto mb-12" + cardTitleClassName="text-3xl md:text-4xl font-extrabold mb-4" + cardDescriptionClassName="text-lg text-gray-700 max-w-2xl mx-auto mb-12" /> @@ -133,8 +133,8 @@ export default function LandingPage() { animationType="slide-up" useInvertedBackground={false} containerClassName="py-16 px-4" - titleClassName="text-3xl md:text-4xl font-extrabold mb-4" - descriptionClassName="text-lg text-gray-700 max-w-2xl mx-auto mb-12" + textBoxTitleClassName="text-3xl md:text-4xl font-extrabold mb-4" + textBoxDescriptionClassName="text-lg text-gray-700 max-w-2xl mx-auto mb-12" /> @@ -172,8 +172,8 @@ export default function LandingPage() { animationType="slide-up" useInvertedBackground={false} containerClassName="py-16 px-4" - titleClassName="text-3xl md:text-4xl font-extrabold mb-4" - descriptionClassName="text-lg text-gray-700 max-w-2xl mx-auto mb-12" + textBoxTitleClassName="text-3xl md:text-4xl font-extrabold mb-4" + textBoxDescriptionClassName="text-lg text-gray-700 max-w-2xl mx-auto mb-12" /> @@ -199,7 +199,7 @@ export default function LandingPage() { id: "satisfaction", value: "98%", title: "Customer Satisfaction", description: "Hotels rating us 5 stars", icon: Star } ]} - gridVariant="four-items-2x2-equal-grid" + gridVariant="uniform-all-items-equal" animationType="slide-up" useInvertedBackground={false} containerClassName="py-16 px-4" @@ -236,7 +236,7 @@ export default function LandingPage() { tagAnimation="slide-up" textboxLayout="default" mediaPosition="left" - imageSrc="http://img.b2bpic.net/free-photo/trading-manager-working-with-stock-market-diagrams-looking-real-time-stattistics-trend-with-forex-exchange-profit-rate-analyzing-hedge-fund-index-global-money-investment-laptop_482257-50292.jpg?_wi=3" + imageSrc="http://img.b2bpic.net/free-photo/trading-manager-working-with-stock-market-diagrams-looking-real-time-stattistics-trend-with-forex-exchange-profit-rate-analyzing-hedge-fund-index-global-money-investment-laptop_482257-50292.jpg" imageAlt="StayEase admin dashboard help" mediaAnimation="slide-up" faqsAnimation="slide-up" @@ -261,8 +261,8 @@ export default function LandingPage() { } ]} containerClassName="py-16 px-4" - titleClassName="text-3xl md:text-4xl font-extrabold mb-4" - descriptionClassName="text-lg text-gray-700 max-w-2xl mx-auto mb-12" + textBoxTitleClassName="text-3xl md:text-4xl font-extrabold mb-4" + textBoxDescriptionClassName="text-lg text-gray-700 max-w-2xl mx-auto mb-12" /> @@ -273,7 +273,7 @@ export default function LandingPage() { description="Join hundreds of hoteliers using StayEase to streamline bookings and boost revenue. Start your free trial today or request a personalized demo." tagIcon={Zap} tagAnimation="slide-up" - background={{ variant: "noise" }} + background={{ variant: "plain" }} useInvertedBackground={false} inputPlaceholder="your@hotelname.com" buttonText="Start Free Trial" -- 2.49.1