diff --git a/src/app/page.tsx b/src/app/page.tsx index 5399767..e03f6be 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,8 @@ import MetricCardTen from "@/components/sections/metrics/MetricCardTen"; import TestimonialCardOne from "@/components/sections/testimonial/TestimonialCardOne"; import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; import FooterBaseCard from "@/components/sections/footer/FooterBaseCard"; -import { Award, CheckCircle, Droplet, Heart, Leaf, ShieldCheck, Sparkles, Star } from "lucide-react"; +import TextNumberCount from "@/components/text/TextNumberCount"; +import { Award, CheckCircle, Droplet, Heart, Leaf, ShieldCheck, Sparkles, Star, Clock } from "lucide-react"; export default function LandingPage() { return ( @@ -39,6 +40,42 @@ export default function LandingPage() { /> +
+
+
+ +

Website Launching Soon

+
+

Get ready for something amazing

+
+
+
+ +
+

Days

+
+
+
+ +
+

Hours

+
+
+
+ +
+

Minutes

+
+
+
+ +
+

Seconds

+
+
+
+
+
); -} \ No newline at end of file +}