Merge version_3_1780871298265 into main #2

Merged
bender merged 1 commits from version_3_1780871298265 into main 2026-06-07 22:29:38 +00:00

View File

@@ -22,7 +22,7 @@ export default function HeroSection() {
</ScrollReveal>
<TextAnimation
text="Welcome to Hotel Luxe"
text="Your Ultimate Coastal Retreat"
variant="fade-blur"
gradientText={true}
tag="h1"
@@ -39,7 +39,7 @@ export default function HeroSection() {
<ScrollReveal variant="slide-up" delay={0.2}>
<div className="flex flex-wrap justify-center gap-4">
<Button text="Book Now" href="#contact" variant="primary" />
<Button text="Book Your Stay" href="#contact" variant="primary" />
<Button text="View Rooms" href="#rooms" variant="secondary" />
</div>
</ScrollReveal>
@@ -47,7 +47,7 @@ export default function HeroSection() {
<ScrollReveal variant="slide-up" delay={0.4} className="w-full">
<div className="w-full aspect-video md:aspect-[21/9] rounded-theme overflow-hidden border border-border/50 shadow-2xl relative">
<ImageOrVideo
imageSrc="https://images.unsplash.com/photo-1542314831-c6a4d14d8379?q=80&w=2000"
imageSrc="https://picsum.photos/seed/1447114562/1200/800"
className="w-full h-full object-cover"
/>
</div>