Skip to content
Merged
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
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Goibibo</title>
<title>WanderWise</title>
</head>

<body>
Expand Down
Binary file added public/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/logo.webp
Binary file not shown.
Binary file added public/logo1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 6 additions & 6 deletions src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ function Footer() {
<li>Go Stay</li>
<li>Gift Cards</li>
<li>Trip Money</li>
<li>Goibibo Advertising Solutions</li>
<li>WanderWise Advertising Solutions</li>
<li>Travel Insurance</li>
</ul>
</li>
Expand All @@ -51,7 +51,7 @@ function Footer() {
<li>Privacy</li>
<li>Careers</li>
<li>YouTube Channel</li>
<li>Technology@GoibiboF</li>
<li>Technology@WanderWise</li>
<li>Customer Support</li>
<li>Facebook Page</li>
<li>Twitter Handle</li>
Expand Down Expand Up @@ -205,7 +205,7 @@ function Footer() {
<p>Follow Us</p>
<div className="flex gap-2">
<button className="text-gray-400 hover:text-blue-600 cursor-pointer">
<a href="https://www.facebook.com/Goibibo">
<a href="https://www.meta.ai/?utm_source=facebook_bookmarks&fbclid=IwY2xjawNQnp1leHRuA2FlbQIxMABicmlkETE0c084QTFJVVIyY0RXelZ6AR7mbGsbY_BdeNdyojnatrkKkQK3aMbfAbjx3P0jfqsf4Ot-XTRmZv3l-cxc9g_aem_ERuV26-LME7qoJtCTfWZxw">
<svg
xmlns="http://www.w3.org/2000/svg"
width="32"
Expand Down Expand Up @@ -250,7 +250,7 @@ function Footer() {
Book Tickets faster. Download our mobile Apps
</div>
<div className="flex flex-wrap">
<a href="https://play.google.com/store/apps/details?id=com.goibibo&hl=en_IN">
<a href="https://play.google.com/store/search?q=hotel%20apps&c=apps&hl=en">
<img
src="/gplaylogo.png"
alt="Download It From Google Play"
Expand All @@ -259,7 +259,7 @@ function Footer() {
className="cursor-pointer"
/>
</a>
<a href="https://apps.apple.com/in/app/goibibo-hotel-flight-train/id631927169">
<a href="https://www.apple.com/in/store?afid=p240%7Cgo~cmp-11116556120~adg-109516736059~ad-774710206797_kwd-12522920~dev-c~ext-~prd-~mca-~nt-search&cid=aos-in-kwgo-brand--">
<img
src="/appstorelogo.png"
alt="Download It From App Store"
Expand Down Expand Up @@ -342,7 +342,7 @@ function Footer() {
</div>
</div>
<div className="text-sm text-gray-400 mb-8">
© 2025 Makemytrip (India) Private Limited. All rights reserved
© 2025 WanderWise (India) Private Limited. All rights reserved
</div>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions src/components/MobileWarning.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ export default function MobileWarning() {
<p className="text-gray-300 text-lg max-w-md mx-auto leading-relaxed">
This site is designed only for <span className="text-[rgb(89,89,200)] font-semibold">laptop</span> and <span className="text-[rgb(89,89,200)] font-semibold">desktop</span> users by master Vivek.
<br />
Kindly visit using a larger screen if you can afford it.
Kindly visit using a larger screen.
</p>

{/* Footer Note */}
<div className="mt-6">
<span className="text-gray-500 text-sm">
Now Buzz off!!
Try luck next time!!
</span>
</div>
</div>
Expand Down
58 changes: 32 additions & 26 deletions src/components/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,24 +20,32 @@ function Navbar() {
if (!currentTheme) return null;
return (
<div
className={`min-w-full fixed min-h-22 max-h-24 flex flex-wrap ${
currentTheme.theme === "light" ? "bg-gradient-to-r from-white to-gray-200" : "bg-gray-800"
} justify-around z-100`}
className={`min-w-full fixed min-h-22 max-h-24 flex flex-wrap ${currentTheme.theme === "light" ? "bg-gradient-to-r from-white to-gray-200" : "bg-gray-800"
} justify-around z-100`}
>
<div
className={`flex flex-wrap justify-around items-center w-2/3 font-bold -translate-y-5 ${
currentTheme.theme === "light" ? "text-gray-500" : "text-gray-200"
}`}
className={`flex flex-wrap justify-around items-center w-2/3 font-bold -translate-y-5 ${currentTheme.theme === "light" ? "text-gray-500" : "text-gray-200"
}`}
>
<a href="/">
<span className="flex justify-center">
<img
src="/logo.webp"
alt="Goibibo"
className="w-20 sm:w-24 md:w-28 lg:w-32 xl:w-36 h-auto ml-16"
/>
</span>
</a>
{
currentTheme.theme === "light" ? <a href="/">
<span className="flex justify-center">
<img
src="/logo.png"
alt="WanderWise"
className="w-auto sm:w-24 md:w-28 lg:w-32 xl:w-36 h-auto ml-10 -translate-y-2"
/>
</span>
</a> : <a href="/">
<span className="flex justify-center">
<img
src="/logo1.png"
alt="WanderWise"
className="w-auto sm:w-24 md:w-28 lg:w-32 xl:w-36 h-auto ml-10 -translate-y-2"
/>
</span>
</a>
}
<NavLink
to="/flights"
className={({ isActive }) => (isActive ? "active-page" : "")}
Expand Down Expand Up @@ -101,20 +109,18 @@ function Navbar() {
<img src="/svg/bookingbag.svg" alt="Booking" />
<div className="flex flex-wrap flex-col">
<div
className={`text-sm ${
currentTheme.theme === "light"
? "text-gray-500"
: "text-gray-200"
}`}
className={`text-sm ${currentTheme.theme === "light"
? "text-gray-500"
: "text-gray-200"
}`}
>
Manage Booking
</div>
<p
className={`${
currentTheme.theme === "light"
? "text-gray-600"
: "text-gray-300"
} font-medium`}
className={`${currentTheme.theme === "light"
? "text-gray-600"
: "text-gray-300"
} font-medium`}
>
My Trips
</p>
Expand Down Expand Up @@ -151,7 +157,7 @@ function Navbar() {
<Button
variant={"secondary"}
className="cursor-pointer p-2 w-60"
onClick={() => {}}
onClick={() => { }}
>
Login/Signup
</Button>
Expand Down
24 changes: 0 additions & 24 deletions src/loaders/BusLoader.tsx

This file was deleted.

3 changes: 0 additions & 3 deletions src/loaders/CabsLoader.tsx

This file was deleted.

3 changes: 0 additions & 3 deletions src/loaders/FlightLoader.tsx

This file was deleted.

3 changes: 0 additions & 3 deletions src/loaders/HolidaysLoader.tsx

This file was deleted.

3 changes: 0 additions & 3 deletions src/loaders/HotelLoader.tsx

This file was deleted.

3 changes: 0 additions & 3 deletions src/loaders/TrainsLoader.tsx

This file was deleted.

27 changes: 7 additions & 20 deletions src/routes/Routes.tsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
import MainLayout from "@/layouts/MainLayout";
import BusLoader from "@/loaders/BusLoader";
import CabsLoader from "@/loaders/CabsLoader";
import FlightLoader from "@/loaders/FlightLoader";
import HolidaysLoader from "@/loaders/HolidaysLoader";
import HotelLoader from "@/loaders/HotelLoader";
import TrainsLoader from "@/loaders/TrainsLoader";
import Booking from "@/pages/Booking";
import Bus from "@/pages/Bus";
import Cabs from "@/pages/Cabs";
Expand All @@ -21,38 +15,31 @@ const router= createBrowserRouter([
children:[
{
path:"/",
Component:Flight,
loader:FlightLoader
Component:Flight
},
{
path:"/flights",
Component:Flight,
loader:FlightLoader
Component:Flight
},
{
path:"/hotel",
Component:Hotel,
loader:HotelLoader
Component:Hotel
},
{
path:"/trains",
Component:Trains,
loader:TrainsLoader,
Component:Trains
},
{
path:"/cabs",
Component:Cabs,
loader:CabsLoader,
Component:Cabs
},
{
path:"/bus",
Component:Bus,
loader:BusLoader,
Component:Bus
},
{
path:"/holidays",
Component:Holidays,
loader:HolidaysLoader,
Component:Holidays
},
{
path:"/booking",
Expand Down