diff --git a/app/page.jsx b/app/page.jsx index 36fa2e4..77b2264 100644 --- a/app/page.jsx +++ b/app/page.jsx @@ -10,7 +10,7 @@ import { Plus_Jakarta_Sans } from "next/font/google"; import Logos from "../public/Qubit.png"; import { CarouselCard } from "@/components/StyleComponents/Carousel"; import AboutUs from "./Elements/AboutUs"; -import { ArrowRight } from "lucide-react"; +import Link from "next/link"; // const plusJakartaSans = Plus_Jakarta_Sans({ subsets: ['latin'] }); @@ -62,11 +62,13 @@ const Page = () => { }, [timelineControls, pieChartControls]); const timelineVariants = { - hidden: { opacity: 0 }, + hidden: { opacity: 0, y: 50 }, visible: { opacity: 1, + y: 0, transition: { - staggerChildren: 0.3, + duration: 0.5, + staggerChildren: 0.2, }, }, }; @@ -99,255 +101,374 @@ const Page = () => { return ( <> -
- Efficient data extraction employs methods like - throttling and IP rotation to gather data quickly while - minimizing risks of website blocking. -
-+ Efficient data extraction employs methods like throttling + and IP rotation to gather data quickly while minimizing + risks of website blocking. +
- Advanced analytics utilizes sophisticated techniques to - analyze data, providing valuable insights from web - scraping for informed business decisions and trend - analysis. -
-- Scalable infrastructure allows seamless growth, - efficiently managing increased workloads in web scraping - to ensure optimal performance and resource allocation. -
-+ Advanced analytics utilizes sophisticated techniques to + analyze data, providing valuable insights from web scraping + for informed business decisions and trend analysis. +
++ Scalable infrastructure allows seamless growth, efficiently + managing increased workloads in web scraping to ensure + optimal performance and resource allocation. +
+