diff --git a/src/app/page.tsx b/src/app/page.tsx index bd407c3..d80218e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,48 +19,38 @@ export default function LandingPage() { defaultButtonVariant="text-shift" defaultTextAnimation="entrance-slide" borderRadius="soft" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" >
@@ -71,9 +61,7 @@ export default function LandingPage() { useInvertedBackground={true} title="A timeless escape" description={[ - "Experience the tranquility of HOTOVO, designed for those who appreciate the finer things. We combine exclusive access with breathtaking scenery to create a truly magical atmosphere.", - "Whether it's a quiet moment with a loved one or a special celebration, our tower offers a sanctuary above the world.", - ]} + "Experience the tranquility of HOTOVO, designed for those who appreciate the finer things. We combine exclusive access with breathtaking scenery to create a truly magical atmosphere.", "Whether it's a quiet moment with a loved one or a special celebration, our tower offers a sanctuary above the world."]} />
@@ -83,26 +71,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - tag: "Privacy", - title: "Key Access System", - subtitle: "Total control", - description: "Receive a digital key that guarantees privacy during your slot. No long lines, no waiting.", - imageSrc: "http://img.b2bpic.net/free-photo/surprised-figure-looking-key_1160-517.jpg", - }, + tag: "Privacy", title: "Key Access System", subtitle: "Total control", description: "Receive a digital key that guarantees privacy during your slot. No long lines, no waiting.", imageSrc: "http://img.b2bpic.net/free-photo/surprised-figure-looking-key_1160-517.jpg"}, { - tag: "Memories", - title: "Golden Hour Photos", - subtitle: "Capture magic", - description: "Exclusive access during peak lighting hours to ensure perfect photos every single time.", - imageSrc: "http://img.b2bpic.net/free-photo/girl-drinking-water-by-sea-sunrise-silhouette-healthy-morning_169016-70037.jpg", - }, + tag: "Memories", title: "Golden Hour Photos", subtitle: "Capture magic", description: "Exclusive access during peak lighting hours to ensure perfect photos every single time.", imageSrc: "http://img.b2bpic.net/free-photo/girl-drinking-water-by-sea-sunrise-silhouette-healthy-morning_169016-70037.jpg"}, { - tag: "Indulgence", - title: "Prosecco Packages", - subtitle: "Celebrate in style", - description: "Enhance your visit with premium refreshments provided in our private lounge area.", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-vacation-looking-sea_1303-14411.jpg", - }, + tag: "Indulgence", title: "Prosecco Packages", subtitle: "Celebrate in style", description: "Enhance your visit with premium refreshments provided in our private lounge area.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-vacation-looking-sea_1303-14411.jpg"}, ]} title="Your private escape" description="Designed for maximum privacy and seamless enjoyment." @@ -111,38 +84,21 @@ export default function LandingPage() {
@@ -220,20 +145,11 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "q1", - title: "How does key access work?", - content: "You will receive a unique access code on your phone 30 minutes before your slot, ensuring seamless entry.", - }, + id: "q1", title: "How does key access work?", content: "You will receive a unique access code on your phone 30 minutes before your slot, ensuring seamless entry."}, { - id: "q2", - title: "What if it's raining?", - content: "We offer flexible rebooking policies for all guests, ensuring you get your golden hour.", - }, + id: "q2", title: "What if it's raining?", content: "We offer flexible rebooking policies for all guests, ensuring you get your golden hour."}, { - id: "q3", - title: "Can I bring professional gear?", - content: "Yes! We encourage photographers to bring their equipment for the perfect sunset shot.", - }, + id: "q3", title: "Can I bring professional gear?", content: "Yes! We encourage photographers to bring their equipment for the perfect sunset shot."}, ]} imageSrc="http://img.b2bpic.net/free-photo/man-with-headphones-working-call-center-office_23-2149256157.jpg" mediaAnimation="blur-reveal" @@ -247,16 +163,13 @@ export default function LandingPage() {
@@ -265,13 +178,9 @@ export default function LandingPage() {