Compare commits
4 Commits
version_1_
...
version_4_
| Author | SHA1 | Date | |
|---|---|---|---|
| 310125ee37 | |||
| 55c8122ef6 | |||
| 02056460c0 | |||
| 4a26955d5d |
@@ -14,8 +14,8 @@ export default function HomePage() {
|
|||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<SectionErrorBoundary name="hero">
|
<SectionErrorBoundary name="hero">
|
||||||
<HeroBrand
|
<HeroBrand
|
||||||
brand="Grand Lux Hotel"
|
brand="Luxuryury"
|
||||||
description="Experience unparalleled elegance and world-class service in the heart of the city."
|
description="Experience unparalleled elegance and world-clasrvice in the heart of the city."
|
||||||
primaryButton={{
|
primaryButton={{
|
||||||
text: "Book Your Stay",
|
text: "Book Your Stay",
|
||||||
href: "#contact",
|
href: "#contact",
|
||||||
@@ -45,13 +45,13 @@ export default function HomePage() {
|
|||||||
<SectionErrorBoundary name="amenities">
|
<SectionErrorBoundary name="amenities">
|
||||||
<FeaturesBorderGlow
|
<FeaturesBorderGlow
|
||||||
tag="Our Amenities"
|
tag="Our Amenities"
|
||||||
title="Indulge in Unrivaled Comfort"
|
title="ulge in Unrivaled Comfort"
|
||||||
description="From exquisite dining to serene wellness, every aspect of your stay is designed for pure relaxation and enjoyment."
|
description="From exquisite dining to serene wellness, every aspect of your stay is designed for pure relaxation and enjoyment."
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
icon: Utensils,
|
icon: Utensils,
|
||||||
title: "Gourmet Dining",
|
title: "Gourmet Dining",
|
||||||
description: "Savor culinary masterpieces at our Michelin-starred restaurant.",
|
description: "Savor culinary at our Michelin-starred restaurant.",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
icon: Droplets,
|
icon: Droplets,
|
||||||
|
|||||||
@@ -1,13 +0,0 @@
|
|||||||
import BlogSimpleCards from "@/components/sections/blog/BlogSimpleCards";
|
|
||||||
|
|
||||||
const BlogPage = () => {
|
|
||||||
return (
|
|
||||||
<BlogSimpleCards
|
|
||||||
tag="Blog"
|
|
||||||
title="Latest Articles"
|
|
||||||
description="Stay updated with our latest insights and news"
|
|
||||||
/>
|
|
||||||
);
|
|
||||||
};
|
|
||||||
|
|
||||||
export default BlogPage;
|
|
||||||
|
|||||||
Reference in New Issue
Block a user