diff --git a/src/app/page.tsx b/src/app/page.tsx
index 6b4f6df..a5fac38 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -73,13 +73,9 @@ export default function HomePage() {
background={{ variant: "plain" }}
mediaItems={[
{
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-asian-woman-posing-city-while-wearing-yellow-dress_23-2149086924.jpg",
- imageAlt: "La Quinta Hotel Exterior",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-asian-woman-posing-city-while-wearing-yellow-dress_23-2149086924.jpg", imageAlt: "La Quinta Hotel Exterior"},
{
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-comfortable-white-pillow-blanket-decoration-interior-bedroom_74190-12644.jpg",
- imageAlt: "Comfortable Guest Room",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-comfortable-white-pillow-blanket-decoration-interior-bedroom_74190-12644.jpg", imageAlt: "Comfortable Guest Room"},
]}
mediaAnimation="slide-up"
rating={5}
@@ -89,7 +85,6 @@ export default function HomePage() {
{ text: "Call (559) 322-5000", href: "tel:+15593225000" },
]}
buttonAnimation="slide-up"
- useInvertedBackground={false}
/>
@@ -97,13 +92,8 @@ export default function HomePage() {