diff --git a/public/chat.png b/public/chat.png new file mode 100644 index 0000000..0901d0c Binary files /dev/null and b/public/chat.png differ diff --git a/src/components/HeroSection.tsx b/src/components/HeroSection.tsx index 90a67ef..d646ba2 100644 --- a/src/components/HeroSection.tsx +++ b/src/components/HeroSection.tsx @@ -1,6 +1,7 @@ "use client"; import { Button } from "@/components/ui/button"; +import Image from "next/image"; import Link from "next/link"; export function HeroSection() { @@ -10,22 +11,28 @@ export function HeroSection() {
-
-

- India's First AI Travel Agent -

-

- YatraGPT plans your end-to-end journeys across multiple transport modes. - From autorickshaws to airlines, we stitch India's chaotic transport mesh into a seamless experience. -

- - - -

Currently in beta - 750+ users on waitlist

+
+
+ Chat +
+
+

+ India's First AI Travel Agent +

+

+ YatraGPT plans your end-to-end journeys across multiple transport modes. + From autorickshaws to airlines, we stitch India's chaotic transport mesh into a seamless experience. +

+ + + +

Currently in beta - 750+ users on waitlist

+
); } +