Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 542d1e6e77 | |||
| 5a12def16d |
@@ -1262,4 +1262,4 @@ export default function RootLayout({
|
|||||||
</ServiceWrapper>
|
</ServiceWrapper>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroOverlay
|
<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."
|
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"
|
tag="Premium Beach Resort"
|
||||||
tagIcon={Waves}
|
tagIcon={Waves}
|
||||||
@@ -50,7 +50,7 @@ export default function LandingPage() {
|
|||||||
{ text: "Explore Rooms", href: "#rooms" },
|
{ text: "Explore Rooms", href: "#rooms" },
|
||||||
{ text: "Reserve Now", href: "contact" }
|
{ text: "Reserve Now", href: "contact" }
|
||||||
]}
|
]}
|
||||||
titleClassName="text-6xl md:text-8xl"
|
titleClassName="text-6xl md:text-8xl font-bold text-gray-900"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -283,4 +283,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user