diff --git a/.env.example b/.env.example index 52d2ad3..ca7f248 100644 --- a/.env.example +++ b/.env.example @@ -21,7 +21,7 @@ CLERK_SECRET_KEY="your clerk secret key" # Clerk Authentication and routes NEXT_PUBLIC_CLERK_SIGN_IN_URL=/sign-in NEXT_PUBLIC_CLERK_SIGN_UP_URL=/sign-up -NEXT_PUBLIC_CLERK_AFTER_SIGN_IN_URL=/home -NEXT_PUBLIC_CLERK_AFTER_SIGN_UP_URL=/home +NEXT_PUBLIC_CLERK_AFTER_SIGN_IN_URL=/ +NEXT_PUBLIC_CLERK_AFTER_SIGN_UP_URL=/ diff --git a/src/app/(routes)/(home)/chat/chat.tsx b/src/app/(routes)/(home)/chat/chat.tsx index 179a73e..824f385 100644 --- a/src/app/(routes)/(home)/chat/chat.tsx +++ b/src/app/(routes)/(home)/chat/chat.tsx @@ -68,7 +68,7 @@ export function Chat() { setMessages(updatedMessages); try { - const response = await fetch("/api/route", { + const response = await fetch("/api/chat", { method: "POST", headers: { "Content-Type": "application/json", diff --git a/src/app/(routes)/(landing)/faqAndtestimonials.tsx b/src/app/(routes)/(landing)/faqAndtestimonials.tsx index e08a0ce..0e11056 100644 --- a/src/app/(routes)/(landing)/faqAndtestimonials.tsx +++ b/src/app/(routes)/(landing)/faqAndtestimonials.tsx @@ -1,5 +1,5 @@ import React from "react"; -import Ribon from "./ribon1"; + import { People } from "../../../components/ui/people"; import FAQ from "@/components/ui/faq"; diff --git a/src/app/(routes)/(landing)/how-it-works.tsx b/src/app/(routes)/(landing)/how-it-works.tsx index 2285edf..2dfee5d 100644 --- a/src/app/(routes)/(landing)/how-it-works.tsx +++ b/src/app/(routes)/(landing)/how-it-works.tsx @@ -10,9 +10,9 @@ import { FaPlayCircle } from "react-icons/fa"; export function Bttn() { return ( -
+
- + How it works{" "} diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index d76f16d..74cf776 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -11,7 +11,7 @@ export function Footer() { {/* Logo or Site Name */}
-

GuruNimbus

+

Guru Nimbus

Your gateway to quality education

Empowering learners everywhere

@@ -25,19 +25,17 @@ export function Footer() { {/* Social Media Icons */}
@@ -50,7 +48,7 @@ export function Footer() { {/* Footer Bottom */}

- © {new Date().getFullYear()} GuruNimbus. All rights reserved. + © {new Date().getFullYear()} Guru Nimbus. All rights reserved.

diff --git a/src/components/HeroSection.tsx b/src/components/HeroSection.tsx index 5061839..77ff2c4 100644 --- a/src/components/HeroSection.tsx +++ b/src/components/HeroSection.tsx @@ -4,18 +4,15 @@ import React from "react"; import Link from "next/link"; import { BackgroundBeamsWithCollision } from "./ui/background-beam"; import BubbleEffect from "./ui/bubble"; -import { FaPlayCircle } from "react-icons/fa"; import { Bttn } from "@/app/(routes)/(landing)/how-it-works"; export function HeroSection() { const [showBubbles, setShowBubbles] = useState(false); return ( -
+
-
-

-

+

Building GuruNimbus, an advanced AI-powered RAG chatbot that intelligently guides you in rating and discovering the best professors.

-

-
+