diff --git a/src/app/page.tsx b/src/app/page.tsx
index 90c8fe9..3a7f88f 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -8,16 +8,20 @@ import About from "@/components/common/About";
import Team from "@/components/common/Team-Section";
import { CtaSection } from "@/components/common/cta-section";
import Performers from "@/components/widget/performers";
+import HeroHighlight from "@/components/widget/hero";
+import Landing_page from "@/components/widget/landing";
export default function Home() {
return (
- <>
+ <>
+ {/* */}
-
+ {/*
-
+ >
*/}
+
diff --git a/src/components/common/About.tsx b/src/components/common/About.tsx
index 926a25d..cddeec3 100644
--- a/src/components/common/About.tsx
+++ b/src/components/common/About.tsx
@@ -2,16 +2,16 @@ import { motion } from "framer-motion";
const AboutSection: React.FC = () => {
return (
-
+
{/* Background decorative layers */}
-
- */}
+ {/* {
initial={{ scale: 0 }}
animate={{ scale: 1 }}
transition={{ duration: 1.5, ease: "easeOut", delay: 0.3 }}
- />
+ /> */}
{/* About content */}
diff --git a/src/components/navbar/nav-header.tsx b/src/components/navbar/nav-header.tsx
index 4ebc79d..cf00488 100644
--- a/src/components/navbar/nav-header.tsx
+++ b/src/components/navbar/nav-header.tsx
@@ -27,9 +27,6 @@ const NavHeader: React.FC = ({ handleClick }) => {
-
-
-