Compare commits
3 Commits
version_2_
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| acd1c10598 | |||
|
|
6a008afb40 | ||
| 220cb499ee |
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user