Skip to content

Commit

Permalink
๐Ÿ’„[WV-33] design : create-policy-page ์ถ”๊ฐ€
Browse files Browse the repository at this point in the history
  • Loading branch information
naelumcat committed Jan 3, 2025
1 parent 3fcc6ce commit 2c84ddd
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
13 changes: 12 additions & 1 deletion app/(menu)/ktwiz/policy/page.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
import Image from "next/image";
import { policy_img } from "@/assets/images/@index";

export default function page() {
return <div>page์ž…๋‹ˆ๋‹ค</div>;
return (
<Image
className="pt-5"
src={policy_img}
alt="policy_img"
width={1100}
height={900}
/>
);
}
1 change: 1 addition & 0 deletions assets/images/@index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,4 @@ export { default as CarouselImage7 } from "./gallery7.jpeg";
export { default as CarouselImage8 } from "./gallery8.jpeg";
export { default as CarouselImage9 } from "./gallery9.jpeg";
export { default as CarouselImage10 } from "./gallery10.jpeg";
export { default as policy_img } from "./policy_img.jpg";
Binary file added assets/images/policy_img.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2c84ddd

Please sign in to comment.