diff --git a/src/app/page.tsx b/src/app/page.tsx index 21089a7..fcb21e1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,7 +49,7 @@ export default function LandingPage() { tag="Welcome to Grand Hotel" tagIcon={MapPin} tagAnimation="slide-up" - background={{ variant: "circleGradient" }} + background={{ variant: "plain" }} buttons={[ { text: "Call Now", href: "tel:+8801700000000" }, { text: "Check Availability", href: "contact" } @@ -59,9 +59,9 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/smiling-portrait-young-woman-carrying-suitcase-walking-hotel-corridor_23-2148033326.jpg", imageAlt: "Grand Hotel Sylhet exterior" }, { imageSrc: "http://img.b2bpic.net/free-photo/friends-watching-sunset-lake-sunset-walking-nature-pier-berth_169016-67769.jpg", imageAlt: "Shahjalal Mazar shrine view" }, { imageSrc: "http://img.b2bpic.net/free-photo/pensive-girl-looking-up-with-photo-her-hand_23-2147601320.jpg", imageAlt: "Happy guests in hotel lobby" }, - { imageSrc: "http://img.b2bpic.net/free-photo/woman-drinking-coffee-bathrobe-by-window-home_1303-20244.jpg?_wi=1", imageAlt: "Comfortable hotel room" }, + { imageSrc: "http://img.b2bpic.net/free-photo/woman-drinking-coffee-bathrobe-by-window-home_1303-20244.jpg", imageAlt: "Comfortable hotel room" }, { imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-breakfast_23-2147991235.jpg", imageAlt: "Free breakfast buffet" }, - { imageSrc: "http://img.b2bpic.net/free-photo/woman-drinking-coffee-bathrobe-by-window-home_1303-20244.jpg?_wi=2", imageAlt: "Guest room comfort" } + { imageSrc: "http://img.b2bpic.net/free-photo/woman-drinking-coffee-bathrobe-by-window-home_1303-20244.jpg", imageAlt: "Guest room comfort" } ]} ariaLabel="Grand Hotel Sylhet - Hero Section" useInvertedBackground={false} @@ -262,4 +262,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file