Compare commits
6 Commits
version_3_
...
version_5_
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b4fbdf323c | ||
| 179c82d33b | |||
| 310125ee37 | |||
| 55c8122ef6 | |||
| d77a269fa2 | |||
| d6cc7bdadd |
@@ -5,15 +5,15 @@
|
|||||||
|
|
||||||
:root {
|
:root {
|
||||||
/* @colorThemes/lightTheme/grayNavyBlue */
|
/* @colorThemes/lightTheme/grayNavyBlue */
|
||||||
--background: #0a0a0a;
|
--background: #0d1117;
|
||||||
--card: #1a1a1a;
|
--card: #161b22;
|
||||||
--foreground: #f5f5f5;
|
--foreground: #c9d1d9;
|
||||||
--primary-cta: #ffdf7d;
|
--primary-cta: #58a6ff;
|
||||||
--primary-cta-text: #0a0a0a;
|
--primary-cta-text: #0d1117;
|
||||||
--secondary-cta: #1a1a1a;
|
--secondary-cta: #21262d;
|
||||||
--secondary-cta-text: #ffffff;
|
--secondary-cta-text: #c9d1d9;
|
||||||
--accent: #b8860b;
|
--accent: #3080d0;
|
||||||
--background-accent: #8b6914;
|
--background-accent: #1f3652;
|
||||||
|
|
||||||
/* @layout/border-radius/rounded */
|
/* @layout/border-radius/rounded */
|
||||||
--radius: 0.5rem;
|
--radius: 0.5rem;
|
||||||
|
|||||||
@@ -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"
|
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",
|
||||||
|
|||||||
@@ -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