Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| fffb05883e |
@@ -62,9 +62,9 @@ export default function LandingPage() {
|
|||||||
imageAlt="Elegant hotel lobby with warm lighting and plush furnishings"
|
imageAlt="Elegant hotel lobby with warm lighting and plush furnishings"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
marqueeItems={[
|
marqueeItems={[
|
||||||
{ type: "text", text: "Award-Winning Service", icon: "CheckCircle" },
|
{ type: "text", text: "Award-Winning Service" },
|
||||||
{ type: "text", text: "Premium Amenities", icon: "Sparkles" },
|
{ type: "text", text: "Premium Amenities" },
|
||||||
{ type: "text", text: "Prime Location", icon: "ArrowRight" }
|
{ type: "text", text: "Prime Location" }
|
||||||
]}
|
]}
|
||||||
showMarqueeCard={true}
|
showMarqueeCard={true}
|
||||||
ariaLabel="Luxury hotel hero section showcasing elegant accommodations and exceptional service"
|
ariaLabel="Luxury hotel hero section showcasing elegant accommodations and exceptional service"
|
||||||
|
|||||||
Reference in New Issue
Block a user