Skip to content

Commit

Permalink
plus
Browse files Browse the repository at this point in the history
  • Loading branch information
nicotinelnwza007 committed Jul 21, 2024
1 parent dfb88e8 commit 9a5c25d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions components/firstpage.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import logo from "@/app/hero/logo.png";
import React from "react";
import photo from "@/app/hero/card.png";


export default function FirstPage() {
return (
<div>
Expand Down
2 changes: 2 additions & 0 deletions src/app/hero/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ import {
} from "@mui/material";
import React from "react";
import Image from "next/image";
import plus from "@/app/hero/plus.png";
import logo from "@/app/hero/logo.png";

const recommendCard = (amount, creditCards) => {
Expand Down Expand Up @@ -171,6 +172,7 @@ const App = () => {
<div className="flex gap-[8px] p-12 justify-center items-center">
<Image src={creditcard} width={400} height={400} alt="Credit Card" />
<Image src={creditcard2} width={400} height={400} alt="Credit Card" />
<Image src={plus} width={200} height={200} alt="Credit Card" />
</div>
<div className="border-t-4 border-yellow-500 p-4 w-4/5 mx-auto flex justify-center items-center">
{" "}
Expand Down

0 comments on commit 9a5c25d

Please sign in to comment.