diff --git a/.env.sample b/.env.sample deleted file mode 100644 index c1faaf8..0000000 --- a/.env.sample +++ /dev/null @@ -1,21 +0,0 @@ -# Here we will specifuy the name of the keys that we will be using in our env file. - -NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY= -CLERK_SECRET_KEY= - - -NEXT_PUBLIC_CLERK_SIGN_IN_URL=/sign-in -NEXT_PUBLIC_CLERK_SIGN_UP_URL=/sign-up -NEXT_PUBLIC_CLERK_AFTER_SIGN_IN_URL=/dashboard -NEXT_PUBLIC_CLERK_AFTER_SIGN_UP_URL=/callback - -# neon.tech url -DATABASE_URL= - -# localhost for now, will be the url after hosting -NEXT_PUBLIC_URL=http://localhost:3000 - -OPENAI_API_KEY= -GOOGLE_PALM_API_KEY= -QDRANT_URL= -QDRANT_API_KEY= \ No newline at end of file diff --git a/src/app/(homepage)/_components/contact-us.tsx b/src/app/(homepage)/_components/contact-us.tsx index 2067f80..27c203a 100644 --- a/src/app/(homepage)/_components/contact-us.tsx +++ b/src/app/(homepage)/_components/contact-us.tsx @@ -2,7 +2,8 @@ import { Button } from "@/components/ui/button"; import { MoveRight } from "lucide-react"; import Link from "next/link"; const ContactUs = () => { - const email = "abirdutta90990@gmail.com"; + const email = "hitesh.shivkumar2022@vitstudent.ac.in"; + return (