From 3910b168cb71e13dc89851592e82a511b4610087 Mon Sep 17 00:00:00 2001 From: Tharun Ravuru Date: Thu, 21 Mar 2024 23:06:43 +0530 Subject: [PATCH 1/3] updated contactus --- .env.sample | 21 ------------------- src/app/(homepage)/_components/contact-us.tsx | 2 +- 2 files changed, 1 insertion(+), 22 deletions(-) delete mode 100644 .env.sample 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..c17e8ec 100644 --- a/src/app/(homepage)/_components/contact-us.tsx +++ b/src/app/(homepage)/_components/contact-us.tsx @@ -2,7 +2,7 @@ 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 = "tharunravuru19844@gmail.com"; return (
Date: Thu, 21 Mar 2024 23:13:39 +0530 Subject: [PATCH 2/3] updated contact --- src/app/(homepage)/_components/contact-us.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/(homepage)/_components/contact-us.tsx b/src/app/(homepage)/_components/contact-us.tsx index c17e8ec..a0cdb6e 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 = "tharunravuru19844@gmail.com"; + const email1 = "tharunravuru19844@gmail.com"; + const email2 = "hitesh.shivkumar2022@vitstudent.ac.in"; return (
Date: Thu, 21 Mar 2024 23:24:25 +0530 Subject: [PATCH 3/3] final updated contactus --- src/app/(homepage)/_components/contact-us.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/(homepage)/_components/contact-us.tsx b/src/app/(homepage)/_components/contact-us.tsx index a0cdb6e..27c203a 100644 --- a/src/app/(homepage)/_components/contact-us.tsx +++ b/src/app/(homepage)/_components/contact-us.tsx @@ -2,8 +2,8 @@ import { Button } from "@/components/ui/button"; import { MoveRight } from "lucide-react"; import Link from "next/link"; const ContactUs = () => { - const email1 = "tharunravuru19844@gmail.com"; - const email2 = "hitesh.shivkumar2022@vitstudent.ac.in"; + const email = "hitesh.shivkumar2022@vitstudent.ac.in"; + return (