Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 0 additions & 21 deletions .env.sample

This file was deleted.

3 changes: 2 additions & 1 deletion src/app/(homepage)/_components/contact-us.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
<div
key="1"
Expand Down