From d83cb6c3484c92047a8c135c3e458e3ec61542e1 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 20:12:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 30 +++++++++++++----------------- 1 file changed, 13 insertions(+), 17 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 34b8f5c..05cf93b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,9 +49,9 @@ export default function LandingPage() { tagAnimation="slide-up" background={{ variant: "plain" }} leftCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/modern-building-seen-from_116348-65.jpg?_wi=1", imageAlt: "Luxury hotel exterior" }, - { imageSrc: "http://img.b2bpic.net/free-photo/double-bed-with-cushion-pillows_1203-671.jpg?_wi=1", imageAlt: "Hotel room interior" }, - { imageSrc: "http://img.b2bpic.net/free-photo/restaurant-hall-with-round-square-tables-some-chairs-plants_140725-8030.jpg?_wi=1", imageAlt: "Hotel lobby entrance" }, + { imageSrc: "http://img.b2bpic.net/free-photo/modern-building-seen-from_116348-65.jpg", imageAlt: "Luxury hotel exterior" }, + { imageSrc: "http://img.b2bpic.net/free-photo/double-bed-with-cushion-pillows_1203-671.jpg", imageAlt: "Hotel room interior" }, + { imageSrc: "http://img.b2bpic.net/free-photo/restaurant-hall-with-round-square-tables-some-chairs-plants_140725-8030.jpg", imageAlt: "Hotel lobby entrance" }, { imageSrc: "http://img.b2bpic.net/free-vector/flat-design-travel-app-template_23-2151084910.jpg", imageAlt: "App home screen" } ]} rightCarouselItems={[ @@ -65,7 +65,6 @@ export default function LandingPage() { { text: "Learn More", href: "#features" } ]} buttonAnimation="blur-reveal" - useInvertedBackground={false} /> @@ -132,9 +131,9 @@ export default function LandingPage() { animationType="slide-up" gridVariant="uniform-all-items-equal" products={[ - { id: "hotel-001", name: "Grand Palace Hotel", price: "$189", variant: "Luxury Suite • 5 Stars", imageSrc: "http://img.b2bpic.net/free-photo/modern-building-seen-from_116348-65.jpg?_wi=2", imageAlt: "Grand Palace Hotel" }, - { id: "hotel-002", name: "Riverside Boutique", price: "$145", variant: "Deluxe Room • 4 Stars", imageSrc: "http://img.b2bpic.net/free-photo/double-bed-with-cushion-pillows_1203-671.jpg?_wi=2", imageAlt: "Riverside Boutique" }, - { id: "hotel-003", name: "Urban Comfort Inn", price: "$95", variant: "Standard Room • 3 Stars", imageSrc: "http://img.b2bpic.net/free-photo/restaurant-hall-with-round-square-tables-some-chairs-plants_140725-8030.jpg?_wi=2", imageAlt: "Urban Comfort Inn" } + { id: "hotel-001", name: "Grand Palace Hotel", price: "$189", variant: "Luxury Suite • 5 Stars", imageSrc: "http://img.b2bpic.net/free-photo/modern-building-seen-from_116348-65.jpg", imageAlt: "Grand Palace Hotel" }, + { id: "hotel-002", name: "Riverside Boutique", price: "$145", variant: "Deluxe Room • 4 Stars", imageSrc: "http://img.b2bpic.net/free-photo/double-bed-with-cushion-pillows_1203-671.jpg", imageAlt: "Riverside Boutique" }, + { id: "hotel-003", name: "Urban Comfort Inn", price: "$95", variant: "Standard Room • 3 Stars", imageSrc: "http://img.b2bpic.net/free-photo/restaurant-hall-with-round-square-tables-some-chairs-plants_140725-8030.jpg", imageAlt: "Urban Comfort Inn" } ]} /> @@ -151,18 +150,15 @@ export default function LandingPage() { animationType="slide-up" plans={[ { - id: "basic", tag: "Traveler", price: "Free", period: "Always", description: "Perfect for occasional travelers who want standard features.", button: { text: "Get Started", href: "#contact" }, - featuresTitle: "What's Included:", features: ["Access to all hotels", "Standard pricing", "Email support", "Booking history"] + id: "basic", tag: "Traveler", price: "Free", period: "Always", description: "Perfect for occasional travelers who want standard features.", button: { text: "Get Started", href: "#contact" }, featuresTitle: "What's Included:", features: ["Access to all hotels", "Standard pricing", "Email support", "Booking history"] }, { id: "pro", tag: "Explorer", tagIcon: Star, - price: "$9.99", period: "/month", description: "For frequent travelers seeking better deals and priority support.", button: { text: "Upgrade Now", href: "#contact" }, - featuresTitle: "What's Included:", features: ["10% discount on bookings", "Priority customer support", "Earn loyalty points", "Early access to deals", "Mobile app notification"] + price: "$9.99", period: "/month", description: "For frequent travelers seeking better deals and priority support.", button: { text: "Upgrade Now", href: "#contact" }, featuresTitle: "What's Included:", features: ["10% discount on bookings", "Priority customer support", "Earn loyalty points", "Early access to deals", "Mobile app notification"] }, { id: "elite", tag: "Elite", tagIcon: Crown, - price: "$29.99", period: "/month", description: "Premium benefits for our most valued members.", button: { text: "Join Elite", href: "#contact" }, - featuresTitle: "What's Included:", features: ["20% discount on all bookings", "24/7 VIP phone support", "Double loyalty points", "Exclusive hotel partnerships", "Free room upgrades (if available)", "Concierge service"] + price: "$29.99", period: "/month", description: "Premium benefits for our most valued members.", button: { text: "Join Elite", href: "#contact" }, featuresTitle: "What's Included:", features: ["20% discount on all bookings", "24/7 VIP phone support", "Double loyalty points", "Exclusive hotel partnerships", "Free room upgrades (if available)", "Concierge service"] } ]} /> @@ -171,10 +167,10 @@ export default function LandingPage() {