Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-05-22 17:26:14 +00:00

View File

@@ -48,9 +48,9 @@ export default function LandingPage() {
{ text: "WhatsApp Us", href: "https://wa.me/1234567890" },
]}
carouselItems={[
{ id: "1", imageSrc: "http://img.b2bpic.net/free-photo/empty-hotel-reception-entryway-with-glamorous-decorations_482257-87376.jpg", imageAlt: "Luxury Lobby" },
{ id: "2", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-dreamy-aesthetic-landscape_23-2151445734.jpg", imageAlt: "Stunning View" },
{ id: "3", imageSrc: "http://img.b2bpic.net/free-photo/modern-building-seen-from_116348-65.jpg", imageAlt: "Exterior" },
{ id: "1", imageSrc: "http://img.b2bpic.net/free-photo/empty-hotel-reception-entryway-with-glamorous-decorations_482257-87376.jpg?_wi=1", imageAlt: "Luxury Lobby" },
{ id: "2", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-dreamy-aesthetic-landscape_23-2151445734.jpg?_wi=1", imageAlt: "Stunning View" },
{ id: "3", imageSrc: "http://img.b2bpic.net/free-photo/modern-building-seen-from_116348-65.jpg?_wi=1", imageAlt: "Exterior" },
{ id: "4", imageSrc: "http://img.b2bpic.net/free-photo/side-view-rich-woman-sitting-couch_23-2149722603.jpg", imageAlt: "Bedroom" },
{ id: "5", imageSrc: "http://img.b2bpic.net/free-photo/couple-talking-by-pool-vacation_23-2149369764.jpg", imageAlt: "Pool" },
{ id: "6", imageSrc: "http://img.b2bpic.net/free-photo/tourist-giving-passport-receptionist_482257-90700.jpg", imageAlt: "Reception" },
@@ -82,21 +82,21 @@ export default function LandingPage() {
features={[
{
title: "Fine Dining", description: "Gourmet experiences await you daily.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/empty-hotel-reception-entryway-with-glamorous-decorations_482257-87376.jpg", imageAlt: "hotel restaurant ambiance dining"
imageSrc: "http://img.b2bpic.net/free-photo/empty-hotel-reception-entryway-with-glamorous-decorations_482257-87376.jpg?_wi=2", imageAlt: "hotel restaurant ambiance dining"
},
items: [{ icon: CheckCircle, text: "Organic Ingredients" }],
reverse: false
},
{
title: "Relaxing Spa", description: "Unwind with our world-class spa treatments.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-dreamy-aesthetic-landscape_23-2151445734.jpg", imageAlt: "hotel restaurant ambiance dining"
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-dreamy-aesthetic-landscape_23-2151445734.jpg?_wi=2", imageAlt: "hotel restaurant ambiance dining"
},
items: [{ icon: Shield, text: "Privacy First" }],
reverse: true
},
{
title: "Luxury Comfort", description: "Sleep in total comfort with premium linens.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/modern-building-seen-from_116348-65.jpg", imageAlt: "hotel restaurant ambiance dining"
imageSrc: "http://img.b2bpic.net/free-photo/modern-building-seen-from_116348-65.jpg?_wi=2", imageAlt: "hotel restaurant ambiance dining"
},
items: [{ icon: Zap, text: "High Speed WiFi" }],
reverse: false