diff --git a/public/assets/css/style.css b/public/assets/css/style.css index a9bd1f6..b3a16c0 100644 --- a/public/assets/css/style.css +++ b/public/assets/css/style.css @@ -3908,6 +3908,10 @@ a.logo:hover { display: none; } +.body-scrolled .social-nav { + color: var(--color-dark-3); +} + /* Menu sub */ .inner-nav .mi-chevron-down { diff --git a/src/app/(main)/[slug]/page.tsx b/src/app/(main)/[slug]/page.tsx index ca21879..1e1da44 100644 --- a/src/app/(main)/[slug]/page.tsx +++ b/src/app/(main)/[slug]/page.tsx @@ -59,7 +59,6 @@ function Loading() { return ( <> - {/* Section */} {/* End Section */} diff --git a/src/app/(main)/blog/page.tsx b/src/app/(main)/blog/page.tsx index 52aaf8a..f616d55 100644 --- a/src/app/(main)/blog/page.tsx +++ b/src/app/(main)/blog/page.tsx @@ -31,8 +31,8 @@ export default async function BlogPage({ searchParams }: { searchParams?: Promis placeholder="Search blog..." className="input-lg input-circle form-control h-12" /> -
-
diff --git a/src/components/Blogs/BlogCardItem.tsx b/src/components/Blogs/BlogCardItem.tsx index 2b75b6b..9ff7edf 100644 --- a/src/components/Blogs/BlogCardItem.tsx +++ b/src/components/Blogs/BlogCardItem.tsx @@ -20,7 +20,7 @@ export interface BlogCardItemProps { export function BlogCardItem({ data }: BlogCardItemProps) { return (
-
+
+ {/* End Main Menu */}
); diff --git a/src/components/Hero.tsx b/src/components/Hero.tsx index e42980f..d9b5e77 100644 --- a/src/components/Hero.tsx +++ b/src/components/Hero.tsx @@ -7,7 +7,7 @@ export default function Hero() { return (
-
+
{/* Background Video */} {/* Please replace the video file in folder "video" with your own file */}
diff --git a/src/components/HeroOther.tsx b/src/components/HeroOther.tsx index 2299ff3..6a9cecb 100644 --- a/src/components/HeroOther.tsx +++ b/src/components/HeroOther.tsx @@ -16,10 +16,16 @@ const shareIcons: Record = { export default function HeroOther({ title, img, createdAt, shareUrl }: HeroOtherProps) { return ( -
+
{/* */} -
- +
+
{/* */} diff --git a/src/components/Homepage.tsx b/src/components/Homepage.tsx index 88ccaf8..6b03dc7 100644 --- a/src/components/Homepage.tsx +++ b/src/components/Homepage.tsx @@ -16,29 +16,21 @@ export default function homepage({ dark = false }) { Image Description
-
-
-
+
+
+
-
-
- +
-
+