3 Commits

Author SHA1 Message Date
310125ee37 Update src/pages/blog/BlogPage.tsx 2026-05-30 12:41:43 +00:00
55c8122ef6 Update src/pages/HomePage.tsx 2026-05-30 12:41:42 +00:00
02056460c0 Update src/pages/HomePage.tsx 2026-05-30 12:40:34 +00:00
2 changed files with 1 additions and 14 deletions

View File

@@ -14,7 +14,7 @@ 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="Lux Hotel" brand="Luxuryury"
description="Experience unparalleled elegance and world-clasrvice 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",

View File

@@ -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;