diff --git a/src/app/page.tsx b/src/app/page.tsx index 4de5423..7278279 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,7 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import { LayoutDashboard, BarChart3, Package, TrendingUp } from "lucide-react"; +import { LayoutDashboard, BarChart3, Package, TrendingUp, Clock } from "lucide-react"; import BlogCardTwo from '@/components/sections/blog/BlogCardTwo'; import ContactText from '@/components/sections/contact/ContactText'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; @@ -13,6 +13,7 @@ import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; +import ContactSplit from '@/components/sections/contact/ContactSplit'; export default function LandingPage() { return ( @@ -36,6 +37,7 @@ export default function LandingPage() { { name: "Features", id: "#features" }, { name: "Metrics", id: "#metrics" }, { name: "Testimonials", id: "#testimonials" }, + { name: "Coming Soon", id: "#coming-soon" }, ]} brandName="ECommerce OS" /> @@ -90,6 +92,18 @@ export default function LandingPage() { /> +
+ +
+