Compare commits
14 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3323dfd803 | |||
| a7aaf9f992 | |||
| cba7521766 | |||
| 196cb614d3 | |||
| f755c96fa6 | |||
| 542d1e6e77 | |||
| 5a12def16d | |||
| a83ad78569 | |||
| bfabee0122 | |||
| a0f313352f | |||
| 7362572174 | |||
| 57e488ca0e | |||
| 11d665962b | |||
| 11e204785f |
@@ -1262,4 +1262,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -37,12 +37,12 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroOverlay
|
||||
title="Coastal Luxury Awaits You"
|
||||
title="The Beach Cottages"
|
||||
description="Experience tranquility at our beachfront cottages. Wake to ocean breezes, golden sunsets, and world-class hospitality. Your perfect beach escape begins here."
|
||||
tag="Premium Beach Resort"
|
||||
tagIcon={Waves}
|
||||
videoSrc="https://videos.unsplash.com/video-1518837695005-2083a99ac9a7?w=1200&h=800&fit=crop"
|
||||
videoAriaLabel="Ocean waves and beach landscape"
|
||||
imageSrc="https://images.unsplash.com/photo-1571003123894-169f27800ecf?w=1200&h=800&fit=crop"
|
||||
imageAlt="Beachfront cottages by the ocean"
|
||||
textPosition="bottom-left"
|
||||
showBlur={true}
|
||||
showDimOverlay={false}
|
||||
@@ -50,7 +50,7 @@ export default function LandingPage() {
|
||||
{ text: "Explore Rooms", href: "#rooms" },
|
||||
{ text: "Reserve Now", href: "contact" }
|
||||
]}
|
||||
titleClassName="text-6xl md:text-8xl"
|
||||
descriptionClassName="text-lg md:text-xl font-semibold text-gray-950"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -283,4 +283,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user