diff --git a/apps/web/components/privacy-policy/privacy-policy.ts b/apps/web/components/privacy-policy/privacy-policy.ts index 53b3edae..9717e49a 100644 --- a/apps/web/components/privacy-policy/privacy-policy.ts +++ b/apps/web/components/privacy-policy/privacy-policy.ts @@ -26,7 +26,7 @@ export const privacyPolicyContent = [ { id: 6, description: - 'You means the individual accessing or using the Service, or the company, or other legal entity on behalf of which such individual is accessing or using the Service, as applicable. Company (referred to as either “the Company”, “We”, “Us” or “Our” in this Agreement) refers to harkirat.classx.co.in.', + 'You means the individual accessing or using the Service, or the company, or other legal entity on behalf of which such individual is accessing or using the Service, as applicable. Company (referred to as either “the Company”, “We”, “Us” or “Our” in this Agreement) refers to 100xdevs.com.', }, { id: 7, @@ -36,7 +36,7 @@ export const privacyPolicyContent = [ { id: 8, description: - 'Website refers to harkirat.classx.co.in, accessible fromharkirat.classx.co.in Service refers to the Website. Country refers to: Uttar Pradesh, India Service Provider means any natural or legal person who processes the data on behalf of the Company. It refers to third-party companies or individuals employed by the Company to facilitate the Service, to provide the Service on behalf of the Company, to perform services related to the Service or to assist the Company in analyzing how the Service is used. Third-party Social Media Service refers to any website or any social network website through which a User can log in or create an account to use the Service.', + 'Website refers to 100xdevs.com, accessible from100xdevs.com Service refers to the Website. Country refers to: Uttar Pradesh, India Service Provider means any natural or legal person who processes the data on behalf of the Company. It refers to third-party companies or individuals employed by the Company to facilitate the Service, to provide the Service on behalf of the Company, to perform services related to the Service or to assist the Company in analyzing how the Service is used. Third-party Social Media Service refers to any website or any social network website through which a User can log in or create an account to use the Service.', }, { id: 9, diff --git a/apps/web/screens/footer-cta.tsx b/apps/web/screens/footer-cta.tsx index dd80efe6..f558fa9e 100644 --- a/apps/web/screens/footer-cta.tsx +++ b/apps/web/screens/footer-cta.tsx @@ -1,20 +1,9 @@ "use client"; import { Button } from "@repo/ui"; -import { Download, Sparkles } from "lucide-react"; +import { Sparkles } from "lucide-react"; import Link from "next/link"; -import Mockup from "../public/Mockup.png"; -import { motion } from "framer-motion"; -import Image from "next/image"; const FooterCTA = () => { - const floatingAnimation = { - y: [0, -10, 0], - transition: { - duration: 3, - ease: "easeInOut", - repeat: Infinity, - }, - }; return (