diff --git a/app/components/Timer/TimerSection.tsx b/app/components/Timer/TimerSection.tsx index 6fff353..03ae6f8 100644 --- a/app/components/Timer/TimerSection.tsx +++ b/app/components/Timer/TimerSection.tsx @@ -4,6 +4,7 @@ import { Bitter } from "@next/font/google"; import { Poppins } from "@next/font/google"; import dynamic from "next/dynamic"; import { motion } from "framer-motion"; +import Star from "../global/Star"; const bitter = Bitter({ weight: ["400", "700"], @@ -27,8 +28,8 @@ const TimerSection = () => { opacity: 1, }} > -
-
+
+

@@ -41,7 +42,7 @@ const TimerSection = () => {

{ setIsHovered(!isHovered); }} @@ -79,6 +80,7 @@ const TimerSection = () => {
+
); }; diff --git a/app/components/global/Footer.tsx b/app/components/global/Footer.tsx index f6ae454..96772c5 100644 --- a/app/components/global/Footer.tsx +++ b/app/components/global/Footer.tsx @@ -25,7 +25,7 @@ const Footer = () => {




-