Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b6ebb2def6 | |||
| 847bed6303 | |||
| d801731ce6 | |||
| ac20590072 |
@@ -61,7 +61,7 @@ export default function LandingPage() {
|
|||||||
{ imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup_74190-3465.jpg", imageAlt: "Balcony view" },
|
{ imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup_74190-3465.jpg", imageAlt: "Balcony view" },
|
||||||
{ imageSrc: "http://img.b2bpic.net/free-photo/cozy-home-interior-anime-style_23-2151176365.jpg", imageAlt: "Comfortable room" }
|
{ imageSrc: "http://img.b2bpic.net/free-photo/cozy-home-interior-anime-style_23-2151176365.jpg", imageAlt: "Comfortable room" }
|
||||||
]}
|
]}
|
||||||
buttons={[{ text: "Book Now", href: "#contact" }]}
|
buttons={[{ text: "Check Availability & Book", href: "#contact" }]}
|
||||||
avatars={[
|
avatars={[
|
||||||
{ src: "http://img.b2bpic.net/free-photo/tyrrhenian-sunset-from-peloritani-mountains-sicily-italy_181624-21176.jpg", alt: "Happy guest" },
|
{ src: "http://img.b2bpic.net/free-photo/tyrrhenian-sunset-from-peloritani-mountains-sicily-italy_181624-21176.jpg", alt: "Happy guest" },
|
||||||
{ src: "http://img.b2bpic.net/free-photo/wooden-railing-view-beautiful-mountains-sunset_181624-12889.jpg", alt: "Happy guest" },
|
{ src: "http://img.b2bpic.net/free-photo/wooden-railing-view-beautiful-mountains-sunset_181624-12889.jpg", alt: "Happy guest" },
|
||||||
@@ -233,4 +233,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user