Update src/app/page.tsx

This commit is contained in:
2026-06-02 18:41:49 +00:00
parent 5d97c8cd45
commit 5f86f5cb89

View File

@@ -112,17 +112,17 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
id: "standard-room", name: "Standard Room", price: "$150/night", imageSrc: "http://img.b2bpic.net/free-photo/pillow-bed_74190-3647.jpg", imageAlt: "Comfortable standard room at Bianchi Hotel"},
id: "standard-room", name: "Standard Room", price: "2500 EGP/night", imageSrc: "http://img.b2bpic.net/free-photo/pillow-bed_74190-3647.jpg", imageAlt: "Comfortable standard room at Bianchi Hotel"},
{
id: "deluxe-room", name: "Deluxe Sea View Room", price: "$250/night", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg", imageAlt: "Deluxe room with private balcony and sea view"},
id: "deluxe-room", name: "Deluxe Sea View Room", price: "4000 EGP/night", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg", imageAlt: "Deluxe room with private balcony and sea view"},
{
id: "family-suite", name: "Family Suite", price: "$380/night", imageSrc: "http://img.b2bpic.net/free-photo/girl-boy-smiling-having-pillow-fight-bed_181624-35186.jpg", imageAlt: "Spacious family suite with multiple beds"},
id: "family-suite", name: "Family Suite", price: "6500 EGP/night", imageSrc: "http://img.b2bpic.net/free-photo/girl-boy-smiling-having-pillow-fight-bed_181624-35186.jpg", imageAlt: "Spacious family suite with multiple beds"},
{
id: "premium-suite", name: "Premium Suite", price: "$550/night", imageSrc: "http://img.b2bpic.net/free-photo/popular-resort-amara-dolce-vita-luxury-hotel-with-pools-water-parks-recreational-area-along-sea-coast-turkey-tekirova-kemer_146671-18755.jpg", imageAlt: "Luxury premium suite with exclusive amenities"},
id: "premium-suite", name: "Premium Suite", price: "9000 EGP/night", imageSrc: "http://img.b2bpic.net/free-photo/popular-resort-amara-dolce-vita-luxury-hotel-with-pools-water-parks-recreational-area-along-sea-coast-turkey-tekirova-kemer_146671-18755.jpg", imageAlt: "Luxury premium suite with exclusive amenities"},
{
id: "studio-room", name: "Studio Apartment", price: "$200/night", imageSrc: "http://img.b2bpic.net/free-photo/elegant-woman-brown-coat-with-black-bulldog_1157-31796.jpg", imageAlt: "Modern studio room with kitchenette"},
id: "studio-room", name: "Studio Apartment", price: "3500 EGP/night", imageSrc: "http://img.b2bpic.net/free-photo/elegant-woman-brown-coat-with-black-bulldog_1157-31796.jpg", imageAlt: "Modern studio room with kitchenette"},
{
id: "garden-room", name: "Garden View Room", price: "$180/night", imageSrc: "http://img.b2bpic.net/free-photo/view-from-window-house-beautiful-mountain-top-norway-sunset_613910-20642.jpg", imageAlt: "Cozy room with direct access to hotel gardens"},
id: "garden-room", name: "Garden View Room", price: "3000 EGP/night", imageSrc: "http://img.b2bpic.net/free-photo/view-from-window-house-beautiful-mountain-top-norway-sunset_613910-20642.jpg", imageAlt: "Cozy room with direct access to hotel gardens"},
]}
title="Indulge in Our Exquisite Accommodations"
description="Discover rooms designed for your ultimate comfort and luxury, each offering stunning Mediterranean views and premium amenities. Explore with 360° virtual tours and detailed showcases."
@@ -227,7 +227,7 @@ export default function LandingPage() {
},
{
id: "family-package", badge: "Family Fun", badgeIcon: Award,
price: "Starting at $499", subtitle: "Ultimate Family Vacation", buttons: [
price: "Starting at 8000 EGP", subtitle: "Ultimate Family Vacation", buttons: [
{
text: "Learn More"},
],
@@ -245,7 +245,7 @@ export default function LandingPage() {
},
{
id: "weekend-escape", badge: "Quick Break", badgeIcon: Briefcase,
price: "From $300", subtitle: "Relaxing Weekend Getaway", buttons: [
price: "From 5000 EGP", subtitle: "Relaxing Weekend Getaway", buttons: [
{
text: "Book Now"},
],
@@ -327,4 +327,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}