Skip to content

Commit

Permalink
update images
Browse files Browse the repository at this point in the history
  • Loading branch information
kero1019 committed Jul 1, 2024
1 parent 270e99e commit 604adee
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 8 deletions.
4 changes: 1 addition & 3 deletions src/Components/About.jsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
import React from "react";
import Footer from "./Footer";

export default function About() {
return (
<div className=" h-[85%]">
<div className=" ">
<div className="image2 h-[90%]"></div>
<div className="bg-main-background flex flex-col p-6 gap-10 ">
<p className="text-normal-text font-bold text-[2rem]">
Expand All @@ -29,7 +28,6 @@ export default function About() {
</button>
</div>
</div>
<Footer />
</div>
);
}
3 changes: 1 addition & 2 deletions src/Components/Home.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ export default function Home() {
<p className="text-[3rem] font-bold ">You got the travel plans, we got the travel vans.</p>
<p className="">Add adventure to your life by joining the #vanlife movement. Rent the perfect van to make your perfect road trip.</p>
<OrangeButton>Find your Van</OrangeButton>
</div>
<Footer />
</div>
</div>
);
}
2 changes: 2 additions & 0 deletions src/Components/Layout.jsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
import React from "react";
import { Outlet } from "react-router-dom";
import Header from "./Header";
import Footer from "./Footer";
export default function Layout() {
return (
<div className="h-screen">
<Header />
<Outlet />
<Footer />
</div>
);
}
1 change: 0 additions & 1 deletion src/Components/VanDetails.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ export default function VanDetails() {
</div>
</div>
)}
<Footer />
</div>
);
}
1 change: 0 additions & 1 deletion src/Components/Vans.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ export default function Vans() {
})}
</div>
</div>
<Footer />
</div>
);
}
2 changes: 1 addition & 1 deletion src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ body{
background-size: cover;
}
.image2{
background: url("./assets/images/image55.png") no-repeat center center ;
background: url("./assets/Images/image55.png") no-repeat center center ;
background-size: cover;
}
.loader {
Expand Down

0 comments on commit 604adee

Please sign in to comment.